2010/4/8 Juha Heinanen <[email protected]>: > Jon Bonilla (Manwe) writes: > > > I have xloged $du and $ru just after next_gw() call and also in > branch_route: > > > > Afer next_gw ---- > > ru=sip:[email protected] > > du=sip:91.121.117.27:5080 > > > > Branch ---- > > ru=sip:[email protected] > > du=sip:91.121.117.27:5080 > > > > Branch ---- > > ru=sip:[email protected] > > du=sip:[email protected] > > it is all ok after next_gw() call. try to figure out why do you enter > branch route two times. you should be there only once (the first one).
Hi, IMHO it's not ok after netx_gw(). Note that the incomig INVITE is: INVITE sip:[email protected] When hostname is "sindominio.org" then after t_relay() ru ad du should look like: ru = sip:[email protected] du = sip:91.121.117.27:5080 but they are: ru = sip:[email protected] du = sip:91.121.117.27:5080 (note that the ruri domain has not been changed !!!). Setting "hostname" to NULL in gw table then after t_realy ru and du should be: ru = sip:[email protected]:5080 du = <null> but they are: ru = sip:[email protected] du = <null> It's obviously wrong. Not sure why two branches are generated, but the values of ru and du after t_realy don't look correct for me. Regards. -- Iñaki Baz Castillo <[email protected]> _______________________________________________ Kamailio (OpenSER) - Users mailing list [email protected] http://lists.kamailio.org/cgi-bin/mailman/listinfo/users http://lists.openser-project.org/cgi-bin/mailman/listinfo/users
