Displaying 1 result from an estimated 1 matches for "operatoriod".
Did you mean:
operatorid
2013 Aug 02
1
Dial application "b" subroutine arguments not passing?
...{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(${ARG2})})
same =>n,Verbose(2, dial-to-customer-sub interface ${ARG2} name
${ARG3} customer number ${ARG1} operatoriod ${OPERATORID} channel name
${CHANNEL(name)} unique ID ${CHANNEL(uniqueid)} )
same =>n,Return()
The whole thing is kicked off by an AMI request:
Action: Originate
Channel: Local/s at callmenow
Context: dial-to-customer
Exten: s
Priority: 1
Async: true
Callerid: Call Me Now <777>
Variab...