Re: [SR-Users] t_precheck_trans

2017-01-06 Thread Julia Boudniatsky
It's a function of TMX module. http://www.kamailio.org/docs/modules/4.4.x/modules/tmx.html#tmx.f.t_precheck_trans Best regards. Julia. On Fri, Jan 6, 2017 at 7:55 PM, Annus Fictus wrote: > Hi, > > where can I find documentation for this function present on the default >

Re: [SR-Users] kamailio 4.4 segmentation fault when dp_translate match dialplan with ftmatch operator and empty match expression

2016-12-20 Thread Julia Boudniatsky
Hello Daniel, I haven't internet assess in our LAB kamailio, I just applied your last commit3a48835cf68f583ff2fbd7cec9bd76ddc0a1b6fc and now It's working. (Tested for empty match_exp with match_op 1 and 2) Thank you so much! Julia On Tue, Dec 20, 2016 at 9:38 AM, Daniel-Constan

Re: [SR-Users] kamailio 4.4 segmentation fault when dp_translate match dialplan with ftmatch operator and empty match expression

2016-12-19 Thread Julia Boudniatsky
rez = fnmatch(rulep->match_exp.s, input.s, 0); 637 input.s[input.len] = b; 638 rez = (rez==0)?0:-1; 639 break; 640 Thank you, Julia On Mon, Dec 19, 2016 at 10:46 PM, Danie

Re: [SR-Users] kamailio 4.4 segmentation fault when dp_translate match dialplan with ftmatch operator and empty match expression

2016-12-19 Thread Julia Boudniatsky
int debug_save, debug_flag; 1840int dont_fork_cnt; 1841struct name_lst* n_lst; 1842char *p; 1843struct stat st = {0}; Best regards. Julia On Mon, Dec 19, 2016 at 8:38 PM, Daniel-Constantin Mierla wrote: > Hello, > > can you

[SR-Users] kamailio 4.4 segmentation fault when dp_translate match dialplan with ftmatch operator and empty match expression

