search for: channel_to_customer

Displaying 1 result from an estimated 1 matches for "channel_to_customer".

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 channel=${CHANNEL(name)}) same =>n,DumpChan() The dial-to-customer context is invoked...