Re: [SR-Users] How to limit number of calls in Kamailio proxy

2011-11-02 Thread Jason Penton
Hi Austin, Have a look at the TM module docs. You will find the appropriate commands there. HTH On Nov 3, 2011 3:01 AM, "Austin Einter" wrote: > Dear Andrew, Henning > Thanks for sharing very useful information. > I am bit new to kamailio, probably askingvery easy questions, please bear > with

Re: [SR-Users] How to limit number of calls in Kamailio proxy

2011-11-02 Thread Austin Einter
Dear Andrew, Henning Thanks for sharing very useful information. I am bit new to kamailio, probably askingvery easy questions, please bear with me. I am not sure if I am forwording the INVITE statelessly or not. How do I check if INVITE is forwarded statelessly. Andrew you have mentioned 'So make

Re: [SR-Users] Dialog / BYE

2011-11-02 Thread Timo Reimann
Hey Brandon, Am 02.11.2011 um 22:13 schrieb Brandon Armstead: > It is not equivalent. Essentially what I see happening is the BYE packet > just comes in - however Kamailio does nothing with it. It is not relayed - > simply nothing at all happens, on a network level I just see the BYE comi

Re: [SR-Users] Dialog / BYE

2011-11-02 Thread Brandon Armstead
Timo, It is not equivalent. Essentially what I see happening is the BYE packet just comes in - however Kamailio does nothing with it. It is not relayed - simply nothing at all happens, on a network level I just see the BYE coming into the Kamailio proxy and zero response or reaction from Kam

Re: [SR-Users] Dialog / BYE

2011-11-02 Thread Timo Reimann
Hey, Am 02.11.2011 um 08:24 schrieb Brandon Armstead: >Some interesting results indeed. If I place the same block of code with > or without dlg_get first then dlg_bye AFTER loose_route -- kamailio ignores > the packet. > > If I place it before loose_route WITH dlg_get FIRST - it works as

Re: [SR-Users] Kamailio3.2 debian repo fails

2011-11-02 Thread Daniel-Constantin Mierla
Hi Jon, many thanks for your work on it! Cheers, Daniel On 11/2/11 1:55 PM, Jon Bonilla (Manwe) wrote: El Tue, 1 Nov 2011 21:54:25 +0100 Jon Bonilla (Manwe) escribió: El Tue, 01 Nov 2011 13:20:00 +0100 Daniel-Constantin Mierla escribió: Hi Jon, seems that 3.2 nightly builds repository i

Re: [SR-Users] extra _ctl in ctl file

2011-11-02 Thread Daniel-Constantin Mierla
Hi Juha, hopefully this is fixed by a recent commit, which is in master only for the moment: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=1b58b26b7ccf7b2c01185a22ad076a3655e43664 The idea was to be able to have the name of ctl file reflecting the name of SIP server fla

[SR-Users] extra _ctl in ctl file

2011-11-02 Thread Juha Heinanen
Juha Heinanen writes: > any idea where that comes from or it is only me, who has this problem? > i have not changed anything the command used to work fine earlier. the reason is this change to modules/ctl/ctl_defaults.h done in october: -#define DEFAULT_CTL_SOCKET "unixs:/tmp/ser_ctl" +#define

Re: [SR-Users] Dispatcher Confusion (v3.2.0)

2011-11-02 Thread Asgaroth
Hi On 02/11/2011 10:06, Daniel-Constantin Mierla wrote: > Hello, > > can you fetch the latest master branch from git and try with: > > ds_probing_mode = 2 > > This should keep inactive gateways in probing mode, if you set the > probing mode when switching in trying/inactive state, until it gets >

[SR-Users] extra _ctl in ctl file

2011-11-02 Thread Juha Heinanen
i just noticed that my sip-proxy_ctl (alias kamailio_ctl) command has stopped working. it now adds an extra _ctl to the socket file name: # sip-proxy_ctl ERROR: connect_unix_sock: connect(/tmp/sip-proxy_ctl_ctl): No such file or directory [2] any idea where that comes from or it is only me, wh

Re: [SR-Users] Kamailio3.2 debian repo fails

2011-11-02 Thread Manwe
El Tue, 1 Nov 2011 21:54:25 +0100 Jon Bonilla (Manwe) escribió: > El Tue, 01 Nov 2011 13:20:00 +0100 > Daniel-Constantin Mierla escribió: > > > Hi Jon, > > > > seems that 3.2 nightly builds repository is not set as well. I tried to > > look at: - Kamailio 3.2.0 packages have been finally cr

Re: [SR-Users] Siremis: cannot enter domain in "New Subscriber"window

2011-11-02 Thread Uwe Andersen
Hi Hugh, it works now. Thank you! Uwe > -Ursprüngliche Nachricht- > Von: sr-users-boun...@lists.sip-router.org > [mailto:sr-users-boun...@lists.sip-router.org]Im Auftrag von > Hugh Waite > Gesendet: Mittwoch, 2. November 2011 12:52 > An: SIP Router - Kamailio (OpenSER) and SIP Expres

Re: [SR-Users] Siremis: cannot enter domain in "New Subscriber" window

2011-11-02 Thread Hugh Waite
Hi Uwe, Domains are configured in Server Services->Domain List. These are the domains which the kamailio server is responsible for. When they have been entered there, they will appear in the drop-down list when adding users. Regards, Hugh On 02/11/2011 11:33, Uwe Andersen wrote: Hi, I wan

[SR-Users] Siremis: cannot enter domain in "New Subscriber" window

2011-11-02 Thread Uwe Andersen
Hi, I want to add a new user. So I choose "add" from the "Subscriber Management" page. On the "New Subscriber" page I can enter username, password, email-address, etc. But the line for "domain" seems to be an empty dropdown entry. I cannot choose, add or edit anything. As a result I cannot save t

Re: [SR-Users] Dispatcher Confusion (v3.2.0)

2011-11-02 Thread Daniel-Constantin Mierla
Hello, can you fetch the latest master branch from git and try with: ds_probing_mode = 2 This should keep inactive gateways in probing mode, if you set the probing mode when switching in trying/inactive state, until it gets back to active state. Cheers, Daniel On 10/28/11 12:33 PM, Asgarot

Re: [SR-Users] FW: App_python Module

2011-11-02 Thread Muhammad Nasir Bhutta
Thanks Daniel for your help .. I have downloaded the new version yesterday and it has the same path.. However, I run a script to find out the Python Interpreter information and it now loads the things fine.. There is no error.. As, I mentioned in my other email, that I am trying to execute the

[SR-Users] app_python module

2011-11-02 Thread Muhammad Nasir Bhutta
Hi, I have successfully installed the app_python module for the default example of handler.py .. Now, I need to see the output of handler.py,.. I have following questions: 1- What is the output of this module ? does it prints the specific message information extracted from SIP message ?

Re: [SR-Users] Dialog / BYE

2011-11-02 Thread Brandon Armstead
Timo, Some interesting results indeed. If I place the same block of code with or without dlg_get first then dlg_bye AFTER loose_route -- kamailio ignores the packet. If I place it before loose_route WITH dlg_get FIRST - it works as expected. Sincerely, Brandon Armstead On Tue, Nov 1, 2011 a