2016-12-19 Thread Julia Boudniatsky
} Please see generated core file in extension. Thank you, Julia. Core was generated by `/usr/local/sbin/kamailio -f /usr/local/etc/kamailio/kamailio.cfg -P /var/run/ka'. Program terminated with signal 11, Segmentation fault. #0 0x0036074afb73 in internal_fnmatch () from /

Re: [SR-Users] event_route[uac:reply] question

2016-09-20 Thread Julia Boudniatsky
Hi Alex, This works fine, undoubtedly it's a better solution. Thank you very much! Julia. On Tue, Sep 20, 2016 at 11:28 AM, Alex Hermann wrote: > On maandag 19 september 2016 13:34:07 CEST Julia Boudniatsky wrote: > > I send INVITE via uac_send_req() and receive "183&

Re: [SR-Users] event_route[uac:reply] question

2016-09-20 Thread Julia Boudniatsky
gt; > Cheers, > Daniel > > On 20/09/16 07:27, Julia Boudniatsky wrote: > > I found in the module uac documentation: > > "6.1. event_route[uac:reply] > Event route executed for the* final* reply to the request set with > uac_req_send(). > > Thanks, > Juli

Re: [SR-Users] event_route[uac:reply] question

2016-09-19 Thread Julia Boudniatsky
I found in the module uac documentation: "6.1. event_route[uac:reply] Event route executed for the* final* reply to the request set with uac_req_send(). Thanks, Julia On Mon, Sep 19, 2016 at 1:34 PM, Julia Boudniatsky wrote: > I send INVITE via uac_send_req() and receive "

[SR-Users] event_route[uac:reply] question

2016-09-19 Thread Julia Boudniatsky
I send INVITE via uac_send_req() and receive "183" and "200"responses. Only "200" appears in the log of event_route[uac:reply]. Is event_route[uac:reply] executed only for final responses? Thank you, Julia ___ SIP Exp

Re: [SR-Users] To/From tags in uac_req()

2016-08-18 Thread Julia Boudniatsky
Hello Daniel, How to track with dialog the call initiated by Kamailio ? Simple dlg_manage(), after uac_req_send()? Thank you, Julia. On Thu, Aug 18, 2016 at 10:53 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > an alternative is to track the call with di

Re: [SR-Users] To/From tags in uac_req()

2016-08-18 Thread Julia Boudniatsky
Thank you Alex! I'll try it. Best regards, Julia On Thu, Aug 18, 2016 at 10:32 AM, Alex Balashov wrote: > Hi Julia, > > The only attributes that can be set on a request formed with uac_req() are > listed here: > > http://www.kamailio.org/wiki/cookbooks/4.4.x/pseudovariabl

[SR-Users] To/From tags in uac_req()

2016-08-18 Thread Julia Boudniatsky
<-200 SDP-- -BYE --> <--- 200 --- I need to send in BYE the same tags. Kamailio 4.4.2. Thanks, Julia ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-route

Re: [SR-Users] question about dlg_var

2016-03-03 Thread Julia Boudniatsky
Hello, I am using two different on_reply routes: if (is_method("INVITE") && !has_totag()) { ... t_on_reply(REPLY_TO_SOURCE); } route[WITHINDLG] { if(has_to_tag()) { t_on_reply(REPLY_IN_DIALOG); } May be it will help. Best regards, Julia. O

Re: [SR-Users] PKG memory leak in 4.2.6

2015-12-02 Thread Julia Boudniatsky
Hello Daniel, Please find the attached new pkg summary log file at runtime. Memory leak ~ 5M . Thank you, Julia On Thu, Nov 12, 2015 at 10:08 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > ok -- one more note, if you need to lower the memlog via kamcmd,

Re: [SR-Users] PKG memory leak in 4.2.6

2015-11-11 Thread Julia Boudniatsky
Hello Daniel, I'll try to execute this procedure. Thank you, Julia On Wed, Nov 11, 2015 at 10:49 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > it looks like the pkg summary is made by the main kamailio process which > doesn't route sip pack

[SR-Users] PKG memory leak in 4.2.6

2015-11-10 Thread Julia Boudniatsky
Hello, We are running Kamailio 4.2.6 ( db77ac) compiled with memory debugging. The free PKG memory has decreased on ~6.5 M after two weeks. Please see attached file with the log messages at kamailio shutdown. Thank you in advance, Julia. Nov 10 17:48:09 KAMnet-JAF-01 /usr/local/sbin/kamailio

Re: [SR-Users] core parameter onsend_route_reply=1 doesn't execute onsend_route block for received replies

2015-08-31 Thread Julia Boudniatsky
-1441039641760 Call-ID:6998741155494809055-1441039607@172.17.191.23 CSeq:1 INVITE Contact: Record-Route: Session: Media RSeq:39056976 P-Asserted-Identity:"Test Julia" Privacy:none Require:100rel Allow:ACK,BYE,CANCEL,INFO,INVITE,OPTIONS,PRACK,REFER,NOTIFY,UPDATE Content-Type:application/sdp

[SR-Users] core parameter onsend_route_reply=1 doesn't execute onsend_route block for received replies

2015-08-30 Thread Julia Boudniatsky
Hello, I set some logs in onsend_route and it works fine for requests. With setting core parameter onsend_route_reply=1 ( yes, on), i expect to see logs for replays also, but it not occurs. Is this a bug or I miss something? version: kamailio 4.2.6 (x86_64/linux) db77ac BR, Julia

Re: [SR-Users] Kamailio V4.2.5 append prefix to Request Uri problem.

2015-05-29 Thread Julia Boudniatsky
Please see in http://www.kamailio.org/wiki/cookbooks/4.2.x/pseudovariables $_s(format) - Evaluate dynamic format *$_s(format)* - returns the string after evaluating all pseudo-variables in format $var(x) = "sip:" + $rU + "@" + $fd; # is equivalent of:$var(x) = $_s(sip:$rU@$fd); BR

Re: [SR-Users] Kamailio V4.2.5 append prefix to Request Uri problem.

2015-05-29 Thread Julia Boudniatsky
Hi, Try to use: $rU=$_s($avp(69)$rU); BR Julia On Fri, May 29, 2015 at 12:13 PM, Yasin CANER wrote: > Hello; > i try to append prefix to $rU like below in Kamailio V4.2.5 . i get > error even if i set string value. it works only when i append like that > $r

Re: [SR-Users] 4.2.3 textops: flag "f" doesn't work in subst_hf(hf, subexp, flags)

2015-03-09 Thread Julia Boudniatsky
Hello Daniel, Thank you so much, it's working now! BR, Julia On Mon, Mar 9, 2015 at 1:43 PM, Daniel-Constantin Mierla wrote: > Hello, > > can you try with latest version from branch 4.2, I pushed a patch that > should fix the case for f flag. > > Cheers, > Dani

[SR-Users] 4.2.3 textops: flag "f" doesn't work in subst_hf(hf, subexp, flags)

2015-03-08 Thread Julia Boudniatsky
ly first header, command *subst_hf("Diversion", /sip:(.*)@/sip:$var(dU)@/", "*l*") ;* substitutes only *last* Diversion header. Thanks for help, Julia. ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list s

Re: [SR-Users] Wrong dialog selected in on_reply/failure route in case of spirals.

2015-01-27 Thread Julia Boudniatsky
Hello Daniel, Today I installed kamailio from GIT last devel 4.3.0-dev3. *The problem is solved!* Thank you so much for your help ! Julia On Mon, Jan 26, 2015 at 8:38 PM, Julia Boudniatsky wrote: > Yes it /usr/local/sbin/kamailio, > I haven't internet in the test server. >

Re: [SR-Users] Wrong dialog selected in on_reply/failure route in case of spirals.

2015-01-25 Thread Julia Boudniatsky
Hello Daniel, I have re-installed kamailio from last 4.1 branch, but unfortunately, the problem persists. Failed call with callID=2-17858@10.25153.150. The log file i send to your private mail. Best regards, Julia On Sun, Jan 25, 2015 at 12:03 AM, Daniel-Constantin Mierla < mico...@gmail.

Re: [SR-Users] Search Un-Register Expires header

2015-01-19 Thread Julia Boudniatsky
For header Contact : if($sel(contact.expires) == "0") { also may be used. BR, Julia On Mon, Jan 19, 2015 at 2:56 PM, Emilio Soler Muñoz wrote: > Thank you all for the help. > Finally, considering that according to the RFC in Contact header can only > come expires = 0

Re: [SR-Users] Search Un-Register Expires header

2015-01-19 Thread Julia Boudniatsky
Hello Emilio, I use if( $hdr(Expires)=="0") { Best regards, Julia On Mon, Jan 19, 2015 at 1:44 PM, Emilio Soler Muñoz wrote: > Hi, > I find a problem when I try to search the header "Expires" with value 0. > > At my kamailio.cfg the configuration is: >

Re: [SR-Users] Wrong dialog selected in on_reply/failure route in case of spirals.

2014-12-16 Thread Julia Boudniatsky
get_hdr_field(): found end of header Dec 16 14:07:49 KAMnet-JAF-TST-01 /usr/local/sbin/kamailio[5540]: DEBUG: dialog [dlg_hash.c:656]: dlg_lookup(): dialog id=6551 found on entry 3838 Dec 16 14:07:49 KAMnet-JAF-TST-01 /usr/local/sbin/kamailio[5540]: DEBUG: dialog [dlg_hash.c:654]: dlg_lookup(): ref dlg

Re: [SR-Users] Wrong dialog selected in on_reply/failure route in case of spirals.

2014-12-10 Thread Julia Boudniatsky
Hello Daniel, I have tried from latest git branch 4.1 (I see your new patches for dialog ) But the problem steel occur. Thank you, Julia On Wed, Dec 10, 2014 at 12:21 PM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > can you try with latest git branch 4.1

[SR-Users] Wrong dialog selected in on_reply/failure route in case of spirals.

2014-12-10 Thread Julia Boudniatsky
Moved Permanently | | dlg 0x7f8f8504cda0 | | Call-ID:(5-8286@10.25.153.150)| |<--| | | Than

Re: [SR-Users] xavp "contact_avp" question

2014-11-27 Thread Julia Boudniatsky
t 12:58 PM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > > On 27/11/14 10:16, Julia Boudniatsky wrote: > > Hello, > > We use get_redirects(*) and t_load_contacts in script. > > modparam("tm", "contacts_avp", "

[SR-Users] xavp "contact_avp" question

2014-11-27 Thread Julia Boudniatsky
>From 4.1 this avp is changed to xavp structure. What is the structure name and value name of xavp for print in log $xavp(contacts=>?) ? Is it possible to delete xavp? Thank you, Julia. ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-u

[SR-Users] kamailio with pipelimit crashes when CPU load average >2

2014-11-16 Thread Julia Boudniatsky
Hello, Sometimes kamailio with pipelimit crashes with segmentation fault, when CPU load average >2. The problem is not reproduced in the LAB (we used stress –c ). Please find attached core file. Thank you, Julia Core was generated by `/usr/local/sbin/kamailio -P /var/run/kamailio.pid

