Iñaki Baz Castillo writes: > 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 !!!).
sorry, it was too late when i replied to the email. i tried to reproduce this, but was not able to do so. my test works as it should: Apr 9 10:16:12 localhost /usr/sbin/sip-proxy[18946]: ERROR: before next_gw() ru is sip:[email protected], du is <null> Apr 9 10:16:12 localhost /usr/sbin/sip-proxy[18946]: ERROR: after next_gw() ru is sip:[email protected], du is sip:192.98.100.2:5060 when i have ip_addr/hostname/port = 192.98.100.2/gw1.test.fi/5060 does it work for you inaki? -- juha _______________________________________________ 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
