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@lists.sip-router.org wrote:
Send sr-users mailing list submissions to sr-users@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@lists.sip-router.org
You can reach the person managing the list at sr-users-owner@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:
- force_send_socket in event route tm:local-request (Kristian F. H?gh)
- Re: SIP Trunk (Satish Patel)
- Re: SIP Trunk (Yuriy Gorlichenko)
- Re: CNXCC curious case (Carlos Ruiz D?az)
- Kamailio script editor (Grant Bagdasarian)
- Re: Kamailio script editor (Narsay, Deep)
- Re: Kamailio script editor (Grant Bagdasarian)
- Re: Kamailio script editor (Alex Balashov)
- Re: force_send_socket in event route tm:local-request (Daniel-Constantin Mierla)
- Re: Kamailio script editor (Daniel-Constantin Mierla)
- switch kamailio to domain (Mihai Marin)
- Re: SIP Trunk (Satish Patel)
- Re: Kamailio script editor (M?ns Nilsson)
- Re: force_send_socket in event route tm:local-request (Kristian Frederik H?gh)
- How to uniquely identify SIP WS / WSS endpoint (Muhammad Shahzad)
- nat_traversal vs nathelper for mediaproxy (Satish Patel)
- Re: switch kamailio to domain (Daniel-Constantin Mierla)
- Re: switch kamailio to domain (Mihai Marin)
Message: 1 Date: Thu, 21 Aug 2014 12:00:49 +0200 From: Kristian F. H?gh kfh@uni-tel.dk To: sr-users@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@gmail.com To: "Kamailio (SER) - Users Mailing List" sr-users@lists.sip-router.org Cc: "Kamailio (SER) - Users Mailing List" sr-users@lists.sip-router.org Subject: Re: [SR-Users] SIP Trunk Message-ID: A3BD87DA-AE2A-4E52-B70A-031A875DF111@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@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@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@gmail.com To: "Kamailio (SER) - Users Mailing List" sr-users@lists.sip-router.org Subject: Re: [SR-Users] SIP Trunk Message-ID: <CABSP_VczfN-giH5ghuT2A9Gnqyk_+VNa= XFtX3tAaWDqM4kZTg@mail.gmail.com> Content-Type: text/plain; charset="utf-8"
rewritehost() sucessfully work with UAC. But As I know
- It statless function
- It read only string argumetns, and do not read variables
2014-08-21 14:43 GMT+04:00 Satish Patel satish.txt@gmail.com:
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@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@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@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users