Re: [SR-Users] sip_capture schema?

2012-10-04 Thread Alexandr Dubovikov
10/4/2012 8:49 AM, Juha Heinanen wrote: Juha Heinanen writes: also, looks like sipcapture module README is missing many of module's params. is this module still supported or has it become obsolete? perhaps obsolete, because my sip proxy crashed at start when in added loading of sipcapture mod

Re: [SR-Users] [snmpstats] openserSIPRegRejectedRegistrations not being updated

2012-10-04 Thread Anatoly Ivanov
Ok, I have resorted to reading the source code. It looks like rejected_ registrations is only updated if save() fails, which does not exactly fit my needs - I need a counter to log authentication failures. Does anyone know if there is an SNMP counter that could help me to achieve this? Or should I

[SR-Users] Client info

2012-10-04 Thread Sangeeta Shah
Hello All, I am trying to use Kamailio 3.3 configured as a presence server and rls server with integrated XCAP. I am trying to test the presence and rls functionality with clients such as Jitsi (doesn't seem to support rls and doesn't let me specify presence rules per contact) and Boghe (doesn'

Re: [SR-Users] Kamailio LCR - From Uri

2012-10-04 Thread Juha Heinanen
Fatima Chahrour writes: > Sorry, where can I find the 'man pcresyntax' for syntax? if you are not running linux, see this: http://regexkit.sourceforge.net/Documentation/pcre/pcresyntax.html > Can you please give me an example on what could a from-uri look like? > Am now using empty string wich

Re: [SR-Users] sipcapture unsupported family

2012-10-04 Thread Alexandr Dubovikov
10/4/2012 5:23 PM, Juha Heinanen wrote: Alexandr Dubovikov writes: http://code.google.com/p/homer/wiki/Kamailio kamailio example includes calls of sip_capture() function, which is not documented in README. based on README i got the impression that once i give 'sip_capture on' mi command, all

Re: [SR-Users] Kamailio LCR - From Uri

2012-10-04 Thread Fatima Chahrour
Hi juha, Sorry, where can I find the 'man pcresyntax' for syntax? Can you please give me an example on what could a from-uri look like? Am now using empty string wich is matching with any ip as mentioned below, but I need to route calls coming from specific IP's instead! Thanks in advance and

[SR-Users] Presence with RLS and integrated XCAP on Kamailio 3.3

2012-10-04 Thread Sangeeta Shah
Hello All, Does anyone have presence working on Kamailio 3.3 with integrated XCAP. In theory my setup should work. I have two clients: Client A: Registers with the presence server Subscribe 1 - event = reg Subscribe 2 - event = presence.winfo Subscribe 3 - event = presence Publishes its status

Re: [SR-Users] sipcapture unsupported family

2012-10-04 Thread Juha Heinanen
Alexandr Dubovikov writes: > http://code.google.com/p/homer/wiki/Kamailio kamailio example includes calls of sip_capture() function, which is not documented in README. based on README i got the impression that once i give 'sip_capture on' mi command, all packets are captured automatically. -- j

Re: [SR-Users] sipcapture unsupported family

2012-10-04 Thread Dragos Dinu
What kind of traffic are you sending to sipcapture? It should be HEP encoded. Dragos On 10/04/2012 06:11 PM, Juha Heinanen wrote: after adding a few module params modparam("sipcapture", "db_url", "MYSQL_SIP_PROXY_USAGE_URL") modparam("sipcapture", "table_name", "sip_capture") modparam("sipcap

Re: [SR-Users] sipcapture unsupported family

2012-10-04 Thread Alexandr Dubovikov
10/4/2012 5:11 PM, Juha Heinanen wrote: after adding a few module params modparam("sipcapture", "db_url", "MYSQL_SIP_PROXY_USAGE_URL") modparam("sipcapture", "table_name", "sip_capture") modparam("sipcapture", "hep_capture_on", 1) modparam("sipcapture", "capture_node", "EXTERNAL_HOSTNAME") i re

[SR-Users] sipcapture unsupported family

2012-10-04 Thread Juha Heinanen
after adding a few module params modparam("sipcapture", "db_url", "MYSQL_SIP_PROXY_USAGE_URL") modparam("sipcapture", "table_name", "sip_capture") modparam("sipcapture", "hep_capture_on", 1) modparam("sipcapture", "capture_node", "EXTERNAL_HOSTNAME") i restarted my sip proxy and started to get th

Re: [SR-Users] sip_capture schema?

2012-10-04 Thread Dragos Dinu
Indeed, I have replicated the crash. I'll commit a fix, but in the meantime, you should set the "table_name" parameter : this is the name of the table (or tables) that are used to insert the captured data. You can write: modparam("sipcapture", "table_name", "sip_capture"); Dragos On 10/04/

Re: [SR-Users] sip_capture schema?

2012-10-04 Thread Alexandr Dubovikov
10/4/2012 4:31 PM, Juha Heinanen wrote: Alexandr Dubovikov writes: without any additional modules ? anyway I will check it too. no, with lots of other modules. below is list up to sipcapture, but i don't think it matters. -- juha ok. i will check. Wbr, Alexandr loadpath "/usr/lib/sip-pr

Re: [SR-Users] sip_capture schema?

2012-10-04 Thread Juha Heinanen
Alexandr Dubovikov writes: > without any additional modules ? anyway I will check it too. no, with lots of other modules. below is list up to sipcapture, but i don't think it matters. -- juha loadpath "/usr/lib/sip-proxy/modules" loadmodule "app_lua" loadmodule "auth" loadmodule "avpops" loadm

Re: [SR-Users] sip_capture schema?

2012-10-04 Thread Alexandr Dubovikov
10/4/2012 4:05 PM, Juha Heinanen wrote: Alexandr Dubovikov writes: no, it's not obsolete. I will add HEPv3 support soon and update the README file too. that is very good. please also include db schema in lib/srdb1/schema. please show your kamailio.conf i don't yet have any sipcapture param

Re: [SR-Users] kamailio and app_python

2012-10-04 Thread Victor Seva
2012/10/3 Daniel-Constantin Mierla : > Hello, Hi Daniel, > the best would be to enhance the module to be able to get/set > pseudo-variables. I am not a python guy at all, so I cannot help much, > however I can assist with the C side in kamailio if someone starts > development and has questions ab

Re: [SR-Users] sip_capture schema?

2012-10-04 Thread Juha Heinanen
Alexandr Dubovikov writes: > no, it's not obsolete. I will add HEPv3 support soon and update the > README file too. that is very good. please also include db schema in lib/srdb1/schema. > please show your kamailio.conf i don't yet have any sipcapture params set in the config. i just added li

Re: [SR-Users] sip_capture schema?

2012-10-04 Thread Alexandr Dubovikov
10/4/2012 8:49 AM, Juha Heinanen wrote: Juha Heinanen writes: also, looks like sipcapture module README is missing many of module's params. is this module still supported or has it become obsolete? perhaps obsolete, because my sip proxy crashed at start when in added loading of sipcapture mod

[SR-Users] TLS support in Kamailio

2012-10-04 Thread Kamal Palei
Hi List I have a specific requiremnt where I want Kamailio proxy need to work as a intermideiate proxy . The endpoints will talk to Kamailio using UDP as transport and Kamailio should interact with main proxy using TLS. Is this scenario possible with Kamailio ? If so, can you give me some pointer

Re: [SR-Users] sip_capture schema?

2012-10-04 Thread Dragos Dinu
Hi, This module is not obsolete. Which version are you using? I'll also take a look at the crash. Please give me the module parameters that you used for sipcapture. Here is the documentation for 3.4: http://www.kamailio.org/docs/modules/3.4.x/modules/sipcapture.html Dragos On 10/04/2012 09:49