<div dir="ltr"><div dir="ltr"><div>Thanks for the replies Daniel and Henning!</div><div>The problem with the listen address is that it can't be set at run time per call, for example, after reading the value from the DB.... And also it is way too dirty to use the set_advertised_address with a static string value....<br></div><div>Long story short, we have a weird telco setup which only allows the SIP trunk to terminate in their own network, which then puts my Kamailio behind a NAT box only for them.  And because they are the biggest carrier in that country, we will have to workaround the issue..... <br></div><div>Kamailio itself has only one network interface to communicate with everyone (other provider and extensions), so I was trying to actually only set the advertise address before sending call to this specific telco. For calls to anyone else I would not set the advertise address. Looks simple, but seems not that easy to implement.....<br></div><div><br></div><div>Cheers,</div><div>Patrick Wakano<br></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, 2 Oct 2018 at 15:39, Daniel-Constantin Mierla <<a href="mailto:miconda@gmail.com">miconda@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
the pseudo-variable is read only.<br>
<br>
The recommended way would be to use listen with advertise, like:<br>
<br>
listen=udp:<a href="http://1.2.3.4:5060" rel="noreferrer" target="_blank">1.2.3.4:5060</a> advertise <a href="http://5.6.7.8:5060" rel="noreferrer" target="_blank">5.6.7.8:5060</a><br>
<br>
That will take care of both Via and Record-Route headers as well as<br>
matching myself, no need to do other stuff in route blocks. Doesn't work<br>
for you?<br>
<br>
Cheers,<br>
Daniel<br>
<br>
<br>
On 01.10.18 22:16, Henning Westerholt wrote:<br>
> Am Freitag, 28. September 2018, 07:16:18 CEST schrieb Patrick Wakano:<br>
>> Sorry to annoy again, but I did find a couple of more emails asking around<br>
>> about the possibility to pass a variable to the set_advertised_address, but<br>
>> no one was replied....<br>
>> How is the status of these old core functions that don't accept variables<br>
>> as parameters? Is it something being worked on?<br>
> Hi Patrick,<br>
><br>
> about the old core function - I think that indeed some of them are still<br>
> missing PV support. Regarding your question, have you already tried to use<br>
> this PV:<br>
><br>
> <a href="https://www.kamailio.org/wiki/cookbooks/devel/pseudovariables#rai_-_received_advertised_ip_address" rel="noreferrer" target="_blank">https://www.kamailio.org/wiki/cookbooks/devel/pseudovariables#rai_-_received_advertised_ip_address</a><br>
><br>
> Best regards,<br>
><br>
> Henning<br>
><br>
<br>
-- <br>
Daniel-Constantin Mierla -- <a href="http://www.asipto.com" rel="noreferrer" target="_blank">www.asipto.com</a><br>
<a href="http://www.twitter.com/miconda" rel="noreferrer" target="_blank">www.twitter.com/miconda</a> -- <a href="http://www.linkedin.com/in/miconda" rel="noreferrer" target="_blank">www.linkedin.com/in/miconda</a><br>
Kamailio World Conference -- <a href="http://www.kamailioworld.com" rel="noreferrer" target="_blank">www.kamailioworld.com</a><br>
Kamailio Advanced Training, Nov 12-14, 2018, in Berlin -- <a href="http://www.asipto.com" rel="noreferrer" target="_blank">www.asipto.com</a><br>
<br>
<br>
_______________________________________________<br>
Kamailio (SER) - Users Mailing List<br>
<a href="mailto:sr-users@lists.kamailio.org" target="_blank">sr-users@lists.kamailio.org</a><br>
<a href="https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users" rel="noreferrer" target="_blank">https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users</a><br>
</blockquote></div>