Displaying 1 result from an estimated 1 matches for "outbound_caller_id".
2013 Aug 02
1
Dial application "b" subroutine arguments not passing?
...ass 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}/${MMCUSTOMER_NUMBER},,*b(dial-to-customer-sub,s,1,${MMCUSTOMER_NUMBER},${MEMBERINTERFACE},${MEMBERNAME})*)
[dial-to-customer-sub]
; this runs on the customer's channel
exten =>s,1,NoOp()
same =>n,Set(OPERATORID=${ODBC_OPERATORID_FROM_ADDRESS(${A...