I now see this comes from nathelper module, thanks!
-dan
-Original Message-
From: sr-users On Behalf Of Daniel W.
Graham
Sent: Tuesday, March 12, 2019 5:02 PM
To: mico...@gmail.com; Kamailio (SER) - Users Mailing List
Subject: Re: [SR-Users] Replicate REGISTER and save original receiv
On the sending host, the value of $avp(received) has to be set manually?
-dan
-Original Message-
From: Daniel-Constantin Mierla
Sent: Tuesday, March 12, 2019 8:09 AM
To: Kamailio (SER) - Users Mailing List ; Daniel
W. Graham
Subject: Re: [SR-Users] Replicate REGISTER and save original
Why would you want to do that? The spec is quite clear that an omission
of a port signifies 5060 for sip: and 5061 for SIP-TLS and sips:.
Although, interestingly, from RFC 3261 § 19.1.4 ("URI Comparison"):
A URI omitting any component with a default value will not
match a URI explicitly c
Greetings,
When i receive a message in Kamailio i want to add "5060" to the URI's port
info when it's value is not specified.
I can do it with pseudovariables but i was wondering if there's any config
or setting that would do this automatically?
Best Regards,
Duarte Rocha
__
Hello,
I am testing ims setup with kamailio 5.2 using the default configuration
provided here:
https://github.com/kamailio/kamailio/tree/master/misc/examples/ims/ . Тhere
is an issue I am facing with cdp avp in request sent to hss. There are some
missing mandatory parameters in capabilities exchan
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) = $hd
Hi Mathias,
I am new to this and have been playing about with Kamailio & Asterisk. I
also use the dispatcher to send calls to Asterisk from Kamailio. I am
not seeing exactly what you are doing, but what I have done is 2 things:
1. In the "auth" part of Kamailio, I have used IP address to de
Hello,
It is hard to understand with these logs but it looks like loose_route issiue.
in WITHINDLG route (sample script) there is a loose_route function that
function set route header uri to Request uri if it is related with kamailio
as shown below logs. so , kamailio send ACK message to its
Dear Kamailio mailing list
I've a problem with a simple Kamailio-Asterisk setup. I tried to find a
solution and found several posts, but was not able to fix my problem!
I'm using the following setup:
- SIP device registered to Kamailio (IP 10.40.6.188)
- Kamailio (port 5070) and Asterisk (po