Re: [SR-Users] Is this a BUG?

2010-08-12 Thread Henning Westerholt
On Wednesday 11 August 2010, Timo Reimann wrote: > [..] > It definitely doesn't cause any critical issues to the proper working of > SIP-Router. The worst it can do is mess up a call's dialog state when > the race condition kicks in. Once the race condition is ruled out, > occurrences of the messag

Re: [SR-Users] Is this a BUG?

2010-08-12 Thread Daniel-Constantin Mierla
Hi Timo, On 8/11/10 11:58 PM, Timo Reimann wrote: Hey Brian, On 11.08.2010 13:01, dotnetdub wrote: I see this in every call setup.. CRITICAL: dialog [dlg_hash.c:591]: bogus event 6 in state 2 for dlg 0xaf933bd0 [3739:1530909163] with clid '5959362a340dfa7938cf52ae1ba4b...@my.proxy.com

Re: [SR-Users] Kamailio 3.0 cann't access the RTPProxy

2010-08-12 Thread KevinJin
Hi Daniel, What does the log below means? Does it mean nathelper has issue to send the request to RTP proxy first or nathelper doesn't receive a response after sending a request to the rtp proxy? 0(27429) ERROR: nathelper [nathelper.c:2457]: can't send command to a RTP proxy 0(27429) ERROR:

Re: [SR-Users] Is this a BUG?

2010-08-12 Thread dotnetdub
On 12 August 2010 10:21, Daniel-Constantin Mierla wrote: > Hi Timo, > > > On 8/11/10 11:58 PM, Timo Reimann wrote: > >> Hey Brian, >> >> >> On 11.08.2010 13:01, dotnetdub wrote: >> >>> I see this in every call setup.. >>> >>> CRITICAL: dialog [dlg_hash.c:591]: bogus event 6 in state 2 for >>> dl

Re: [SR-Users] Is this a BUG?

2010-08-12 Thread Alex Balashov
You just said "drops," like an album! LOL. I approve! :) -- Alex Balashov - Principal Evariste Systems LLC 1170 Peachtree Street 12th Floor, Suite 1200 Atlanta, GA 30309 Tel: +1-678-954-0670 Fax: +1-404-961-1892 Web: http://www.evaristesys.com/ On Aug 12, 2010, at 12:02 PM, dotnetdub wrote:

Re: [SR-Users] Is this a BUG?

2010-08-12 Thread Daniel-Constantin Mierla
On 8/12/10 6:02 PM, dotnetdub wrote: On 12 August 2010 10:21, Daniel-Constantin Mierla > wrote: Hi Timo, On 8/11/10 11:58 PM, Timo Reimann wrote: Hey Brian, On 11.08.2010 13:01, dotnetdub wrote: I see this in every call se

Re: [SR-Users] Kamailio 3.0 cann't access the RTPProxy

2010-08-12 Thread Daniel-Constantin Mierla
Hello, On 8/12/10 4:47 PM, KevinJin wrote: > Hi Daniel, > > What does the log below means? Does it mean nathelper has issue to > send the request to RTP proxy first or nathelper doesn't receive a > response after sending a request to the rtp proxy? > 0(27429) ERROR: nathelper [nathelper.c:2457]:

Re: [SR-Users] Kamailio 3.0 cann't access the RTPProxy

2010-08-12 Thread KevinJin
Hello, Date: Thu, 12 Aug 2010 18:46:19 +0200 From: mico...@gmail.com To: kevin@hotmail.com CC: sr-users@lists.sip-router.org Subject: Re: [SR-Users] Kamailio 3.0 cann't access the RTPProxy Hello, On 8/12/10 4:47 PM, KevinJin wrote: Hi Daniel, What does the log below means? Does it

Re: [SR-Users] Kamailio 3.0 cann't access the RTPProxy

2010-08-12 Thread Daniel-Constantin Mierla
Hello, On 8/12/10 8:34 PM, KevinJin wrote: > Hello, > > > Date: Thu, 12 Aug 2010 18:46:19 +0200 > From: mico...@gmail.com > To: kevin@hotmail.com > CC: sr-users@lists.sip-router.org > Subject: Re: [SR-Users] Kamailio 3.0

Re: [SR-Users] Issue using subst

2010-08-12 Thread Uriel Rozenbaum
Alex, Takes a little more work but works perfectly. Thanks!!! I have to be aware of calls that have 2 RPID headers (party=called and party=calling), is you're interested I can paste the code once I'm done coding and testisng. :) Rgds, Uriel On Wed, Aug 11, 2010 at 6:41 PM, Alex Balashov wrote:

Re: [SR-Users] Issue using subst

2010-08-12 Thread Alex Balashov
On 08/12/2010 05:27 PM, Uriel Rozenbaum wrote: Takes a little more work but works perfectly. Thanks!!! Yes, but a lot easier to read, understand and modify from a code and business process management perspective. I have to be aware of calls that have 2 RPID headers (party=called and party=

[SR-Users] set From and To attributes in assignments

2010-08-12 Thread Daniel-Constantin Mierla
Hello, I committed in master branch (to be 3.1.0) code that allows to set uri, username, domain and display name for To and From headers using assignments to their respective PVs in configuration file. For example: $fu = "sip:anonym...@invalid"; $fn = '"Jon Doe"'; $tU = "+123455678"; Assign

Re: [SR-Users] [sr-dev] set From and To attributes in assignments

2010-08-12 Thread Brandon Armstead
Very cool, keep up the good work! On Fri, Aug 13, 2010 at 1:20 AM, Daniel-Constantin Mierla wrote: > Hello, > > I committed in master branch (to be 3.1.0) code that allows to set uri, > username, domain and display name for To and From headers using assignments > to their respective PVs in conf