Displaying 1 result from an estimated 1 matches for "companyld".
Did you mean:
companyid
2007 Feb 21
1
Asterisk to Cisco's Rescue...again...Authenticate LD Calls
...3 digit code and send
it to one of my Cluster Asterisk Servers. I put in a pattern for matching
just this customers LD traffic as so:
exten => _5551NXXNXXXXXX,1,Answer
exten => _5551NXXNXXXXXX,2,Set(CDR(userfield)=Company LD)
exten => _5551NXXNXXXXXX,3,Authenticate(/etc/asterisk/companyld.codes|a)
exten => _5551NXXNXXXXXX,4,Goto(ccmtrunkld|${EXTEN:3}|1)
;Answer because the authenticate cmd sends audio back to the caller
;set the CDR userfield to the company name
;Authenticate with file where the LD codes are stored, 'a' option puts the
LD code in the CDR accountcod...