Re: [SR-Users] Compiling Just One Module

2011-02-07 Thread Klaus Darilion
Am 04.02.2011 20:22, schrieb Daniel-Constantin Mierla: > > > On 2/4/11 8:08 PM, Amit Nepal wrote: >> Could someone guide me how to compile and install just one module with >> flavor set to kamailio ? >> > make FLAVOUR=kamailio cfg > > (skip above if you already set kamailio flavour). > > then

Re: [SR-Users] Handling timers from an Avaya PBX (throwing 404s)

2011-02-07 Thread Klaus Darilion
Am 06.02.2011 15:48, schrieb Graham Wooden: > The issue is that I am throwing back a 404 to them when they do a timer > event, as they are passing sip:unkn...@my.ip.addr. What is a 'timer event'? regards Klaus ___ SIP Express Router (SER) and Kamaili

Re: [SR-Users] Proposal to extend acc/dialog modules in order to log CDRs

2011-02-07 Thread Carsten Bock
Hi, The functionality for storing additional data for a dialog is like this: $dlg_var(ecscf_server) = ‘sip:ecscf.ng-voice.com’; xlog(“Emergency CSCF is $dlg_var(ecscf_server)\n”); However, it might be worth noting, that i haven't added bindings to the dialog-API and that the Pseudo-Variable curr

Re: [SR-Users] topoh, angle brackets and Contact URI params interpretation

2011-02-07 Thread Andrew Pogrebennyk
Daniel, The problem is fixed and the topoh module has been running fine for a few hours so far. Thank you. On 04.02.2011 20:32, Daniel-Constantin Mierla wrote: Hello, I added the code for enclosing contact uri between angle brackets. I committed on git master branch, but have no way to test i

Re: [SR-Users] Proposal to extend acc/dialog modules in order to log CDRs

2011-02-07 Thread Timo Reimann
Hey Carsten, On 07.02.2011 12:04, Carsten Bock wrote: > The functionality for storing additional data for a dialog is like this: > > $dlg_var(ecscf_server) = ‘sip:ecscf.ng-voice.com’; > xlog(“Emergency CSCF is $dlg_var(ecscf_server)\n”); > > However, it might be worth noting, that i haven't add

Re: [SR-Users] Handling timers from an Avaya PBX (throwing 404s)

2011-02-07 Thread Graham Wooden
The SIP Timer, no? When I do a sip trace, that is what I see come across from avaya system in the options packets. " Supported: timer" -graham On 2/7/11 2:16 AM, "Klaus Darilion" wrote: > > > Am 06.02.2011 15:48, schrieb Graham Wooden: >> The issue is that I am throwing back a 404 to them

Re: [SR-Users] Handling timers from an Avaya PBX (throwing 404s)

2011-02-07 Thread Klaus Darilion
Am 07.02.2011 13:47, schrieb Graham Wooden: > The SIP Timer, no? When I do a sip trace, that is what I see come across > from avaya system in the options packets. If it is an OPTIONS request I guess it is just a keep-alive to keep the NAT/FW bindings alive. This could be fixed easily: if (is_

Re: [SR-Users] LCR module : same IP address for different prefix.

2011-02-07 Thread Antanas Masevicius
Hello Ricardo, I already wrote on this list about this issue. Currently the only way to do it is to disable duplicate gws checking in sources itself. In general, gw duplication checking should be extended to check not only by ip_addr or its hostname, but to include 'tag' and even 'strip' columns.

Re: [SR-Users] Problem with load_gws()

2011-02-07 Thread Amit Nepal
I have been looking at examples where load_gws() is used without parameters, is it customary to pass the group id ? I got that working by passing the group id of the gateways to load or is there any way to load all the gateways regardless of their group ? Thank You Amit Nepal Systems Administr

[SR-Users] problem with bye using rtpproxy

2011-02-07 Thread Amit Nepal
I have been trying to figure this out While using kamailio and rtpproxy, the caller is not receiving the bye when callee hangs up but audio is two way and everything seems to be working fine, any one had this issue ? -- Thank You Amit Nepal Systems Administrator Phoenix Internet Phone: 602-385-

[SR-Users] Multiple call accounting from an IP

2011-02-07 Thread Amit Nepal
Hi everyone, I am sure someone have been working with this scenario, how about accounting multiple calls from same account or ip address while using ip auth ? -- Thank You Amit Nepal Systems Administrator Phoenix Internet Phone: 602-385-0731 602-234-0917#112 http://www.phoenixinte

[SR-Users] Problem with LCR!

2011-02-07 Thread Ricardo Martinez
Hello. We’re having critical issues with our LCR, we have the Kamailio version 1.5.2, several calls are arriving to our LCR and from some reason the next message appears in the log : Feb 6 12:01:55 /usr/local/sbin/kamailio[14185]: NOTICE:lcr:gw_set_state: trunk "xx.xx.xx.135:5060" from group:

Re: [SR-Users] Handling timers from an Avaya PBX (throwing 404s)

2011-02-07 Thread Graham Wooden
Thanks Klaus. -graham On 2/7/11 7:13 AM, "Klaus Darilion" wrote: > > > Am 07.02.2011 13:47, schrieb Graham Wooden: >> The SIP Timer, no? When I do a sip trace, that is what I see come across >> from avaya system in the options packets. > > If it is an OPTIONS request I guess it is just a k

Re: [SR-Users] LCR module : same IP address for different prefix.

2011-02-07 Thread Juha Heinanen
Antanas Masevicius writes: > I already wrote on this list about this issue. Currently the only way to > do it is to disable duplicate gws checking in sources itself. > In general, gw duplication checking should be extended to check not only > by ip_addr or its hostname, but to include 'tag' and ev

Re: [SR-Users] Problem with load_gws()

2011-02-07 Thread Juha Heinanen
Amit Nepal writes: > I have been looking at examples where load_gws() is used without > parameters, is it customary to pass the group id ? I got that working by > passing the group id of the gateways to load or is there any way to load > all the gateways regardless of their group ? in 3.x ther

[SR-Users] Problem with LCR!

2011-02-07 Thread Juha Heinanen
Ricardo Martinez writes: > We’re having critical issues with our LCR, we have the Kamailio version > 1.5.2, several calls are arriving to our LCR and from some reason the next > message appears in the log : i'm not supporting lcr module in 1.5 branch anymore. try upgrading to 3.0 or 3.1. -- juh