Re: [SR-Users] Kamailio behind NAT- alias issue

2014-08-03 Thread Yuriy Gorlichenko
Thanks for advice/ My kamailio starts and now listening my external address, but I still see errors of tm module ERROR: tm [ut.h:272]: uri2dst2(): ERROR: uri2dst: bad_uri: sip.myserver.com Aug 3 07:45:31 Kamailio kamailio: ERROR: tm [uac.c:266]: t_uac_prepare(): t_uac: no socket found 2014-08

Re: [SR-Users] Kamailio behind NAT- alias issue

2014-08-02 Thread Fred Posner
Hello Yuriy, > If I write at kamailio.cfg: > alias=sip.myserver.com > > I see error at log - bad_uri sip.myserver.com try adding the port... alias=sip.myserver.com:5060 Also, since you're behind NAT make sure you also advertise the address with advertised_address="sip.myserver.com". Fred Posne