Hello All,
If the below Requests from 40.40.40.40(Asterisk) is received by 10.10.10.10(Kamailio) Request Line: INFO sip:3145553313@10.10.10.10:5060;alias=30.30.30.30~43508~2 SIP/2.0
Shouldn't Kamailio forward this request to 30.30.30.30? so that the '200 OK' can sent back to Asterisk for the response. (In this scenario) Would it be ok to just force a '200 OK' back to Asterisk from Kamailio?
Thank you,
Kamailio will build a destination set from the ;alias parameter, but only if you call handle_ruri_alias() prior to t_relay().
Calling it on a request with no alias is harmless; it has no effect then, and doesn't complain.
On Thu, Aug 30, 2018 at 07:38:13PM +0000, Wilkins, Steve wrote:
Hello All,
If the below Requests from 40.40.40.40(Asterisk) is received by 10.10.10.10(Kamailio) Request Line: INFO sip:3145553313@10.10.10.10:5060;alias=30.30.30.30~43508~2 SIP/2.0
Shouldn't Kamailio forward this request to 30.30.30.30? so that the '200 OK' can sent back to Asterisk for the response. (In this scenario) Would it be ok to just force a '200 OK' back to Asterisk from Kamailio?
Thank you,
Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users