Re: [SR-Users] Kamailio Unexpectedly Terminating

2012-05-04 Thread Daniel-Constantin Mierla
Hello, interesting, it seems to crash at the evaluation of 'realm_prefix.len' - because it is 0, the IF condition should stop evaluation of the rest of the expression. Can you try to change the first part of the condition at line 104 to: if (realm_prefix.len>0 && ... Cheers, Daniel On 5/4/

Re: [SR-Users] Need Help please

2012-05-04 Thread Daniel-Constantin Mierla
Hello, you have to use 'kamdbctl create' to create openser database - kamdbctl comes with kamailio and it is installed if you have db_mysql modules installed as well. kamdbctl is located after installation in the same directory as kamailio Cheers, Daniel On 4/30/12 6:44 AM, Rudi Kusnaka wro

Re: [SR-Users] Sending NOTIFY using t_uac_dlg over xmlrpc

2012-05-04 Thread Daniel-Constantin Mierla
Hello, t_uac_dlg is general purpose command, so it should work with notify as well -- iirc, kamctl had some ping command that used NOTIFY. Do you get any error in the log messages? Cheers, Daniel On 4/27/12 11:48 PM, Krishna Kurapati wrote: Hi, I was able to send MESSAGE using xmlrpc (mi a

Re: [SR-Users] kamailio Crashes with rls module

2012-05-04 Thread Daniel-Constantin Mierla
Hello, somehow the frame 0 is not showing the place of crash. When you are in gdb, can you do the commands: frame 1 p slb and send the output here. I assume you are using latest 3.2.x, so frame 1 shows that line 1033 in subscribe.c from presence module is executed, which is a function from

Re: [SR-Users] pua_reginfo: no Username in PUBLISH message

2012-05-04 Thread Daniel-Constantin Mierla
Hello, can you update latest kamailio 3.2.3, there were some fixes to reginfo modules. Not sure if related, but at least is going to be the right version to troubleshoot on. Is your configuration set for multi-domain or not? Maybe Carsten, the developer, cc-ed, can provide other hints. It wi

Re: [SR-Users] Sending NOTIFY using t_uac_dlg over xmlrpc

2012-05-04 Thread Krishna Kurapati
That's what I thought too. There are no errors in the debug log. Since I am using xmlrpc instead of fifo, are there any restrictions on the format? Krish Kura On Fri, May 4, 2012 at 3:16 AM, Daniel-Constantin Mierla wrote: > Hello, > > t_uac_dlg is general purpose command, so it should work wit

[SR-Users] SEMS 1.4.3 released

2012-05-04 Thread Stefan Sayer
Hello, the SIP Express Media Server project happily announces the availability of the SEMS 1.4.3 release. This is a SEMS 1.4 series bugfix release and should be a drop-in replacement to 1.4 installations. For details of the changes see the changelog at http://ftp.iptel.org/pub/sems/1.4/1.

Re: [SR-Users] sdpops kamailio ans Siremis

2012-05-04 Thread Grégoire Vandendeurpel
Hello, Thx already for your first explanation. I'm going to describe more precisaly what is my purpose: About my final project: On one physical machine, I use 4 virtual machines, which are : one with kamailio 3.2.3, asterisk 1.6.13, odbc and Siremis 3.2 An other one is a first client in an other

Re: [SR-Users] Sending NOTIFY using t_uac_dlg over xmlrpc

2012-05-04 Thread Daniel-Constantin Mierla
Hello, On 5/4/12 12:54 PM, Krishna Kurapati wrote: That's what I thought too. There are no errors in the debug log. Since I am using xmlrpc instead of fifo, are there any restrictions on the format? maybe you can get more details if you run with debug=3. Should be no restriction, apart of va

[SR-Users] sdp parsing error

2012-05-04 Thread RUSHI NAYAK
for the following sdp content i'm getting error. v=0 o=rushi 602301 603670 IN IP4 192.168.1.125 s=- c=IN IPV4 192.168.1.125 t=0 0 m=audio 8192 RTP/AVP 5 0 3 can you give correction or sample sdp string. ___ SIP Express Router (SER) and Kamailio (OpenSER

[SR-Users] Problem with adding extra field in acc table.

2012-05-04 Thread Gary Chen
I using Mysql DB. I need to add extra fields in acc table. The field having problem is the last one 'account' Here is my code in kamailio.cfg: ... modparam("acc", "db_extra", "src_user=$fU;src_domain=$fd;dst_ouser=$tU;dst_user=$rU;dst_domain=$rd;user_agent=$hdr(User-Agent);account=$var(s:account_

Re: [SR-Users] sdp parsing error

2012-05-04 Thread Daniel-Constantin Mierla
Hello, can you send the entire INVITE message (ngrep or pcap) along with log messages when using debug=3 in config? I will help to see what the reported error is as well as to inject again the INVITE for testing purposes. Cheers, Daniel On 5/4/12 11:03 AM, RUSHI NAYAK wrote: for the follo

Re: [SR-Users] Kamailio LDAP integration

2012-05-04 Thread Saul Waizer
Hello Reda, Thank you for your feedback, after some further research and testing I got the LDAP search working, I am just having one issue with the password variable: 3(22487) ERROR: *** cfgtrace: c=[/etc/kamailio/kamailio.cfg] l=755 a=28 n=pv_www_authenticate 3(22487) ERROR: [sr_module.c:1613

Re: [SR-Users] Kamailio LDAP integration

2012-05-04 Thread Reda Aouad
in the line if (!pv_www_authenticate("$td", "$avp(password)", "0")) { write avp(s:password) instead of avp(password) not sure it will solve it though.. if it doesn't, maybe others can help you more on this. Reda On Fri, May 4, 2012 at 5:50 PM, Saul Waizer wrote: > Hello Reda, > > Thank you f

Re: [SR-Users] Kamailio LDAP integration

2012-05-04 Thread Reda Aouad
Sorry didn't reply to mailing list before. Emails are below. SHA1 encryption may not encrypt the same way as HA1 (HA1 = MD5 of realm + username + password), so the problem may be here. I suggest you store your passwords as clear text in LDAP for testing first. Reda On Fri, May 4, 2012 at 11:14

Re: [SR-Users] pua_reginfo: no Username in PUBLISH message

2012-05-04 Thread Gnaneshwar Gatla
Hey Daniel, Carsten, I have the latest version of the code Kamailio 3.2.3. and multi-domain enabled. ftp://ftp.intouchhealth.com/pua_reginfo/pua_reginfo.log ftp://ftp.intouchhealth.com/pua_reginfo/kamailio.cfg username: Kamailio Password: 99Teaz I have tried to debug this myself, 1. ul.get