Re: [SR-Users] Problem with locally generated BYE in dialog timeout.

2014-10-02 Thread Julia Boudniatsky
Storing the values in dialog module doesn't help. I updated headers in event_route[tm:local-request] by subst_hf with saved dialog variables (uac_replace_to/from has been used in branch route). Now it's working. Great! Thank you, Julia On Thu, Oct 2, 2014 at 9:11 AM, Daniel-

Re: [SR-Users] Problem with locally generated BYE in dialog timeout.

2014-10-02 Thread Julia Boudniatsky
quot; And we have problem only with locally generated BYE, all other local requests (ACK, CANCEL) works fine. Thank you, Julia On Wed, Oct 1, 2014 at 4:28 PM, Julia Boudniatsky wrote: > Hello, > We use dialog module in our configuration. > uac_replace_from/to is called after dlg_manag

[SR-Users] Problem with locally generated BYE in dialog timeout.

2014-10-01 Thread Julia Boudniatsky
caller side and stay connected in caller. Whether there is any solution? BR , Julia. ___ 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

Re: [SR-Users] event_route[core:receive-parse-error] question

2014-10-01 Thread Julia Boudniatsky
I understand my mistake. It's working when message is broken. I wanted to use it for bad SDP. We have a problem with SDP from some users. In error of parsing SDP on log printed only wrong part of SDP and correlation to call is very difficult. Thank you, Julia On Wed, Oct 1, 2014 at 3:

