views/freeswitch: delete tokens after they are used
This commit is contained in:
parent
d9eb308dd6
commit
2b05ef2c96
|
@ -17,3 +17,5 @@ class Freeswitch extends Widget
|
|||
variables ->
|
||||
variable name: "accountcode", value: "#{@user.extension}"
|
||||
variable name: "user_context", value: "default"
|
||||
|
||||
token\delete!
|
||||
|
|
Loading…
Reference in New Issue