[SR-Users] Help with NAT

2013-10-21 Thread P. S.
Hello there, I am trying to setup a Kamailio (3.3) + Linphone + Jitsi based private calling system (users can call each other but not call out of the network). Agents can be behind NAT (think Verizon cellphone or home-users behind their router). I started with the default setup and have tried

Re: [SR-Users] why kamcmd tls.reload is not safe

2013-10-21 Thread Olle E. Johansson
22 okt 2013 kl. 05:20 skrev Ding Ma : > Klaus, > > With the information you provided, I did find the emails initiated by Jan > Janak on this topic. Thanks. Can you please provide a URL so that the rest of us can update ourselves? > Guess our test with large RSA keys hits one of the race condi

Re: [SR-Users] why kamcmd tls.reload is not safe

2013-10-21 Thread Ding Ma
Klaus, With the information you provided, I did find the emails initiated by Jan Janak on this topic. Thanks. Guess our test with large RSA keys hits one of the race conditions when reloading TLS config, which results in kamailio crash. One thing I'm not quite clear is whether this is an opens

Re: [SR-Users] SNMP

2013-10-21 Thread Nathan Angelacos
On 10/21/2013 06:50 PM, Olle E. Johansson wrote: 21 okt 2013 kl. 15:07 skrev Keith : Hi, I am looking to use SNMP with Zabbix to monitor Kamailio. However the module is not in the directory so won't load. I built Kamailio from YUM, is there amyway I can include the SNMP module without having

Re: [SR-Users] SNMP

2013-10-21 Thread Olle E. Johansson
21 okt 2013 kl. 15:07 skrev Keith : > Hi, > I am looking to use SNMP with Zabbix to monitor Kamailio. However the module > is not in the directory so won't load. I built Kamailio from YUM, is there > amyway I can include the SNMP module without having to reinstall? The question is why the Yum

Re: [SR-Users] Proxy-Registrar call issues

2013-10-21 Thread Coy Cardwell
Just to clarify, I have no direct need for the t_load_contacts and t_next contacts. I am simply trying to follow the outbound modules recommend configuration. As mentioned, if I simply skip them, clients can register. If they are not needed, that's fine by me. Additionally, for the outbound sugge

Re: [SR-Users] Proxy-Registrar call issues

2013-10-21 Thread Coy Cardwell
Yes If either of the t_next_contacts are executed, they fail. If they are removed from the routing logic, the calls are completing, but not reliably as, as the least, some SIP packets like BYE are being dropped. here is a snippet: $avp(oexten) = $rU; if (!lookup("location")) {

[SR-Users] Monitoring events (presence)

2013-10-21 Thread Paul Belanger
I'm looking for some information about how best to monitor presence events within kamailio? Ideally I'd be writing a python application that will monitor specific endpoints within kamailio and once there state changes I do my thing. I know tapping into the database is an option, but figure I see i

[SR-Users] clearing pua table

2013-10-21 Thread SIP Guru
Hi, expired entries in pua table won't be deleted. And kamailio keep sending PUBLISH's for expired entries. Am I missing something ? Toni ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http

Re: [SR-Users] Proxy-Registrar call issues

2013-10-21 Thread Daniel-Constantin Mierla
Hello, before using t_load_contacts()/t_next_contacts(), you have to use lookup("location"); Do you have that one, too? Cheers, Daniel On 10/17/13 11:40 PM, Coy Cardwell wrote: Hello again. Compiling from source, using the proxy-to-central registrar configurations outlined here http://ww

Re: [SR-Users] Cannot write to file (/var/www/siremis-4.0.0/siremis/Config.xml)

2013-10-21 Thread Daniel-Constantin Mierla
Hello, for the error message in the subject, be sure you set the owner of siremis folder (and its subfolders) to be the same user that runs the web server. The Makefile has a target for debian: make chown (iirc -- should be in the installation tutorial). For the errors in the config files of

Re: [SR-Users] XMPP- component mode

2013-10-21 Thread Daniel-Constantin Mierla
Hello, xmpp module is only for instant messaging and parts of the sip-xmpp presence gateway. File transfer doesn't work between sip and xmpp. If you want files transfer between two sip clients, they need to implement MSRP and you have to use the msrp module from kamailio - see its readme fo

Re: [SR-Users] Segmentaion fault in Kamailio 4.0.3

2013-10-21 Thread Daniel-Constantin Mierla
Hello, can you upgrade to 4.0.4? there were some fixes related to new fields in sip message structure that resulted in some out bound memory inside transactions. The config file and database is the same, so just re-install over the previous installation. Cheers, Daniel On 10/21/13 11:10 A

Re: [SR-Users] AWS LOOP detected

2013-10-21 Thread Klaus Darilion
It's difficult and time consuming to debug issues without seeing the config file and without seeing the packet traces (ngrep -W byline -d any -t -q -p "" port 5060). Anyway, as an admin you should understand how Kamailio works. Thus it would be a good exercise to find the problem yourself. In

[SR-Users] AWS LOOP detected

2013-10-21 Thread julian arsanches
Daniel, Klaus thanks a lot for your responses i do appreciate them, just got me a bit confuse because on the documents as what Daniel suggest to advertise directive for listen parameter, I do if you see my config below that i advertise it and have an alias, kamailio still sends an invite to itself

Re: [SR-Users] SNMP

2013-10-21 Thread Keith
Hi, I am looking to use SNMP with Zabbix to monitor Kamailio. However the module is not in the directory so won't load. I built Kamailio from YUM, is there amyway I can include the SNMP module without having to reinstall? Thanks, Keith ___ SIP Express Ro

[SR-Users] Segmentaion fault in Kamailio 4.0.3

2013-10-21 Thread Morten Isaksen
Hi, Our Kamailio has stopped with a segmentation fault 4 times the last week. There has been no changes to the configuration file the last 15 days, so I suspect a SIP phone is sending a SIP packet that Kamailio does not like. We have a core dump file but I cannot read anything usefull from the b

Re: [SR-Users] Kamailio MSRP relay problem

2013-10-21 Thread Carsten Bock
Hi Medo, even if the popular IMS books (e.g. Camarillo's: "The 3G IP Multimedia Subsystem") states something different and i made the mistake at my last presentation at KamailioWorld stating something different, the current MSRP-Implementation of Kamailio is not compliant to GSMA's RCS-Specs. With

Re: [SR-Users] syntax error and invalid arguments when trying to start Kamailio

2013-10-21 Thread Klaus Darilion
1. you should tell us which line exactly is line 356. 2. Maybe DBURL or MULTIDOMAIN are not defined. regards Klaus On 19.10.2013 23:27, Cory Sanders wrote: Sorry if this is a duplicate email. First one bounced. "I am having trouble starting Kamailio. Please see below for the error output an

Re: [SR-Users] why kamcmd tls.reload is not safe

2013-10-21 Thread Klaus Darilion
I remember that long time ago there was an email discussing the problem in details. MAybe it was on one of the old mailing lists (ser, openser). IIRC the feature and the detailed discussion way by Jan Janak. Maybe this helps you to refine your Google search. regards Klaus On 19.10.2013 21:33

Re: [SR-Users] Record-route in dialog requests

2013-10-21 Thread Klaus Darilion
Just as a note: If you need to record_route for in-dialog requests then the clients are buggy and you should report the issue. regards Klaus On 18.10.2013 19:46, Spencer Thomason wrote: Thanks Daniel, That did the trick! BR, Spencer On Oct 18, 2013, at 10:32 AM, Daniel-Constantin Mierla