How to configure 3 kamailio on three different node, and they work as a
single kamailio proxy. which module or method need to implement.
On Fri, Aug 22, 2014 at 3:30 PM, <sr-users-request(a)lists.sip-router.org>
wrote:
Send sr-users mailing list submissions to
sr-users(a)lists.sip-router.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
or, via email, send a message with subject or body 'help' to
sr-users-request(a)lists.sip-router.org
You can reach the person managing the list at
sr-users-owner(a)lists.sip-router.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of sr-users digest..."
Today's Topics:
1. force_send_socket in event route tm:local-request
(Kristian F. H?gh)
2. Re: SIP Trunk (Satish Patel)
3. Re: SIP Trunk (Yuriy Gorlichenko)
4. Re: CNXCC curious case (Carlos Ruiz D?az)
5. Kamailio script editor (Grant Bagdasarian)
6. Re: Kamailio script editor (Narsay, Deep)
7. Re: Kamailio script editor (Grant Bagdasarian)
8. Re: Kamailio script editor (Alex Balashov)
9. Re: force_send_socket in event route tm:local-request
(Daniel-Constantin Mierla)
10. Re: Kamailio script editor (Daniel-Constantin Mierla)
11. switch kamailio to domain (Mihai Marin)
12. Re: SIP Trunk (Satish Patel)
13. Re: Kamailio script editor (M?ns Nilsson)
14. Re: force_send_socket in event route tm:local-request
(Kristian Frederik H?gh)
15. How to uniquely identify SIP WS / WSS endpoint (Muhammad Shahzad)
16. nat_traversal vs nathelper for mediaproxy (Satish Patel)
17. Re: switch kamailio to domain (Daniel-Constantin Mierla)
18. Re: switch kamailio to domain (Mihai Marin)
----------------------------------------------------------------------
Message: 1
Date: Thu, 21 Aug 2014 12:00:49 +0200
From: Kristian F. H?gh <kfh(a)uni-tel.dk>
To: <sr-users(a)lists.sip-router.org>
Subject: [SR-Users] force_send_socket in event route tm:local-request
Message-ID: <25156162.LDl4apoH3L@kfh-laptop>
Content-Type: text/plain; charset="iso-8859-1"
Hi,
Our kamailio 4.0.6 proxy uses pua/pua_dialoginfo and an external presence
server.
The PUBLISH requests generated by pua* appear in tm:local-request event
route.
Before sending, we call set_advertised_address and force_send_socket.
Still the requests have the IP address from the first "listen=" as source
and Via address.
The requests are send out using the correct interface and no errors are
logged.
When forwarding SUBSCRIBE requests received from clients,
force_send_socket before t_relay_to_udp do work as expected.
mhomed=1 solves the issue, but I prefer force_send_socket.
Regards,
Kristian H?gh
Uni-tel
------------------------------
Message: 2
Date: Thu, 21 Aug 2014 06:43:15 -0400
From: Satish Patel <satish.txt(a)gmail.com>
To: "Kamailio (SER) - Users Mailing List"
<sr-users(a)lists.sip-router.org>
Cc: "Kamailio (SER) - Users Mailing List"
<sr-users(a)lists.sip-router.org>
Subject: Re: [SR-Users] SIP Trunk
Message-ID: <A3BD87DA-AE2A-4E52-B70A-031A875DF111(a)gmail.com>
Content-Type: text/plain; charset=us-ascii
I will give it a try again today, can you please make sure my t_relay()
syntax is correct?
So t_relay will rewrite my host past right and send call to trunk.
While ago I was using rewritehost() function but I think it's not working
with UAC registrant module.
Sent from my iPhone
On Aug 21, 2014, at 3:53 AM, Daniel Tryba <daniel(a)pocos.nl> wrote:
On Thursday 21 August 2014 05:56:46 Satish Patel
wrote:
if ( $rU =~
"sip:1[0-9]@*") {
Try $ru instead, $rU only contains the dialled "number". So
$ru =~ "sip:1[0-9]@*"
or
$rU =~ "1[0-9]"
But note the regexp, that only matches the exact numbers 10 to 19, if
you are
trying to match prefixes you are doing it wrong
(tm).
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users(a)lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
------------------------------
Message: 3
Date: Thu, 21 Aug 2014 15:37:38 +0400
From: Yuriy Gorlichenko <ovoshlook(a)gmail.com>
To: "Kamailio (SER) - Users Mailing List"
<sr-users(a)lists.sip-router.org>
Subject: Re: [SR-Users] SIP Trunk
Message-ID:
<CABSP_VczfN-giH5ghuT2A9Gnqyk_+VNa=
XFtX3tAaWDqM4kZTg(a)mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
rewritehost() sucessfully work with UAC. But As I know
1) It statless function
2) It read only string argumetns, and do not read variables
2014-08-21 14:43 GMT+04:00 Satish Patel <satish.txt(a)gmail.com>om>:
I will give it a try again today, can you please
make sure my t_relay()
syntax is correct?
So t_relay will rewrite my host past right and send call to trunk.
While ago I was using rewritehost() function but I think it's not working
with UAC registrant module.
Sent from my iPhone
On Aug 21, 2014, at 3:53 AM, Daniel Tryba <daniel(a)pocos.nl> wrote:
On Thursday 21 August 2014 05:56:46 Satish Patel
wrote:
if ( $rU =~
"sip:1[0-9]@*") {
Try $ru instead, $rU only contains the dialled "number". So
$ru =~ "sip:1[0-9]@*"
or
$rU =~ "1[0-9]"
But note the regexp, that only matches the exact numbers 10 to 19, if
you are
trying to match prefixes you are doing it wrong
(tm).
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users(a)lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users
_______________________________________________
SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list
sr-users(a)lists.sip-router.org
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users