« Back to TCL-API

SIP INFO generation

Combination View Flat View Tree View
Threads [ Previous | Next ]
Hello,
Is it possible to send SIP INFO with custom message body from TCL script?
Is there any available documentation on leg facility ss_Info array for SIP stack?

 
 
Hi Pavel,
 
Hope you are trying to modify the header info with tcl script.yes you can do using the following
 

<pre>set callInfo(protoHeaders) setupSignal, before the leg setup.

and about the facility you can go through this API giude
http://www.cisco.com/en/US/docs/ios/voice/tcl/developer/guide/tclivrv2_ch3.html#wp1077123
But i am sure about sip stack here.

Thanks
Vijay
</pre>

RE: SIP INFO generation
Answer
1/6/10 1:22 AM as a reply to Vijay Prasad Neelamegam.
Hello, Vijay
 
Actually I want to send unsolited INFO message on incoming SIP leg, not to modify headers in INVITE for outbound leg.
Is this possilble?
 
As for docs on leg facility ss_Info - is there any other possible values for ssInfo(ssID) besides "ss_mcid"? What other parameters can ss_Info array contain?
 
Thanks.
 
 
 
 

No, it's only for INVITE.
 
What facility messages are you trying to send ?
 
Thanks,
 
Yawming

Leg facility is very poorly documented in the programming guide. Now I'm trying to find out the list of facilities that TCL supports, as it seems to be the olnly possible (if possible) way to send SIP INFO on incoming call leg.

Hi Pavel,
 
You can use 2 parameters in ssInfo array
 
ss_mcid
ss_mcid_resp
 
Thanks
Vijay