I now see this comes from nathelper module, thanks!
-dan
-----Original Message-----
From: sr-users <sr-users-bounces(a)lists.kamailio.org> On Behalf Of Daniel W. Graham
Sent: Tuesday, March 12, 2019 5:02 PM
To: miconda(a)gmail.com; Kamailio (SER) - Users Mailing List
<sr-users(a)lists.kamailio.org>
Subject: Re: [SR-Users] Replicate REGISTER and save original received value
On the sending host, the value of $avp(received) has to be set manually?
-dan
-----Original Message-----
From: Daniel-Constantin Mierla <miconda(a)gmail.com>
Sent: Tuesday, March 12, 2019 8:09 AM
To: Kamailio (SER) - Users Mailing List <sr-users(a)lists.kamailio.org>rg>; Daniel W.
Graham <dan(a)cmsinter.net>
Subject: Re: [SR-Users] Replicate REGISTER and save original received value
Hello,
an alternative: the received value can be taken from an avp, so you can pass its value via
an header from the node that does replication:
append_hf(“P-RCV-ADDR: $avp(received)\r\n");
Then you can do t_replicate().
In the node that receives replication, do:
$avp(received) = $hdr(P-RCV-ADDR);
then save(). The name of the avp has to be specified via modparam to registrar module.
Cheers,
Daniel
On 11.03.19 22:20, Daniel W. Graham wrote:
This worked out. Thanks again.
-dan
-----Original Message-----
From: sr-users <sr-users-bounces(a)lists.kamailio.org> On Behalf Of
Daniel W. Graham
Sent: Monday, March 11, 2019 4:53 PM
To: Kamailio (SER) - Users Mailing List <sr-users(a)lists.kamailio.org>
Subject: Re: [SR-Users] Replicate REGISTER and save original received
value
Ok, that’s why I was asking.... wasn't finding a way to do so.
Thanks for the input and I'll see where I can get with the second option.
-dan
-----Original Message-----
From: sr-users <sr-users-bounces(a)lists.kamailio.org> On Behalf Of Alex
Balashov
Sent: Monday, March 11, 2019 4:48 PM
To: Kamailio (SER) - Users Mailing List <sr-users(a)lists.kamailio.org>
Subject: Re: [SR-Users] Replicate REGISTER and save original received
value
On Mon, Mar 11, 2019 at 08:46:01PM +0000, Daniel W. Graham wrote:
No problem. I didn’t consider either option but
like the first idea,
how do you recommend overriding the received parameter value?
Well, now that I look at the docs, there isn't really a straightforward way
short of manipulating the Contact directly.
That would leave you no better off than just doing the
set_contact_alias() + handle_ruri_alias() thing, so I would just do that.
--
Alex Balashov | Principal | Evariste Systems LLC
Tel: +1-706-510-6800 / +1-800-250-5920 (toll-free)
Web:
http://www.evaristesys.com/,
http://www.csrpswitch.com/
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users(a)lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users(a)lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users(a)lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
--
Daniel-Constantin Mierla --
www.asipto.com www.twitter.com/miconda --
www.linkedin.com/in/miconda Kamailio World Conference - May 6-8, 2019 --
www.kamailioworld.com Kamailio Advanced Training - Mar 25-27, 2019, in Washington, DC, USA
--
www.asipto.com
_______________________________________________
Kamailio (SER) - Users Mailing List
sr-users(a)lists.kamailio.org
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users