Re: [SR-Users] sipp and stateful transaction problem

2010-05-25 Thread Klaus Darilion
Am 25.05.2010 00:57, schrieb JR Richardson: On Mon, May 24, 2010 at 2:33 PM, Klaus Darilion wrote: On 21.05.2010 23:46, Daniel-Constantin Mierla wrote: Hello, On 5/21/10 10:47 PM, JR Richardson wrote: Hi All, I'm doing some testing with kamailio 1.5: kamailio1:/etc/kamailio# kamailio

Re: [SR-Users] no Contact in REFER generated with dlg_bridge

2010-05-25 Thread Klaus Darilion
Am 25.05.2010 12:25, schrieb Anton Roman: Hi all, I'm trying to implement a Click2Dial service by using the dlg_bridge command from the dialog module. Although it works in this case, I found two problems in the scenario and I would like to read your opinion about them. 1) Fisrt problem: the R

Re: [SR-Users] no Contact in REFER generated with dlg_bridge

2010-05-25 Thread Anton Roman
Hi, you are right, it has to be the same in the original request only when the final response is a non-2xx (RFC3261, 17.1.1.3). The magic cookie is missing so '0' can not be a valid RFC3261 branch, anyway a '0' value populating a param when it should be a random value looks like a buggy situation.

Re: [SR-Users] no Contact in REFER generated with dlg_bridge

2010-05-25 Thread Klaus Darilion
Am 25.05.2010 15:46, schrieb Anton Roman: > Regarding the traces I attached in the previous mail, please, omit the > NOTIFY which are being sent to kamailio.org :-), > to work this around I replied this NOTIFY (which indicates the state of > the REFER processing) from the K

Re: [SR-Users] no Contact in REFER generated with dlg_bridge

2010-05-25 Thread Juha Heinanen
Klaus Darilion writes: > PS: IIRC there is also an extensions to REFER to omit the implicit > subscription (something like "Refer-light"). In this case the transfered > target should not even send NOTIFY - but I do not know if any clients > support that. if you mean norefersub, i have seen it

[SR-Users] R: SIP Router devel meeting, Berlin, June 8, 2010

2010-05-25 Thread Daniel-Constantin Mierla
Hello, a short reminder for those that want to participate to SIP Router devel meeting and haven't been in contact with me yet, you need to send email to: *registrat...@lists.sip-router.org* See more details at: http://sip-router.org/2010/05/12/sip-router-devel-meeting-june-8-2010-berlin-germa

Re: [SR-Users] sipp and stateful transaction problem

2010-05-25 Thread Daniel-Constantin Mierla
Hello, On 5/22/10 2:22 AM, JR Richardson wrote: On Fri, May 21, 2010 at 4:46 PM, Daniel-Constantin Mierla wrote: Hello, On 5/21/10 10:47 PM, JR Richardson wrote: Hi All, I'm doing some testing with kamailio 1.5: kamailio1:/etc/kamailio# kamailio -V version: kamailio 1.5.4-notls

[SR-Users] kamailio 3.0.1 rpm for centos 5.5

2010-05-25 Thread Daniel-Constantin Mierla
Hello, for those interested, kamailio 3.0.1 rpm packages for centos 5.5 are available for download at: http://www.kamailio.org/pub/kamailio/3.0.1/packages/centos-5.5/ Cheers, Daniel -- Daniel-Constantin Mierla Kamailio (OpenSER) Advanced Training Miami, Fl, USA - June 21-23, 2010 http://www.

Re: [SR-Users] could not bind to the TM-Module

2010-05-25 Thread Daniel-Constantin Mierla
Hello, do you have it from tarball/packages or from GIT? There was a fix for binding to tm module after packaging 3.0.1. For now you would need to use git version. There will be soon an official 3.0.2. Cheers. Daniel On 5/21/10 3:08 PM, Javier Menendez wrote: Hi, I have been configuring

Re: [SR-Users] could not open module kamailio

2010-05-25 Thread Daniel-Constantin Mierla
Hello, On 5/19/10 2:23 PM, Bruno Bresciani wrote: I compiled the route.so module to the kamailio but when I start kamailio the follow error is generated in the log file: "ERROR:core:sr_load_module: could not open module : /home2/local/kamailio/lib/kamailio/modules/route.so: undefined symbol:

Re: [SR-Users] could not bind to the TM-Module

2010-05-25 Thread Javier Menendez
Thanks for the info!! It was from tar.gz so I guess I am affected by the bug On Tue, May 25, 2010 at 8:19 PM, Daniel-Constantin Mierla wrote: > Hello, > > do you have it from tarball/packages or from GIT? > > There was a fix for binding to tm module after packaging 3.0.1. For now you > would ne

