search for: begincall

Displaying 2 results from an estimated 2 matches for "begincall".

2013 Mar 12
0
Calls getting "stuck open"
...=> n,GotoIf($[${ISNULL(${WHO})}]?internal,${EXTEN},1) same => n,Set(${WHO}_CID_NAME=${HOTDESK_INFO(cid_name,${WHO})}) same => n,Set(${WHO}_CID_NUMBER=${HOTDESK_INFO(cid_number,${WHO})}) same => n,Set(${WHO}_OUTBOUND_PERMISSION=${HOTDESK_INFO(permissions,${WHO})}) same => n,Gosub(blf-begincall,s,1(${WHO},INUSE)) same => n,Set(CALLERID(name)=${${WHO}_CID_NAME}) same => n,Set(CALLERID(num)=${${WHO}_CID_NUMBER}) same => n,Goto(users,${EXTEN},1) [users] include => internal [internal] exten => _1XX,1,Verbose(5,Internal user - ${EXTEN}) same => n,Set(E=${EXTEN}) same =>...
2012 Aug 23
1
GotoIf redirection to label not working correctly
...s: [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}_VMCONTEXT},b) same => n,Hangup() same => n(notloggedin),Set(LOGGED_OFF=1) same => n,Voicemail(${E}@${${E}_VMCONTEXT},u) same => n,Hangup() In both Asterisk 10 and Asterisk 11, the GotoIf does not work und...