[SR-Users] event_route[core:receive-parse-error] question

2014-10-01 Thread Julia Boudniatsky
Hello, I try to use event_route[core:receive-parse-error] in 4.1.6 event_route[core:receive-parse-error] { xlog("L_WARN", "Event-parse-error: $rm from $avp(inc_carrier)/n$mb/n"); } When core parse error occurs , *log message is not printed*. What is wrong

Re: [SR-Users] Uri transformations stopped working after upgrade from 3.3 to 4.1.6.

2014-09-30 Thread Julia Boudniatsky
$(tu{uri.uparam,cic}) gets ERROR wrong format, $(tu{uri.uparam}) return : phone So, uparam return the value of parameter "user" . I solved a problem by usage $(tu{param.value,cic,;}) BR Julia On Tue, Sep 30, 2014 at 12:09 PM, Daniel-Constantin Mierla < mico...@gmail.com>

[SR-Users] Uri transformations stopped working after upgrade from 3.3 to 4.1.6.

2014-09-30 Thread Julia Boudniatsky
params}) return : user=phone $tu({uri.param,cic}) return : Best regards, Julia ___ 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

[SR-Users] event_route[core:receive-parse-error] is not executed 4.1.6

2014-09-29 Thread Julia Boudniatsky
is simulated by SIPP. In log I receive only ERROR: [parser/parse_from.c:79]: parse_from_header() .. Thank you, Julia ___ 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

[SR-Users] event_route[core:receive-parse-error] is not executed 4.1.6

2014-09-29 Thread Julia Boudniatsky
Hello, I try to use an event_route[core:receive-parse-error] { xlog("L_WARN", "Parse-error: $rm from $avp(inc_carrier)/n$mb/n"); } ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users ma

[SR-Users] permanent 1.5 s timer interval in module pipelimit

2014-04-27 Thread Julia
terval instead of timer_interval, thus rendering TAILDROP alg unusable (cherry picked from commit 3a06d7d3561f889c84249eaa5ec7a5b79a2a23bd) Regards, Julia ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lis

Re: [SR-Users] RTPProxy on a different machine than Kamailio problem

2013-12-24 Thread Julia
Thank you Daniel. We tried with -s udp:10.25.1.1:7722, but received the same result. We see in log file of rtpproxy and in tcpdump in Kamailio, that remote rtpproxy send response to all requests from Kamailio. Best regards, Julia _ From: sr-users-boun...@lists.sip-router.org

[SR-Users] RTPProxy on a different machine than Kamailio problem

2013-12-24 Thread Julia
, when Kamailio & RTPproxy are configured in the same machine, with modparam("rtpproxy", "rtpproxy_sock", "udp:localhost:7722"), Is there something wrong in configuration of remote mode? Thanks for any help, Julia

Re: [SR-Users] Kamailio 4.0.4 crash t_load_contact();

