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

2012-05-03 Thread Gnaneshwar Gatla
Hello, I was looking at the pua_reginfo to make multiple instances of Kamailio be aware of registered users on the network. I'm experimenting with pua_reginfo with Kamailio 3.2.2. I've used the configuration as described in

Re: [SR-Users] Can't load perl module

2012-05-03 Thread Ladislav Jurák
I don't know, python hasn't got a module parameter for setting path to it's library, at least it is not in module documentation. Python module is quite poor documented at all. So I don's know sorry. Regards. LJ On 2 May 2012 15:33, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello,

Re: [SR-Users] dialog - keep alives with lower cseq

2012-05-03 Thread Klaus Darilion
If SIP clients are standard conform then it should work. It may happen that crappy clients terminate the call after sending a failure response (I have not seen that yet, but by having seens so many crappy clients I would not be surprised if such clients exist). regards Klaus On 02.05.2012

[SR-Users] AVP assignment question

2012-05-03 Thread Klaus Darilion
Hi! For example: $avp(i:test) = 1; $avp(i:test) = 2; # now:test[0]=2, test[1]=1 I would think that assigning or deleting using an index would overwrite the respective element in the AVP list, but assigning $null always deletes [0] and assigning a value always add another AVP to

Re: [SR-Users] AVP assignment question

2012-05-03 Thread Daniel-Constantin Mierla
Hello, On 5/3/12 11:52 AM, Klaus Darilion wrote: Hi! For example: $avp(i:test) = 1; $avp(i:test) = 2; # now:test[0]=2, test[1]=1 I would think that assigning or deleting using an index would overwrite the respective element in the AVP list, but assigning $null always deletes [0]

Re: [SR-Users] AVP assignment question

2012-05-03 Thread Klaus Darilion
Thanks, I improved the wiki. Klaus On 03.05.2012 12:04, Daniel-Constantin Mierla wrote: Hello, On 5/3/12 11:52 AM, Klaus Darilion wrote: Hi! For example: $avp(i:test) = 1; $avp(i:test) = 2; # now: test[0]=2, test[1]=1 I would think that assigning or deleting using an index would overwrite

Re: [SR-Users] kamctl trouble

2012-05-03 Thread Vineet Menon
NO, It just asks me to check whether kamailio is actually running using `ps aux|grep kamailio`... Regards, Vineet Menon On 2 May 2012 12:18, Daniel-Constantin Mierla mico...@gmail.com wrote: Hello, is any error message printed when these commands fail? Cheers, Daniel On 5/2/12

[SR-Users] sdpops kamailio ans Siremis

2012-05-03 Thread Grégoire Vandendeurpel
Hi, I'm using Siremis 3.2 ans Kamailio 3.2.3 for my final project of my bachloor degree I would like to know how Siremis and Kamailio work together? Like: If I decide to set a protocol in the acl trusted in Siremis like TLS, ok, it works well !! But I need to know the different links between

[SR-Users] Routing based on gruu

2012-05-03 Thread Krishna Kurapati
Hi, I am trying to use GRUU for routing MESSAGEs. For example if I want to route to specific instance of the registered user, what do I need to send in the MESSAGE? If I know pub-gruu of the instance, where do I insert it so that kamailio can correctly process it and send it to the right

Re: [SR-Users] Routing based on gruu

2012-05-03 Thread Daniel-Constantin Mierla
Hello, On 5/3/12 5:11 PM, Krishna Kurapati wrote: Hi, I am trying to use GRUU for routing MESSAGEs. For example if I want to route to specific instance of the registered user, what do I need to send in the MESSAGE? If I know pub-gruu of the instance, where do I insert it so that kamailio can

[SR-Users] Kamailio LDAP integration

2012-05-03 Thread Saul Waizer
Hello List, I am trying to incorporate an existing LDAP directory with our Kamailio installation for SIP authentication. A good friend suggested to checkout this tutorial and adapt it to fit my needs (and current version) http://www.kamailio.org/dokuwiki/doku.php/tutorials:openser-auth-ldap It

Re: [SR-Users] sdpops kamailio ans Siremis

2012-05-03 Thread Elena-Ramona Modroiu
Hi, On 5/3/12 3:52 PM, Grégoire Vandendeurpel wrote: Hi, I'm using Siremis 3.2 ans Kamailio 3.2.3 for my final project of my bachloor degree I would like to know how Siremis and Kamailio work together? Like: If I decide to set a protocol in the acl trusted in Siremis like TLS, ok, it works

Re: [SR-Users] Siremis on Mysql and Kamailio on Postgresql

2012-05-03 Thread Elena-Ramona Modroiu
Hi, On 4/17/12 8:23 AM, Victor Seva wrote: 2012/4/16 Elena-Ramona Modroiuram...@asipto.com: Hi, the patch is to phpopenbiz framework, which is not included in siremis git repository. But we can include the patch itself and document it, can you add it as attachment to sourceforge tracker?

Re: [SR-Users] Siremis upload file

2012-05-03 Thread Elena-Ramona Modroiu
Hi, this is more related to phpopenbiz/cubi frameworks used to build siremis. Maybe you get some hints on their forums. Is it any message you get in the syslog files of the http server? Regards, Ramona On 4/23/12 12:02 PM, Jesús Pérez Rubio wrote: Hi, I have a problem making some changes

Re: [SR-Users] Kamailio LDAP integration

2012-05-03 Thread Reda Aouad
Hi Saul, username_avp_spec was previously a AUTH module parameter to specify a variable that was passed to pv_www_authorize implicitly (the function doesn't take arguments). Now you should use the new pv_www_authenticate and pass to it explicitly the credentials as arguments. So forget about

Re: [SR-Users] Kamailio Unexpectedly Terminating

2012-05-03 Thread Akan
I was able to step thru via gdb to the point where Kamailio took a segment fault. I have included a backtrace as well as the output from me stepping thru common.c to the point where it failed. Hope this will help. Thanks Nathaniel On 4/29/2012 4:37 AM, Daniel-Constantin Mierla wrote: Hello,