search for: outcallerid

Displaying 4 results from an estimated 4 matches for "outcallerid".

Did you mean: astcallerid
2009 Jan 19
0
How to add SipAddHeader in outgoing call file.
...back to the user. During callback a call file is generated. All I want, is to add SipAddHeader("pchargingvector","val") in outgoing Invite. How can I achieve this? Please help me, where can I add SipAddHeader() in below dialplan. exten => _X.,1,wait(1) exten => _X.,2,Set(outCallerID=${exten:1}) exten => _X.,3,Busy(1) exten => _X.,4,Hangup() exten => h,1,GotoIf($["${InvalidUser}" = "1"]?20:2) exten => h,2,DeadAGI(STD/STD-CBLeg1-RadAuth.pl|${SIP_HEADER(Call-ID)}) exten => h,3,Set(CALLERID(number)=${CALLERID(number)}) exten => h,4,System(ech...
2009 Jan 16
2
want to add SipAddHeader in call out file
How to add SipAddHeader in outgoing call file. I am implementing a Callback scenario, in which a user makes a call to Local Access Number. The system have to callback to the user. During callback a call file is generated. All I want, is to add SipAddHeader("pchargingvector","val") in outgoing Invite. How can I achieve this? regards, Asif
2009 Jun 18
1
Multiple Outgoing Lines: extensions.conf (Ioan Indreias)
...is matter. Having never used astdb before, can you point me to an example on this?? Thanks hugely, Clara >> Hi Clara, You could put some data into astdb and query for the outgoing line and callerid based on internal callerid (extension). something like user/201/outline 89859715 user/201/outcallerid 89859715 and so on... By the way: "_89859715" without the dot (".") is same like 89859715 - maybe you renounce to the underline ... HTH, Ioan.
2009 Jun 18
2
Multiple Outgoing Lines: extensions.conf
Dear all, I am currently trying to configure a PBX make use of a multiple of outgoing lines, currently my extensions.conf looks something like below >> ; extensions.conf ; 20th October 2008 [globals] sip1=201 sip2=202 sip3=203 sip4=204 [general] autofallthrough=yes [default] [incoming_calls] exten => _89859715,1,Dial(SIP/201) exten =>