search for: radauthacc

Displaying 2 results from an estimated 2 matches for "radauthacc".

2009 Jan 19
0
How to add SipAddHeader in outgoing call file.
...back-leg2) exten => s,2,Set(CALLERID(number)=${CallBackNo}) ;------ The Script Authorizes the user on Basis of Caller ID------------------ ;------ Plays an IVR, gets destination Phno in SIP_Dest variable ------------- exten => s,3,Set(TIME_NOW=${EPOCH}) exten => s,4,DeadAGI(STD/STD-CBLeg2-RadAuthAcc.pl|${confID}|${calltime}|${TIME_NOW}|${SIP_HEADER(Call-ID)}|${Leg1CallID}) exten => s,5,hangup() Regards, Asif
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