Send sr-users mailing list submissions to
sr-users@lists.sip-router.orgTo subscribe or unsubscribe via the World Wide Web, visit
http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-usersor, via email, send a message with subject or body 'help' to
sr-users-request@lists.sip-router.orgYou can reach the person managing the list at
sr-users-owner@lists.sip-router.orgWhen replying, please edit your Subject line so it is more specific
than "Re: Contents of sr-users digest..."
Today's Topics:
1. kamailio loadbalancer with TLS problem forwarding INVITE back
to UA (Allen Zhang)
2. Re: dialplan not working (Victor V.
Kustov)
----------------------------------------------------------------------
Message: 1
Date: Thu, 27 Jun 2013 00:34:00 +0000
From: Allen Zhang <
Allen.Zhang@imgtec.com>
To: "
sr-users@lists.sip-router.org" <
sr-users@lists.sip-router.org>
Cc: Shane Harrison <
Shane.Harrison@imgtec.com>
Subject: [SR-Users] kamailio loadbalancer with TLS problem forwarding
INVITE back to UA
Message-ID:
<
04588C075527D74CABD19E7C320BCB1C013BE6F6@WEMAIL01.we.imgtec.org>
Content-Type: text/plain; charset="us-ascii"
Hi,
Our set up:
UA1 ----- ------ Proxy1
\ /
Loadbalancer (dispatcher
module)
/ \
UA2----- ------ Proxy2
Both proxies have registrar module loaded and share the same database.
REGISTERs work fine.
The problem is this:
TLS
TCP
UA1 ----------------------> LB --------------------> Proxy
INVITE(to UA2) INVITE(to UA2)
TLS TCP
UA1 <------------- LB <------------- Proxy
100 Trying
TLS TCP
UA1 <------------- LB <----------------------- Proxy
INVITE(to UA2)
TLS TCP
UA1 <----------------------- LB <----------------------- Proxy
100 Trying
All above worked fine. Below is what's expected but never happened:
TLS TCP
UA2 <----------------------- LB <----------------------- Proxy
INVITE(to
UA2)
We'd like the LB to reuse the TLS connection initiated by UA2. But LB can't find an open connection and tries to start a new TLS connection. The new connection fails.
UAs are not behind NAT at the moment but will be in the future.
Tried this approaches on LB:
route(ADD_CONTACT_ALIAS);
If (not from proxy)
t_relay();
else
do load balancing
No luck.
Any help is appreciated.
Regards,
Allen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <
http://lists.sip-router.org/pipermail/sr-users/attachments/20130627/a7a97d93/attachment-0001.html>
------------------------------
Message: 2
Date: Thu, 27 Jun 2013 13:39:41 +0400
From: "Victor V. Kustov" <
coyote@bks.tv>
To: "Kamailio \(SER\) - Users Mailing List"
<
sr-users@lists.sip-router.org>
Subject: Re: [SR-Users] dialplan not working
Message-ID: <
20130627133941.7ae9b458@bkstv>
Content-Type: text/plain; charset=US-ASCII
Hi all!
I don't see in a doc, but mi dp_translate work correctly this way:
incorrect:
>kamcmd> mi dp_translate 1
9999999999
correct:
kamcmd> mi dp_translate 1 s:9999999999
seems need change documentation
--
WBR, Victor
JID:
coyote@bks.tv JID:
coyote@bryansktel.ru I use FREE operation system: 3.9.6-calculate GNU/Linux
------------------------------
_______________________________________________
sr-users mailing list
sr-users@lists.sip-router.orghttp://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-usersEnd of sr-users Digest, Vol 97, Issue 104
*****************************************