Re: [SR-Users] RTP proxy

2011-06-14 Thread Klaus Darilion
Are you sure that force_rtp_proxy is not called? Instead of if (nat_uac_test(8)) { *force_rtp_proxy();* } else { force_rtp_proxy(); } try: xlog(L_ERR,route(4): method = $rm); if (is_method(BYE|CANCEL)) {

Re: [SR-Users] Kamailio dispatcher

2011-06-14 Thread Evgeniy Spinov
On Mon, 2011-06-13 at 12:12 +0200, Daniel-Constantin Mierla wrote: Ok, still unsolved problem. I've changed failover part of the script to use ds_next_dst(). It does what it should and signalization works fine - calls are being connected. However I've got no audio and message in logs: 7(9917)

Re: [SR-Users] Use of mtree module having multiple trees in the same table

2011-06-14 Thread Iñaki Baz Castillo
2011/6/13 jose luis millan doctor...@gmail.com: I wonder if anyone could help me understanding how can I use this module in a scenario where multiple mtrees are defined behind the same database table. I can't guess how to speficy to 'mt_match' the mtree I want to match against, since the

Re: [SR-Users] Modifying sip packet

2011-06-14 Thread Ovidiu Sas
Take a look at the nathelper module: http://www.kamailio.org/docs/modules/3.1.x/modules_k/nathelper.html#id2592146 Regards, Ovidiu Sas On Tue, Jun 14, 2011 at 6:52 PM, Lucas Alvarez luca...@gmail.com wrote: Hi, I want to modify  the following sip packet, I want to change the SDP IP address by

Re: [SR-Users] 302 rewrite ruri based on contact

2011-06-14 Thread Omar
what other option can i use for the following scenario In Kamailio 1.4.3 I have the following scenario: $var(a) = 0 $var(b) = 0 $var(a) = $(tU{s.len}); $var(b) = $var(a) - 5; xlog( $var(b)); $var(a) is 8 the result $var(b) is always the same as $var(a) I used cfgutils to initialize the

[SR-Users] 200 OK Retransmission Error

2011-06-14 Thread Jijo
Hi All, In an INVITE transaction, no ACK from A party and B party continue retransmission of 200 OK. I have observed that kamailio is not passing the retransmitted 200 OK message from B party to the Application(script) after 3 seconds. Instead kamailio directly sending to A party without passing