cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2244
Views
0
Helpful
7
Replies

INVITE with no SDP on IPIPGW

andrew_pog
Level 1
Level 1

Cisco 2851 is used as an IPIPGW. Initial INVITE comes from it to SIP softswitch without SDP while softswitch does not support the late offer-answer model. How can we make Cisco send SDP in INVITE?

7 Replies 7

paolo bevilacqua
Hall of Fame
Hall of Fame

Hi,

I'm a bit confused. If used in true ip-to-ip call, invite should come from a third party and relayed by the router. Then, I have't ever seen invite w/o SDP, on the other hand is not that I have seen them all :)

Hm, as far as I can see, the call comes via H.323 and is relayed by SIP, so it's up to router whether to send SDP in INVITE or one of the subsequent messages.

Regarding INVITEs w/o SDP, yes, it can be. The spec says the offer MUST be in the INVITE or the first reliable non-failure message. It does NOT say that it can ONLY be in the INVITE or the first reliable non-failure message.

And such thing amy have some special appliances, e.g. draft-ietf-sipping-3pcc refers to INVITE messages sent without SDP body so as to manage third party call control.

jaregalado
Level 1
Level 1

Hi,

It seems support for SDP on INVITE messages has just been added to the IP IP Gateway IOS code. I found this while researching my options since I've been affected by this problem too.

More information can be found here:

http://cisco.com/en/US/products/sw/voicesw/ps5640/products_configuration_guide_chapter09186a00803fecb0.html

Look for "Invite with SDP parameters" in the Signaling Interworking table.

I have not tested this myself, but I plan to do so in the next days.

Regards.

Maybe, but we had H.323-to-SIP scenario and the table reads n/a in this column. I hope you'll post your findings here.

we just found the same. we have an scenario CCM -H323--IPIPGW--SIP--- Softswitch and the INVITE message always lacks of the SDP field. I think this is not supported for now.

I don't have IPIPGW to experiment now, but Cisco claims that since 12.3(11)T IOS supports interworking between H.323 Fast-Start and SIP early-media signaling. I would try the following to enable it: create voice class h323 like:

voice class h323 1

call start fast

!

and enter voice-class h323 1 command on the dial-peer.

Have in mind that if you do transcoding in your IPIPGW H323 fast start falls back to slow start

http://cisco.com/en/US/products/sw/voicesw/ps5640/products_configuration_guide_chapter09186a00803fecdc.html#wp1315453

"The transcoding process on the IP-to-IP gateway will always drop fast-start calls down to slow-start between H.323 endpoints even when the H.323 terminating endpoints support fast-start calls."

BR,

Stoyan