Re: [SR-Users] Debian packages still installing 3.3.0

2012-08-16 Thread Manwe
El Thu, 16 Aug 2012 08:35:05 +0200 DanB escribió: > Hey Guys, > > Not sure if important, but what I noticed is that the latest debian > stable as well as latest 33 packages, they both install still kamailio > 3.3.0. In order to get 3.3.1 I needed to use nightly build packages. > > Is this wha

[SR-Users] Is Route Header in SIP Invite Mandatory?

2012-08-16 Thread Apoorv Khare
Hi All, Does Kamailio has a mandatory requirement for SIP Invite to have Route header? Although RFC-3261 doesn't have. My requirement is to take out route header from the client if I do that I don't see PRACK being send out from Kamilio to Media GW which causes call drop eventually in 15sec. Any

Re: [SR-Users] rtpproxy module issue

2012-08-16 Thread SamyGo
Hi, Though not an expert, I got few things in mind for your case. In the upgrade process the modules folder remain the same ? right ! if that is so is there any chances that the new installation skipped installation of newer rtpproxy module and hence the old version rtpproxy module could've been l

Re: [SR-Users] Is Route Header in SIP Invite Mandatory?

2012-08-16 Thread Klaus Darilion
On 16.08.2012 09:40, Apoorv Khare wrote: Hi All, Does Kamailio has a mandatory requirement for SIP Invite to have Route header? Although RFC-3261 doesn't have. Kamailio does not have a requirement on Route headers. Although you can check manually for a Router header and handle requests differ

Re: [SR-Users] rtpproxy module issue

2012-08-16 Thread phillman25
_ > > 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/listinfo/sr-users > > > > > -- next part -- >

[SR-Users] append_branch with pseudo variables

2012-08-16 Thread Carlos Ruiz Díaz
Hello guys, Why I can only append_branch() a SIP URI as a literal constant string? Why not from a pseudovariable? It's the same for most of the core functions. My intention is to do something like this: append_branch("$cnx3a(route1)"); t_relay(); where cnx3a is a variable containing the SIP URI

Re: [SR-Users] append_branch with pseudo variables

2012-08-16 Thread Daniel-Constantin Mierla
Hello, On 8/16/12 5:25 PM, Carlos Ruiz Díaz wrote: Hello guys, Why I can only append_branch() a SIP URI as a literal constant string? Why not from a pseudovariable? It's the same for most of the core functions. My intention is to do something like this: append_branch("$cnx3a(route1)"); t_

Re: [SR-Users] Suggestions for time utils

2012-08-16 Thread Daniel-Constantin Mierla
Hello, On 8/14/12 11:14 PM, Brandon Armstead wrote: Daniel, One question I do have - is the $timef(%Y%m%d) evaluated only once at run time (when kamailio is started) - or is it evaluated at the time of the ACC'ing action. it is evaluated at runtime. Cheers, Daniel Sincerely, Brandon

Re: [SR-Users] sms module & IMS

2012-08-16 Thread Daniel-Constantin Mierla
Hello, the module is working with phones having an AT modem for sending SMS. You can set debug=3 in the config file and send the output here to investigate, in case you don't understand exactly what happens. Cheers, Daniel On 8/14/12 5:10 PM, Oleksandr Shchirskyi wrote: Hi, I'm using OpenI

[SR-Users] ADSL client-side problem

2012-08-16 Thread Simon Hintermann
Hello, I am experiencing some disconnections with my VOIP phones. Let me explain: My server is an Asterisk + Kamailio in a datacenter with a fixed IP, and a bridge firewall in front of it, so no NAT here. My client (several offices) have usually no problem when they have a fixed IP, but e

Re: [SR-Users] append_branch with pseudo variables

2012-08-16 Thread Carlos Ruiz Díaz
Great! I'll give it a try. Thanks! Carlos. On Thu, Aug 16, 2012 at 12:13 PM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > > > On 8/16/12 5:25 PM, Carlos Ruiz Díaz wrote: > >> Hello guys, >> >> Why I can only append_branch() a SIP URI as a literal constant string? >> Why not

Re: [SR-Users] append_branch with pseudo variables

2012-08-16 Thread Carlos Ruiz Díaz
Looks like km_append_branch() doesn't have all of the signatures that the original append_branch() has. I can't add q values for serial/parallel forking with km_append_branch(). Also, apparently there's no way of setting the RURI by calling a function that does that. I guess I'll have to do it usi

Re: [SR-Users] append_branch with pseudo variables

2012-08-16 Thread Daniel-Constantin Mierla
On 8/16/12 9:15 PM, Carlos Ruiz Díaz wrote: Looks like km_append_branch() doesn't have all of the signatures that the original append_branch() has. I can't add q values for serial/parallel forking with km_append_branch(). What signature are you looking for? Also, apparently there's no way o

Re: [SR-Users] append_branch with pseudo variables

2012-08-16 Thread Carlos Ruiz Díaz
On Thu, Aug 16, 2012 at 4:30 PM, Daniel-Constantin Mierla wrote: > > On 8/16/12 9:15 PM, Carlos Ruiz Díaz wrote: > > Looks like km_append_branch() doesn't have all of the signatures that the > original append_branch() has. I can't add q values for serial/parallel > forking with km_append_branch()

[SR-Users] Kamailio NAT traversal

2012-08-16 Thread Spencer Thomason
Hello, I'd like to use Kamailio in from of FreeSWITCH to handle NAT traversal. Is there a way I can allow freeswitch to handle all auth but store the registration in usrloc as I need to send an options ping to the endpoints? My thought is something like this: natted endpoint -> kamailio -> f