Re: [SR-Users] Error searching $keepalive.socket pvar in NAT Traversal module

2013-01-30 Thread Daniel-Constantin Mierla
Hello, thanks for reporting back. What I wanted to know is if you have first line in kamailio.cfg as: #!KAMAILIO just to figure out if it is the more the script variable are resolved. Cheers, Daniel On 1/30/13 8:48 AM, vito wrote: Hello, I have: # Kamailio (OpenSER) SIP Server v3.3 # Kama

Re: [SR-Users] Error searching $keepalive.socket pvar in NAT Traversal module

2013-01-29 Thread vito
Hello, I have: # Kamailio (OpenSER) SIP Server v3.3 # Kamailio (OpenSER) SIP Server v3.0 Defining pv in this format works well: $fs = $(keepalive.socket($du)); Thanks a lot !! Vito ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mail

Re: [SR-Users] Error searching $keepalive.socket pvar in NAT Traversal module

2013-01-28 Thread Daniel-Constantin Mierla
Hello, what version of kamailio are you using? Do you have '#!KAMAILIO' as first line? You can try the alternative format for the pv, putting everything in another group of parenthesis after $, like: $fs = $(keepalive.socket($du)); Cheers, Daniel On 1/28/13 3:31 PM, vito wrote: Hello, I

[SR-Users] Error searching $keepalive.socket pvar in NAT Traversal module

2013-01-28 Thread vito
Hello, I started to use Kamailio few months ago. Maybe this is a stupid issue but I can“t start Kamailio with NAT TRAVERSAL module and $keepalive.socket pseudo-variable. My script configuration is the default template adding this lines (extracted from nat traversal doc): ... loadmodule "nat_trave