I can't make call through kamailio between new added users.
I get 478 ... But it works for older users (who was added couple weeks ago e.g.) SIP flow, location and subscriber table the same in both cases.
Could you please shed any light on this issue?
*2019/10/02 11:11:20.719834 10.2.1.198:5068 http://10.2.1.198:5068 -> 10.4.1.14:50600 http://10.4.1.14:50600*
SIP/2.0 *478* Unresolvable destination (478/SL)
Via: SIP/2.0/UDP asterisk_ip:asterisk_port;branch=z9hG4bK18626d14;rport=50600;received=10.4.1.14
From: "Admin Admin" sip:some_user@asterisk_ip:asterisk_port;tag=as09b1f1f3
To: sip:some_user@kamailio_ip :kamailio_port;tag=a1384aaeda4d71b5edb13882669b943e.8468
Call-ID: *20e023254f1b3c942a61e47d63badfd6@10.4.1.14:50600 http://20e023254f1b3c942a61e47d63badfd6@10.4.1.14:50600*
CSeq: 102 INVITE
Server: MS Lync
Content-Length: 0
Hello,
You will need to explain a bit more your setup. What’s the difference between your old and new users? How is usrloc setup?
On Wed, 2 Oct 2019 at 12:20, Zhan Bazarov chiefkeeft@gmail.com wrote:
I can't make call through kamailio between new added users.
I get 478 ... But it works for older users (who was added couple weeks ago e.g.) SIP flow, location and subscriber table the same in both cases.
Could you please shed any light on this issue?
*2019/10/02 11:11:20.719834 10.2.1.198:5068 http://10.2.1.198:5068 -> 10.4.1.14:50600 http://10.4.1.14:50600*
SIP/2.0 *478* Unresolvable destination (478/SL)
Via: SIP/2.0/UDP asterisk_ip:asterisk_port;branch=z9hG4bK18626d14;rport=50600;received=10.4.1.14
From: "Admin Admin" sip:some_user@asterisk_ip :asterisk_port;tag=as09b1f1f3
To: sip:some_user@kamailio_ip :kamailio_port;tag=a1384aaeda4d71b5edb13882669b943e.8468
Call-ID: *20e023254f1b3c942a61e47d63badfd6@10.4.1.14:50600 http://20e023254f1b3c942a61e47d63badfd6@10.4.1.14:50600*
CSeq: 102 INVITE
Server: MS Lync
Content-Length: 0 _______________________________________________ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
USRLOC DB has been configured by default... Nothing new. What kind of information might be helpful for you? In additional - both users registered successfully, I see both of them in kamctl ul show - both on my x-lite and zoiper...
-- Sent from: http://sip-router.1086192.n5.nabble.com/Users-f3.html
modparam("usrloc", "db_url", DBURL) modparam("usrloc", "db_mode", 3) modparam("usrloc", "user_column", "username") modparam("usrloc", "contact_column", "contact") modparam("usrloc", "expires_column", "expires") modparam("usrloc", "q_column", "q") modparam("usrloc", "callid_column", "callid") modparam("usrloc", "cseq_column", "cseq") modparam("usrloc", "methods_column", "methods") modparam("usrloc", "cflags_column", "cflags") modparam("usrloc", "user_agent_column", "user_agent") modparam("usrloc", "received_column", "received") modparam("usrloc", "socket_column", "socket") modparam("usrloc", "path_column", "path") modparam("usrloc", "ruid_column", "ruid") modparam("usrloc", "instance_column", "instance") modparam("usrloc", "use_domain", 1) modparam("usrloc", "matching_mode", 0) modparam("usrloc", "timer_interval", 30)
-- Sent from: http://sip-router.1086192.n5.nabble.com/Users-f3.html
This looks unresolvable : To: sip:some_user@kamailio_ip :kamailio_port;tag=a1384aaeda4d71b5edb13882669b943e.8468
If you are using registration based routing ex. lookup()
Check the contact header in the REGISTER message
On Wed, Oct 2, 2019 at 5:00 AM Zhan Bazarov chiefkeeft@gmail.com wrote:
modparam("usrloc", "db_url", DBURL) modparam("usrloc", "db_mode", 3) modparam("usrloc", "user_column", "username") modparam("usrloc", "contact_column", "contact") modparam("usrloc", "expires_column", "expires") modparam("usrloc", "q_column", "q") modparam("usrloc", "callid_column", "callid") modparam("usrloc", "cseq_column", "cseq") modparam("usrloc", "methods_column", "methods") modparam("usrloc", "cflags_column", "cflags") modparam("usrloc", "user_agent_column", "user_agent") modparam("usrloc", "received_column", "received") modparam("usrloc", "socket_column", "socket") modparam("usrloc", "path_column", "path") modparam("usrloc", "ruid_column", "ruid") modparam("usrloc", "instance_column", "instance") modparam("usrloc", "use_domain", 1) modparam("usrloc", "matching_mode", 0) modparam("usrloc", "timer_interval", 30)
-- Sent from: http://sip-router.1086192.n5.nabble.com/Users-f3.html
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
I think that’s him redacting ip addresses.
Please increase debug and paste the log output when calling one of these users.
Have you tried removing use_domain?
On Wed, 2 Oct 2019 at 13:10, Julien Chavanton jchavanton@gmail.com wrote:
This looks unresolvable : To: sip:some_user@kamailio_ip :kamailio_port;tag=a1384aaeda4d71b5edb13882669b943e.8468
If you are using registration based routing ex. lookup()
Check the contact header in the REGISTER message
On Wed, Oct 2, 2019 at 5:00 AM Zhan Bazarov chiefkeeft@gmail.com wrote:
modparam("usrloc", "db_url", DBURL) modparam("usrloc", "db_mode", 3) modparam("usrloc", "user_column", "username") modparam("usrloc", "contact_column", "contact") modparam("usrloc", "expires_column", "expires") modparam("usrloc", "q_column", "q") modparam("usrloc", "callid_column", "callid") modparam("usrloc", "cseq_column", "cseq") modparam("usrloc", "methods_column", "methods") modparam("usrloc", "cflags_column", "cflags") modparam("usrloc", "user_agent_column", "user_agent") modparam("usrloc", "received_column", "received") modparam("usrloc", "socket_column", "socket") modparam("usrloc", "path_column", "path") modparam("usrloc", "ruid_column", "ruid") modparam("usrloc", "instance_column", "instance") modparam("usrloc", "use_domain", 1) modparam("usrloc", "matching_mode", 0) modparam("usrloc", "timer_interval", 30)
-- Sent from: http://sip-router.1086192.n5.nabble.com/Users-f3.html
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users