Re: [SR-Users] Making iPhone SIP client work with Kamailio

2011-09-29 Thread Krishna Kurapati
> > Hi, > > The iPhone client, when it goes into background, can only respond to > incoming messages. > That makes the Registration expire when there is no communication from the > server before > the expire time. I could make the Registration not expire at all. Not sure > it's the only option. > >

[SR-Users] Kamailio as dispatcher fails due to from domain on extension.

2011-09-29 Thread Henrik Aagaard Sørensen
I'm using Kamailio as dispatcher to a FreeSwitch setup. Currently it "almost" work. I have 2 extensions connected to my FreeSwitch via Kamailio. However, I can only send calls one way because Kamailio seems to change the domain on the extension. One extension is registered with i...@sip.my-domain

Re: [SR-Users] Placing ds_select_dst in kamailio.cfg, where?

2011-09-29 Thread Henrik Aagaard Sørensen
Wow, thanks, I'll have a look at it. On Thu, Sep 29, 2011 at 4:23 PM, Carsten Bock wrote: > Hi Henrik, > > i just added my config for a simple loadbalancer, which handles > in-dialog requests and failover (i stripped a lot, which you might not > need). > Maybe that helps you! > > Carsten > > > 2

Re: [SR-Users] Placing ds_select_dst in kamailio.cfg, where?

2011-09-29 Thread Carsten Bock
Hi Henrik, i just added my config for a simple loadbalancer, which handles in-dialog requests and failover (i stripped a lot, which you might not need). Maybe that helps you! Carsten 2011/9/29 Henrik Aagaard Sørensen : > Hi Daniel. > > I appreciate all the help I can get, very much. > > This is

Re: [SR-Users] Logmessage when Dispatcher-Module sets a dispatcher to probing

2011-09-29 Thread Daniel-Constantine Mierla
Hello, Backports to stable branches must be related to fixing issues in existing features and improvement of documentation, no backport of new features. Major releases are quite often, so people don't have to wait too long for the new features. Right now the next one is just around the corner,

Re: [SR-Users] Logmessage when Dispatcher-Module sets a dispatcher to probing

2011-09-29 Thread Daniel-Constantine Mierla
Hello, In 3.1 you can use main onreply_route which is executed for all replies received from network. There you can do a filter on code, method and from header - the last can be customized via dispatcher module parameter. Cheers, Daniel On Sep 29, 2011, at 11:23 AM, "Timo Klecker" wrote: > H

Re: [SR-Users] Placing ds_select_dst in kamailio.cfg, where?

2011-09-29 Thread Henrik Aagaard Sørensen
Hi Daniel. I appreciate all the help I can get, very much. This is my configuration so far: http://pastebin.com/AYprC7Rm Where would you put it? Best regards, Henrik On Thu, Sep 29, 2011 at 10:47 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > please keep the mainling l

Re: [SR-Users] Logmessage when Dispatcher-Module sets a dispatcher to probing

2011-09-29 Thread Peter Dunkley
Hello, This feature and it is only in 3.2.x right now. I don't know what (if any) the Kamailio community on back-porting features is. But this is actually quite a small change in terms of lines of code if you wanted to put it into your own build. Regards, Peter On Thu, 2011-09-29 at 11:23 +0

Re: [SR-Users] Logmessage when Dispatcher-Module sets a dispatcher to probing

2011-09-29 Thread Timo Klecker
Hey again, Btw: I am using Kamailio 3.1.5 and found the event_route in 3.2.x Dispatcher documentation. Is there a possibility in 3.1.x? Greetings Timo Von: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] Im Auftrag von Timo Klecker Gesendet: Donner

Re: [SR-Users] simple question but can't find the answer

2011-09-29 Thread Daniel-Constantin Mierla
Hello, from your config snippets I don't figure out what version are you using and what flavour, does not look like latest ser or kamailio, and they are not relevant for troubleshooting. Maybe you want to start with the default config, for kamailio flavor there is a tutorial to install it fr

[SR-Users] Logmessage when Dispatcher-Module sets a dispatcher to probing

2011-09-29 Thread Timo Klecker
Hey, I'd like to have a log-entry in the kamailio logfile when #ds_probind_threshhold OPTIONS pings fail to reach a dispatcher (408 localy generated after #fr_timer ms). Is it possible to do this without changing code? Greetings Timo ___ SIP Exp

Re: [SR-Users] OpenIMS

2011-09-29 Thread Daniel-Constantin Mierla
Hello, On 9/29/11 12:11 AM, Carlos Ruiz Diaz wrote: Thank you for your replies. I checked the links but there are debian packages installed through apt and we're using opensuse and red hat. I looked for the corresponding repositories but I wasn't able to find the URL to checkout a copy. Coul

Re: [SR-Users] Placing ds_select_dst in kamailio.cfg, where?

2011-09-29 Thread Daniel-Constantin Mierla
Hello, please keep the mainling list cc-ed. Calling ds_select_dst() first in the main route block is not really a good place. First you have to handle sanity checks, within dialog requests a.s.o. Of course it is a matter of your purpose, but as general hint, selecting the destination should b