Displaying 1 result from an estimated 1 matches for "_vmcontext".
Did you mean:
vmcontext
2012 Aug 23
1
GotoIf redirection to label not working correctly
...sers]
include => internal
include => dummyextensions
switch => DUNDi/dundi-peer
Internal office calls should get caught by the include => internal, and run through the [internal] context as follows:
[internal]
exten => _3XX,1,NoOp()
same => n,Set(E=${EXTEN})
same => n,Set(${E}_VMCONTEXT=${HOTDESK_INFO(vmcontext,${E})})
same => n,Set(USER_LOCATION=${HOTDESK_USER_STATUS(${E})})
same => n,GotoIf($[${ODBCROWS} < 1]?notloggedin)
same => n,Dial(SIP/${USER_LOCATION},20,wWU(blf-begincall^${E}^INUSE)b(blf-begincall^s^1(${E}^RINGING)))
same => n,Voicemail(${E}@${${E}_VMCONTEX...