[SR-Users] Can't Auth against Kamailio 3.1.1 - fresh install

2010-12-13 Thread Graham Wooden
Hi folks, Getting ready to stage my 1.4.2 upgrade to 3.1.1 - but apparently I am missing something pretty basic here as I can't get a test subscriber registered. Turned up debug and viewed the "401 Unauthorized" repeating messages. So I combed back through the INSTALL and the various references

[SR-Users] . Re: Error opening Kamailio's FIFO

2010-12-13 Thread Kurt Mullen
-Original Message- From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of sr-users-requ...@lists.sip-router.org Sent: Monday, December 13, 2010 5:39 AM To: sr-users@lists.sip-router.org Subject: sr-users Digest, Vol 67, Issue 31 Send sr-us

Re: [SR-Users] sr-users Digest, Vol 67, Issue 33

2010-12-13 Thread Nina Bersamina
AVG - www.avg.com >     Version: 8.5.449 / Virus Database: 271.1.1/3312 - Release Date: >     12/12/10 19:34:00 > > > ___ > SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list > sr-users@lists.sip-router.org > http

Re: [SR-Users] Location of "kamailio.cfg"

2010-12-13 Thread Nicolas Rüger
Hello Daniel, thanks for the fast answer. That works! One can easily set the parameter for the startoptions in "../sbin/kamctlrc" as follows: STARTOPTIONS="-f /home/daniel/kamailio/etc/kamailio.cfg" Be sure to use the "quotation marks" and the full path (not sth. like "~") as the parameter

Re: [SR-Users] Crash

2010-12-13 Thread Alex Balashov
This sounds like some sort of host-specific issue. I have run Kamailio across 4 different versions with a whole lot more concurrent registrants than that with no issue. -- Alex Balashov - Principal Evariste Systems LLC 1170 Peachtree Street NE 12th Floor, Suite 1200 Atlanta, GA 30309 Tel: +1-6

Re: [SR-Users] Crash

2010-12-13 Thread michel freiha
Hello Daniel, We are not facing any database problem even we are not using DNS anywhere in Kamailio config...The only thing is that the debug level is 2 and syslog was not configured asynchronous...Do you think if we configure it as asynchronous, our issue will be solved? Regards On Mon, Dec 13,

[SR-Users] First public release of sip:provider Community Edition

2010-12-13 Thread Andreas Granig
Hi all, We at Sipwise are excited to announce the first public release of the sip:provider Community Edition (http://www.sipwise.com/products/spce/). It is a fully open-source SIP based Class5 VoIP soft-switch, providing every component an operator needs to offer VoIP services. It comes as a commu

[SR-Users] First public release of sip:provider Community Edition

2010-12-13 Thread Andreas Granig
Hi all, We at Sipwise are excited to announce the first public release of the sip:provider Community Edition (http://www.sipwise.com/products/spce/). It is a fully open-source SIP based Class5 VoIP soft-switch, providing every component an operator needs to offer VoIP services. It comes as a commu

Re: [SR-Users] Dialog module with 2 servers and 2 separate databases.

2010-12-13 Thread Daniel-Constantin Mierla
Hello, one option you can do is to write to db immediately when a call is active (see dialog module parameters) and do a query to the other server database in addition to counting the local instance active calls. Another one, different, is to use memcache for a communication system between t

Re: [SR-Users] Location of "kamailio.cfg"

2010-12-13 Thread Daniel-Constantin Mierla
Hello, On 12/13/10 2:39 PM, "Nicolas Rüger" wrote: Hello, where can I change/configure the location of file "kamailio.cfg"? Reason: We like to use different "kamailio.cfg" files depending on the user that starts the kamailio. default path to kamailio.cfg is set at compile time. Anyhow, you ca

[SR-Users] Location of "kamailio.cfg"

2010-12-13 Thread Nicolas Rüger
Hello, where can I change/configure the location of file "kamailio.cfg"? Reason: We like to use different "kamailio.cfg" files depending on the user that starts the kamailio. Thank you... Regards, Nicolas -- Neu: GMX De-Mail - Einfach wie E-Mail, sicher wie ein Brief! Jetzt De-Mail-Adresse

Re: [SR-Users] Dialog module with 2 servers and 2 separate databases.

2010-12-13 Thread Pan B. Christensen
Thanks for your reply, Daniel. The purpose is to do busy forwarding without querying the client when the user already has >= X active calls. X will normally be 1 (call waiting inactive) or 2 (call waiting active). Advanced users may possibly set a higher value. Counting the number of calls on t

Re: [SR-Users] SIP between IPv4 and IPv6 agents

2010-12-13 Thread Daniel-Constantin Mierla
Hello, run kamailio and rtpproxy in debug mode to see what happens when a call that comes for ipv4/ipv6 traslation. Also, what the sip traffic to see if the sdp of INVITE/200ok is updated properly. Cheers, Daniel On 12/3/10 11:16 AM, Komáromi Péter wrote: Hello! I forgot from my previous l

Re: [SR-Users] Trying to drop invite 200ok reply in onreply_route

2010-12-13 Thread Daniel-Constantin Mierla
On 12/3/10 4:40 PM, nikita wrote: [...] You will send the BYE before the 200ok is sent to caller, so it will get rejected most probably. To avoid that issue, I have tried to use : onreply_route { #!ifdef WITH_MEDIA_PROXY if (is_method("INVITE")&& status == "200") {

Re: [SR-Users] Dispatcher Crash when all hosts are invalid

2010-12-13 Thread Daniel-Constantin Mierla
I did a fix for it several days ago, not sure you noticed it, since I was mostly unavailable to reply on mailing list. Here is the link: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0f5e21c668e46492fb9f9ec69e5b5aafe41bd272 If you can try the patch and report if it is worki

Re: [SR-Users] Problems with Siremis 2.0

2010-12-13 Thread Daniel-Constantin Mierla
Hello, looks like you don't have mod_rerwite enabled for apache2 web server. Cheers, Daniel On 12/4/10 12:13 AM, Kurt Mullen wrote: After completing the web install, I am getting the following error after login. *Not Found* The requested URL /siremis/system/general_default was not found o

Re: [SR-Users] Error opening Kamailio's FIFO

2010-12-13 Thread Daniel-Constantin Mierla
On 12/9/10 7:20 PM, Kurt Mullen wrote: This issue has not been resolved. I am still getting the same error when trying to use kamctl for anything. I have tried all of the suggestions posted to date with no resolution. Is there anything more I can provide to help resolve this problem? can you

Re: [SR-Users] Dialog module with 2 servers and 2 separate databases.

2010-12-13 Thread Daniel-Constantin Mierla
On 12/10/10 2:17 PM, Pan B. Christensen wrote: Hello, My customer has the following database design. Voip server 1 talks to SQL server 1. Voip server 2 talks to SQL server 2. Voip 1 and Voip 2 are load-balanced. Each SQL server has two databases. Database 1 contains semi-static data like call

Re: [SR-Users] Crash

2010-12-13 Thread Daniel-Constantin Mierla
Hello, On 12/10/10 4:15 PM, michel freiha wrote: Hello Sir, The crash issue has been successfully fixed after using GIT for the version 3.1.0. thanks for reporting back. Now we have another problem..>When the number of registered users exceeded 2500 concurrent registered users, the kamailio