[sr-dev] [kamailio/kamailio] unsupported sip invite request-uri format (#2646)

lglhust notifications at github.com
Tue Feb 23 12:03:00 CET 2021


Thanks a lot.
In sip register: Request-URI: sip:ims.mnc001.mcc310.3gppnetwork.org , sip register is ok.In sip invite: Request-URI: tel:310010120073501;phone-context=ims.mnc001.mcc310.3gppnetwork.org, return 478 Unresolvable destination .Should i modified kamailio.cfg such as bellows ??? I don't know how modified the kamailio.cfg .if (is_method("INVITE")) {$ru = "sip:ims.mnc008.mcc460.3gppnetwork.org"; # rewrite the "Request-URI"$du= "sip:ims.mnc008.mcc310.3gppnetwork.org"; }
----- 原始邮件 -----
发件人:Henning Westerholt <notifications at github.com>
收件人:kamailio/kamailio <kamailio at noreply.github.com>
抄送人:lglhust <lgl_hust at sina.com>,  Author <author at noreply.github.com>
主题:Re: [kamailio/kamailio] unsupported sip invite request-uri format (#2646)
日期:2021年02月23日 16点02分


Kamailio will return 478 if it can not resolve the destination e.g. by DNS. Please check your routing script that you end up with a proper request URI that contains a hostname/domain part (or set $du etc..) that Kamailio can route the request accordingly.
Please discuss the details of your issue on the sr-users list, as the issues are used for tracking issues in the code or more concrete feature requests.

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2646#issuecomment-784118081
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-dev/attachments/20210223/8d865bb4/attachment.htm>


More information about the sr-dev mailing list