search for: callmenow

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

2014 Aug 22
1
Asterisk 12 - queue variables not passed to local channel
Asterisk 12.5 I'm using AMI to initiate a "call me now" feature from the web site. The AMI looks like: Action: Originate Channel: Local/s at callmenow Context: dial-to-customer Exten: s Priority: 1 Async: true Variable: CHANNEL_TO_CUSTOMER=SIP/voipms/1112223333 Timeout: 999999 Dial Plan: [callmenow] exten => s,1,NoOp(callmenow: Queue without answer) same =>n,Queue(sales,Rtc) [dial-to-customer] exten => s,1,NoOp(dial-to-customer chan...
2013 Aug 02
1
Dial application "b" subroutine arguments not passing?
...se the "b" subroutine of the Dial application so that I can do some stuff with our internal applications that need to have access to the called channel information. I can see that the subroutine is being executed, but the arguments I pass don't see to make it to the subroutine. [callmenow] exten => s,1,NoOp(callmenow: Queue without answer) same =>n,Queue(sales,tc) [dial-to-customer] exten => s,1,NoOp(to-customer) same =>n,Wait(1) same =>n,Playback(custom/callmenow-announce) same =>n,GoSub(sub-outbound_caller_id,start,1) same =>n,Dial(${TOLL}/${M...