[SR-Users] get timestamp in Kamailio in miliseconds

2013-09-09 Thread Dragos Dinu
Hi, As the $Ts pseudovariable gets the timestamp only in seconds, what is the best way to get the value of the current Unix timestamp in miliseconds in Kamailio? Regards, Dragos ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing

Re: [SR-Users] Nat_traversal module not sending keepalives

2013-09-09 Thread Carsten Bock
Hi, you find a working example actually in the examples/pcscf/ Folder of Kamailio. Since we don't have a full compatible usrloc-API for IMS (yet), i used nat_traversal as replacement for nathelper; as it's not relying on the usrloc-database. In the config we have: # - nat_traversal params ---

Re: [SR-Users] tls nat

2013-09-09 Thread Daniel-Constantin Mierla
Hello, I doubt Kamailio adds any sdp body. Can you post here the ngrep with all the SIP signaling from the first INVITE? Cheers, Daniel On Sun, Sep 8, 2013 at 11:00 PM, hiro <23h...@gmail.com> wrote: > Ok, I compiled the latest rtpproxy.so, the problem persists: the > interesting facts are: th

Re: [SR-Users] get timestamp in Kamailio in miliseconds

2013-09-09 Thread Daniel-Constantin Mierla
Hello, the $TV(...) gives the microseconds: - http://www.kamailio.org/wiki/cookbooks/devel/pseudovariables#tv_name Cheers, Daniel On Mon, Sep 9, 2013 at 4:58 PM, Dragos Dinu wrote: > Hi, > > As the $Ts pseudovariable gets the timestamp only in seconds, what is the > best way to get the value

[SR-Users] Checking RTP Proxy status and health from Kamailio

2013-09-09 Thread Paul, Subhajit (Contractor)
Hi Team, Is there a way to check RTP Proxy health/status/load from Kamailio ? Regards, Subhajit ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listin

[SR-Users] app_python and handlers.py not working

2013-09-09 Thread Brian Wallen
I'm trying to setup app_python and I'm using the handlers.py script from the git repo to test. I get the script to load and mod_init() and child_init() both run, but I can't figure out how to get handler() to run. I tried adding python_exec("handler") to my config file but Kamailio doesn't start li

Re: [SR-Users] Nat_traversal module not sending keepalives

2013-09-09 Thread Daniel-Constantin Mierla
Hello, not using this module, however, after you start, can you see a dedicated timer module 'NT' if you do kamctl ps? Cheers, Daniel On Fri, Sep 6, 2013 at 11:00 AM, Charles Chance < charles.cha...@sipcentric.com> wrote: > Hi all, > > Currently evaluating the nat_traversal module in some test

Re: [SR-Users] app_python and handlers.py not working

2013-09-09 Thread Konstantin M.
Hi Brian, Could you please show me an error(s) and python files? 2013/9/9 Brian Wallen > I'm trying to setup app_python and I'm using the handlers.py script from > the git repo to test. I get the script to load and mod_init() and > child_init() both run, but I can't figure out how to get handl

[SR-Users] Documentation for ims_registrar_pcscf

2013-09-09 Thread Sai Krishna Kota
Hello Carsten, Thanks I used the below link it worked. http://www.kamailio.org/wiki/tutorials/ims/installation-howto Thank you, Kota Sai Krishna ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.or