2013-11-14 Thread Julia
Hello, Kamailio installed from GIT. It's working now (also under load). Thank you, Julia _ From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: Tuesday, November 12, 2013 10:09 PM To: Julia; 'Kamailio (SER) - Users Mailing List' Subject

[SR-Users] Kamailio 4.0.4 crash t_load_contact();

2013-11-11 Thread Julia
vm-KAMnet-dev01 /usr/local/sbin/kamailio[10336]: ALERT: [main.c:791]: handle_sigs(): core was generated Nov 11 12:56:00 vm-KAMnet-dev01 /usr/local/sbin/kamailio[10336]: INFO: [main.c:803]: handle_sigs(): INFO: terminating due to SIGCHLD Regards, Julia

Re: [SR-Users] BUG? - Dialog module timeout BYE is not ok.

2013-11-11 Thread Julia
OK We will wait for 4.1 Thank you, Julia _ From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: Monday, November 11, 2013 9:43 AM To: Julia; 'Kamailio (SER) - Users Mailing List' Cc: 'Uri Shacked' Subject: Re: [SR-Users] BUG? - Dialog modul

Re: [SR-Users] BUG? - Dialog module timeout BYE is not ok.

2013-11-10 Thread Julia
? 4e4b1339bfd3a832f5feeb1d2a2380c7455ec82b 57ed79b9d45c29d37c405c3fa582c1d1011a2315 f22dcd559c739dd99275cd2444cf481d458d2fab ff890a4eee1888ed3e1e080a18bd72124ab99690 aefea5477dc7878d5e818628e04ddcb088fd2858 Thank you, Julia _ From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: Monday

Re: [SR-Users] Wrong "To" header in CANCEL, when "To" has been rewritten by uac_replace_to() in branch route

2013-11-10 Thread Julia
O.K We will soon upgrade to 4.0.4 Thank you. Julia _ From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: Thursday, November 07, 2013 9:32 PM To: Julia; 'Kamailio (SER) - Users Mailing List' Subject: Re: [SR-Users] Wrong "To" header in CANCEL

Re: [SR-Users] Wrong "To" header in CANCEL, when "To" has been rewritten by uac_replace_to() in branch route

2013-11-07 Thread Julia
Hello Daniel, Version 3.3.5, We use uac_replace_to() in branch route and without patch the "To" in local CANCEL is taken from original INVITE. Thank you, Julia _ From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On

[SR-Users] Wrong "To" header in CANCEL, when "To" has been rewritten by uac_replace_to() in branch route

2013-11-07 Thread Julia
, reason #endif /* CANCEL_REASON_SUPPORT */" We use header "To" manipulation in branch route (after failure route) and this patch solved our problem with "To" in CANCEL. B

Re: [SR-Users] topoch and xHTTP

2013-05-27 Thread Julia
Thank you Daniel, It works fine (without errors) with your patch. Best regards, Julia _ From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: Monday, May 27, 2013 5:15 PM To: Julia; 'Kamailio (SER) - Users Mailing List' Subject: Re: [SR-Users] topoch

Re: [SR-Users] topoch and xHTTP

2013-05-23 Thread Julia
It's an incoming request Debug3 : May 23 15:44:57 RNDSRV /usr/local/sbin/kamailio[29536]: DEBUG: [ip_addr.c:247]: tcpconn_new: new tcp connection: 80.80.80.241 May 23 15:44:57 RNDSRV /usr/local/sbin/kamailio[29536]: DEBUG: [tcp_main.c:1089]: tcpconn_new: on port 51898, type 2 May 23 15:44:

[SR-Users] topoch and xHTTP

2013-05-23 Thread Julia
]: ERROR: topoh [topoh_mod.c:215]: cannot parse FROM header Is it configuration issue? Thanks, Julia. ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin

Re: [SR-Users] max number of pipes for pipelimit module?

2013-05-07 Thread Julia
It's great! Thank you, Julia _ From: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Daniel-Constantin Mierla Sent: Tuesday, May 07, 2013 10:19 AM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] max number of

[SR-Users] max number of pipes for pipelimit module?

2013-05-06 Thread Julia
Hello, Is there a limit on the max number of pipes for pipelimit module? Thanks, Julia ___ 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

Re: [SR-Users] BUG? - Dialog module timeout BYE is not ok.

2013-04-29 Thread Julia
Now it works, Thank you! Julia. _ From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: Monday, April 29, 2013 3:11 PM To: Julia; 'Kamailio (SER) - Users Mailing List' Cc: 'Uri Shacked' Subject: Re: [SR-Users] BUG? - Dialog module timeout BYE

