Displaying 1 result from an estimated 1 matches for "localchanneldefs".
2005 Sep 01
0
How to set CLIR when using call files ?
...could put the CLIR function in the to be dialed
number but this doesnt work as I said)
I tried the following:
1) Normal callfile, as described does show my number to the called party.
----------------------
2) Callfile using local channel -> does'nt work (details below)
Channel: Local/50@localchanneldefs
MaxRetries: 2
RetryTime: 300
WaitTime: 45
Context: outbound_callbackservice
Extension: s
Priority: 1
[localchanneldefs]
exten => 50,1,SetCallerPres(prohib)
exten => 50,2,Dial(Zap/4/0612345678)
[outbound_callbackservice]
exten => s,1,Wait(1)
exten => s,2,Playback(themessage)
Asterisk...