Re: [SR-Users] could not bind to the TM-Module

2010-05-25 Thread Daniel-Constantin Mierla
On 5/25/10 8:22 PM, Javier Menendez wrote: Thanks for the info!! It was from tar.gz so I guess I am affected by the bug yes, you are. Install from git: http://www.kamailio.org/dokuwiki/doku.php/install:kamailio-3.0.x-from-git or take the latest tarbal snapshot from: http://sip-router.org/tarb

[SR-Users] kamailio 3.0.2 for Thu, May 27, 2010

2010-05-25 Thread Daniel-Constantin Mierla
Hello, I am planning to release kamailio 3.0.2 this Thursday. There were some fixes since 3.0.1 that worth to be packaged. If you have major reports for current stable version, please write to sr-...@lists.sip-router.org Cheers, Daniel -- Daniel-Constantin Mierla Kamailio (OpenSER) Advanced

[SR-Users] [sr-dev] kamailio 3.0.2 for Thu, May 27, 2010

2010-05-25 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > I am planning to release kamailio 3.0.2 this Thursday. There were some > fixes since 3.0.1 that worth to be packaged. If you have major reports > for current stable version, please write to > sr-...@lists.sip-router.org in all versions, next_contacts() and nex

Re: [SR-Users] kamailio 3.0.2 for Thu, May 27, 2010

2010-05-25 Thread Daniel-Constantin Mierla
On 5/25/10 8:51 PM, SIP wrote: Daniel-Constantin Mierla wrote: Hello, I am planning to release kamailio 3.0.2 this Thursday. There were some fixes since 3.0.1 that worth to be packaged. If you have major reports for current stable version, please write to sr-...@lists.sip-router.org Chee

Re: [SR-Users] [sr-dev] kamailio 3.0.2 for Thu, May 27, 2010

2010-05-25 Thread Daniel-Constantin Mierla
On 5/25/10 8:48 PM, Juha Heinanen wrote: Daniel-Constantin Mierla writes: I am planning to release kamailio 3.0.2 this Thursday. There were some fixes since 3.0.1 that worth to be packaged. If you have major reports for current stable version, please write to sr-...@lists.sip-router.org

Re: [SR-Users] sipp and stateful transaction problem

2010-05-25 Thread JR Richardson
On Tue, May 25, 2010 at 11:10 AM, Daniel-Constantin Mierla wrote: > Hello, > > On 5/22/10 2:22 AM, JR Richardson wrote: >> >> On Fri, May 21, 2010 at 4:46 PM, Daniel-Constantin Mierla >>  wrote: >> >>> >>> Hello, >>> >>> On 5/21/10 10:47 PM, JR Richardson wrote: >>> Hi All, I'

Re: [SR-Users] sipp and stateful transaction problem

2010-05-25 Thread Daniel-Constantin Mierla
On 5/25/10 10:49 PM, JR Richardson wrote: On Tue, May 25, 2010 at 11:10 AM, Daniel-Constantin Mierla wrote: Hello, On 5/22/10 2:22 AM, JR Richardson wrote: On Fri, May 21, 2010 at 4:46 PM, Daniel-Constantin Mierla wrote: Hello, On 5/21/10 10:47 PM, JR Richardson wr

Re: [SR-Users] Calculate ha1 with mysql trigger

2010-05-25 Thread Daniel-Constantin Mierla
Hi Ole, do you know what is the min mysql version required for trigger support? It is useful, but I am not sure we can add it to db table definition, being based on a generic xml specification format. maybe the best for now is to add a wiki page for it at: http://www.kamailio.org/dokuwiki/dok

Re: [SR-Users] permissions module

2010-05-25 Thread Daniel-Constantin Mierla
Hello, On 5/17/10 2:26 PM, Asim Riaz wrote: Hello List, from the documentation, permissions.allow, allows the calls either by matching From-URI or R-URI and permission.deny denies the call from matching uri. the matching is done on both From-URI and R-URI -- like allow call from X to Y

[SR-Users] A Couple of Questions about carrierroute moduel

2010-05-25 Thread JR Richardson
Hi All, I'm testing carrierroute module on version: kamailio 1.5.4-notls (i386/linux). I'm distributing calls to a group of Asterisk servers, all in the same carrier and domain, wanted to load balance the calls and I'm curious how this works. I see the 'probability' parameter in the carrierroute

Re: [SR-Users] [sr-dev] kamailio 3.0.2 for Thu, May 27, 2010

2010-05-25 Thread Juha Heinanen
Daniel-Constantin Mierla writes: > > in all versions, next_contacts() and next_gw() don't work properly, > > i.e., same contact can be tried more than once. cannot fix until more > > info is available from tm module or until r-uri can be always > > re-written. > > > this is the case you repor