Re: [SR-Users] BUG? - Dialog module timeout BYE is not ok.

2013-04-29 Thread Julia
es with clients that are strict, or rely on identical headers (like in your setup). regards Klaus On 25.04.2013 13 :30, Uri Shacked wrote: Hi, Following this issue, and the issue "BYE dialog timeout bad syntax" from Julia. I have 2 kamailio servers. srv1 creates a dlg_timeout

[SR-Users] BYE dialog timeout bad syntax

2013-04-24 Thread Julia
tains a semicolon, it means that the "name-addr" form must be used. The "To" header field should be encoded as follow: To: < sip:anonymous;cpc=ordinary@192.168.225.2>;tag=01e3a8c0-c1c2-t-1 BR, Julia ___ SIP

[SR-Users] msg_apply_changes() in route[RELAY] gets error

2013-02-21 Thread Julia
Hello, When I used msg_apply_changes(); in route[RELAY] included in request_route, Received "ERROR: textopsx [textopsx.c:116]: invalid usage - not in request route." Why? Thanks, Julia. ___ SIP Express Router (SER) and Kamailio (Ope

Re: [SR-Users] How to rewrite "tu" in CANCEL message ?

2013-02-04 Thread Julia
Hello, We solved problems by disabling double rr in rr module. Now this works well! :) Thank all of you, Julia. _ From: Julia [mailto:juli...@gmail.com] Sent: Monday, February 04, 2013 3:17 PM To: 'mico...@gmail.com'; 'SIP Router - Kamailio (OpenSER) and SIP

Re: [SR-Users] How to rewrite "tu" in CANCEL message ?

2013-02-04 Thread Julia
fo=0x0002100434000154010010043500015503408000;ncx-info=0x407100330801 C016653136343A303030303030393732333939333636343601B0020C00010011333939333636 3436203339393336363436 v=0 o=10.203.22.10 14090 2 IN IP Thank you, Julia -Original Message- From: Julia [mailto:juli...@gmail.com] S

Re: [SR-Users] How to rewrite "tu" in CANCEL message ?

2013-01-31 Thread Julia
Thank you, we will try to test it. -Original Message- From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: Thursday, January 31, 2013 1:57 PM To: Julia; 'SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) -Users Mailing List' Subject: Re: [SR-Users] How

Re: [SR-Users] How to rewrite "tu" in CANCEL message ?

2013-01-31 Thread Julia
ailio.org/docs/modules/stable/modules/tm.html#reparse_invite Cheers, Daniel On 1/31/13 12:02 PM, Julia wrote: > OK, but a problem is in partially re-parsing of CANCEL. > > ru = modified ru; > tu = original tu; > fu = original fu. > In this case 481 received from

Re: [SR-Users] How to rewrite "tu" in CANCEL message ?

2013-01-31 Thread Julia
: > > http://www.kamailio.org/docs/modules/devel/modules/uac.html#id2494560 > (tested with 3.3) > > Kind regards, > Carsten > > 2013/1/30 Julia : >> Hello all, >> >> >> >> >> >> Is there any way to rewrite “tu” in CANC

Re: [SR-Users] How to rewrite "tu" in CANCEL message ?

2013-01-30 Thread Julia
r.org Subject: Re: [SR-Users] How to rewrite "tu" in CANCEL message ? On 01/30/2013 09:31 AM, Julia wrote: > We need some number manipulation for outgoing calls to PSTN GW. > The same manipulations must be in "ru" and "tu", because our PSTN GW adds > redire

Re: [SR-Users] How to rewrite "tu" in CANCEL message ?

2013-01-30 Thread Julia
om: sr-users-boun...@lists.sip-router.org [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Alex Balashov Sent: Wednesday, January 30, 2013 3:53 PM To: SIP Router - Kamailio (OpenSER) and SIP Express Router (SER) - UsersMailing List Subject: Re: [SR-Users] How to rewrite "tu" i

[SR-Users] How to rewrite "tu" in CANCEL message ?

2013-01-30 Thread Julia
Hello all, Is there any way to rewrite "tu" in CANCEL message in 3.2.1? We use remove_hf / insert_hf for INVITE's "tu" modification before t_relay. It works fine, but it doesn't work for CANCEL (INVITE re-parsing is disabled). Ths, ___