cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
121
Views
0
Helpful
0
Comments
cdnadmin
Level 11
Level 11
This document was generated from CDN thread

Created by: Pavel Kochnov on 05-01-2010 12:31:03 AM
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?

Subject: RE: SIP INFO generation
Replied by: Vijay Prasad Neelamegam on 05-01-2010 08:12:07 AM
 
 
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>

Subject: RE: SIP INFO generation
Replied by: Pavel Kochnov on 05-01-2010 07:22:52 PM
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.
 
 
 
 

Subject: RE: SIP INFO generation
Replied by: Yawming Chen on 05-01-2010 07:47:16 PM
No, it's only for INVITE.
 
What facility messages are you trying to send ?
 
Thanks,
 
Yawming

Subject: RE: SIP INFO generation
Replied by: Pavel Kochnov on 06-01-2010 09:05:35 AM
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.

Subject: RE: SIP INFO generation
Replied by: Vijay Prasad Neelamegam on 06-01-2010 11:45:13 AM
Hi Pavel,
 
You can use 2 parameters in ssInfo array
 
ss_mcid
ss_mcid_resp
 
Thanks
Vijay
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Quick Links