Woof! On Thu, 12 Mar 2009 04:24:35 -0400, Paweł Pierścionek <[email protected]> wrote:
> > On 2009-03-11, at 22:11, Andy Spitzer wrote: > >> By default 100rel is supposed to be off. >> >> I forced it off by adding the line: >> <param name="enable-100rel" value="false"/> >> to the sofia <settings> section of the sipX_profile.xml file. >> >> But that had no effect. Odd. >> > > It's a bug - go vote for it. > > http://jira.freeswitch.org/browse/SFSIP-125 I did a little digging thru the Sofia code last night, I'm not convinced it really a bug in this case. The code documents that RFC-3262 says that if you are going to use early media, then 100rel is required. I'm not familar enough with RFC-3262 to know if this is actually the case, but it's pretty clear in the code. ./libsofia-sip-ua/nua/nua.docs and ./libsofia-sip-ua/nua/nua_session.c See this section: * @par Preliminary Responses and 100rel So the enable-100rel=false is honored when Sofia is acting as a UAS, but not a UAC if early media is being used...I think! --Woof! _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev
