Re: [OpenSIPStack] INVITE and multi via:
Brought to you by:
joegenbaclor
From: Joegen E. B. <joe...@gm...> - 2007-12-05 03:02:26
|
Vias are inserted by proxies so that they remain in the signaling path for responses. So unless you wan't to open a really big can of worms by removing vias inserted by proxies it is not a good idea. If your question was how to remove the vias programatically then thats definitely doable. Via via; invite.GetViaAt( via, 0 ); invite.RemoveAllVias(); invite.AppendVia( via ); sales@ER wrote: > Hi > > Is there a way to eliminate all but one VIA in the INVITE? > > Warren Kreckler > > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: The Future of Linux Business White Paper > from Novell. From the desktop to the data center, Linux is going > mainstream. Let it simplify your IT future. > http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 > _______________________________________________ > opensipstack-devel mailing list > ope...@li... > https://lists.sourceforge.net/lists/listinfo/opensipstack-devel > > > |