Displaying 2 results from an estimated 2 matches for "pchargingvector".
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 Jan 19
0
How to add SipAddHeader in outgoing call 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?
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($["${Inval...