<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Hello,</p>
    <p>maybe the function append_body_part("...") can be extended with
      an extra parameter where to specify the character to be replaced
      with 0x00 in the first parameter.</p>
    <p>Cheers,<br>
      Daniel<br>
    </p>
    <br>
    <div class="moz-cite-prefix">On 01/08/16 16:34, Sergey Basov wrote:<br>
    </div>
    <blockquote
cite="mid:CAFyM+kCjF-6iYGrwVBD=M6m3UurWeaL7b6U-iqqs9K2WJgO8Zw@mail.gmail.com"
      type="cite">
      <p dir="ltr">Hello.</p>
      <p dir="ltr">Look more carefuly, its only first \x00 changes
        forward call indicator. You have a few more \x00...</p>
      <p dir="ltr">You does not get full ISUP into INVITE...</p>
      <p dir="ltr">As I have told earlier you can replace \x00 by
        \x01into kamailio script, but you must rewrite it with \x00
        later into sip-t module, but this requires some changes into
        source code of sip-t module...</p>
      <p dir="ltr">sip-t module itself designed for checking/modifying
        of the ISUP content into sip-t/sip-i, but not for generating
        it...</p>
      <div class="gmail_extra"><br>
        <div class="gmail_quote">1 авг. 2016 г. 5:08 PM пользователь
          "david" <<a moz-do-not-send="true"
            href="mailto:descartin@bts.io">descartin@bts.io</a>>
          написал:<br type="attribution">
          <blockquote class="gmail_quote" style="margin:0 0 0
            .8ex;border-left:1px #ccc solid;padding-left:1ex">
            <div>
              Hello Sergey, Daniel<br>
              <br>
              thanks a lot for the guidance.<br>
              i changed the x00 by x01 and it works now, i was seeing
              the ISUP truncated but i thought it was related to the
              tshark XD<br>
              <br>
              i will find out about the changes needed at sipt
              configuration, but just in case, the things chaged by this
              only are the forward call indicators, so i hope that does
              give us many problems....<br>
              <br>
              i will let you know anything<br>
              <br>
              thanks and best regards<br>
              david<br>
              <br>
              <br>
              El lun, 01-08-2016 a las 12:09 +0200, Daniel-Constantin
              Mierla escribió:
              <blockquote type="CITE">
                <pre>Hello,

I am not familiar with isup and no testbed around at this moment. That's
why I asked for backtrace from the coredump file, based on the
guidelines I did in my previous email.

Cheers,
Daniel


On 01/08/16 09:07, Sergey Basov wrote:
<font color="#737373">> Hello,</font>
<font color="#737373">></font>
<font color="#737373">> try make dump packet after</font>
<font color="#737373">> append_body_part("\x01\x12\x49\x00\x0a\x03\x02\x0a\x08\x84\x90\x33\x41\x72\x17\x00\x06\x0a\x08\x04\x13\x93\x70\x21\x73\x23\x10\x08\x01\x00\x00","application/isup;version=itu-t92+","signal;handling=optional");</font>
<font color="#737373">> before sipt_destination($rU, 31, 4);</font>
<font color="#737373">></font>
<font color="#737373">> when i have done such conversion i found that kamailio from script</font>
<font color="#737373">> ignores all string content after symbol \x00 as this is end of line.</font>
<font color="#737373">></font>
<font color="#737373">> To avoid this i have replaces \x00 with \x01 in my initial ISUP string</font>
<font color="#737373">> and make changes into SIP-T module to replace it with \x00 while</font>
<font color="#737373">> processing message. before number/presentation/screening</font>
<font color="#737373">> modifications.</font>
<font color="#737373">></font>
<font color="#737373">> you have first \x00 as forth symbol in your ISUP string and after it</font>
<font color="#737373">> all have to be ignored. Look at dump using wireshark. I think you will</font>
<font color="#737373">> see mailformed ISUP incapsulated message.</font>
<font color="#737373">></font>
<font color="#737373">> --</font>
<font color="#737373">> Best regards,</font>
<font color="#737373">> Sergey Basov                     e-mail: <a moz-do-not-send="true" href="mailto:sergey.v.basov@gmail.com" target="_blank">sergey.v.basov@gmail.com</a></font>
<font color="#737373">></font>
<font color="#737373">> tel: <a moz-do-not-send="true" href="tel:%28%2B38067%29%20403-62-54" value="+380674036254" target="_blank">(+38067) 403-62-54</a></font>
<font color="#737373">></font>
<font color="#737373">></font>
<font color="#737373">> 2016-08-01 8:21 GMT+03:00 Daniel-Constantin Mierla <<a moz-do-not-send="true" href="mailto:miconda@gmail.com" target="_blank">miconda@gmail.com</a>>:</font>
<font color="#737373">>> Hello,</font>
<font color="#737373">>></font>
<font color="#737373">>> would be good to get a core dump file and the backtrace from it in order to</font>
<font color="#737373">>> see where it crashes.</font>
<font color="#737373">>></font>
<font color="#737373">>> For getting the coredump, try:</font>
<font color="#737373">>></font>
<font color="#737373">>>  - stop kamailio</font>
<font color="#737373">>></font>
<font color="#737373">>>  - do: ulimit -c unlimited</font>
<font color="#737373">>></font>
<font color="#737373">>>  - start kamailio as root</font>
<font color="#737373">>></font>
<font color="#737373">>>  - reproduce the issue</font>
<font color="#737373">>></font>
<font color="#737373">>> A corefile should be generated in / or working directory. Use gdb to grab</font>
<font color="#737373">>> the output of 'bt full' from the corefile and send it here to the mailing</font>
<font color="#737373">>> list.</font>
<font color="#737373">>></font>
<font color="#737373">>> Cheers,</font>
<font color="#737373">>> Daniel</font>
<font color="#737373">>></font>
<font color="#737373">>></font>
<font color="#737373">>> On 29/07/16 18:21, david wrote:</font>
<font color="#737373">>></font>
<font color="#737373">>> hello all</font>
<font color="#737373">>></font>
<font color="#737373">>></font>
<font color="#737373">>></font>
<font color="#737373">>> i'm trying to add a ISUP multipart in a regular call using the textops</font>
<font color="#737373">>> module, and despite seeing one previous issue int he mail list, i'm finding</font>
<font color="#737373">>> some issue here</font>
<font color="#737373">>></font>
<font color="#737373">>> i'm using this commands</font>
<font color="#737373">>></font>
<font color="#737373">>>     msg_apply_changes();</font>
<font color="#737373">>>     set_body_multipart(,"<a moz-do-not-send="true" href="tel:2123894789" value="+12123894789" target="_blank">2123894789</a>_1257887457");</font>
<font color="#737373">>>     msg_apply_changes();</font>
<font color="#737373">>></font>
<font color="#737373">>> append_body_part("\x01\x12\x49\x00\x0a\x03\x02\x0a\x08\x84\x90\x33\x41\x72\x17\x00\x06\x0a\x08\x04\x13\x93\x70\x21\x73\x23\x10\x08\x01\x00\x00","application/isup;version=itu-t92+","signal;handling=optional");</font>
<font color="#737373">>>     msg_apply_changes();</font>
<font color="#737373">>>     sipt_destination($rU, 31, 4);</font>
<font color="#737373">>>     sipt_set_calling($fU, 4, 0, 3);</font>
<font color="#737373">>>     msg_apply_changes();</font>
<font color="#737373">>></font>
<font color="#737373">>> before the record_route command, and when using sipt_destination($rU, 31,</font>
<font color="#737373">>> 4); i'm getting asegfault</font>
<font color="#737373">>></font>
<font color="#737373">>> here you have the logs</font>
<font color="#737373">>> could you please give me any clue about something i'm missing or doing</font>
<font color="#737373">>> wrong?</font>
<font color="#737373">>></font>
<font color="#737373">>> thanks  alot and regards</font>
<font color="#737373">>> david</font>
<font color="#737373">>></font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:608]: parse_msg(): SIP Request:</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:610]: parse_msg():  method:</font>
<font color="#737373">>> <INVITE></font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:612]: parse_msg():  uri:</font>
<font color="#737373">>> <<a moz-do-not-send="true">sip:34666988297@79.170.71.132:5060</a>></font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:614]: parse_msg():  version:</font>
<font color="#737373">>> <SIP/2.0></font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/parse_via.c:1254]: parse_via_param(): Found</font>
<font color="#737373">>> param type 235, <rport> = <n/a>; state=6</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/parse_via.c:1254]: parse_via_param(): Found</font>
<font color="#737373">>> param type 232, <branch> = <z9hG4bK7ma5t4FKS0SKa>; state=16</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/parse_via.c:2642]: parse_via(): end of header</font>
<font color="#737373">>> reached, state=5</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:496]: parse_headers():</font>
<font color="#737373">>> parse_headers: Via found, flags=2</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:498]: parse_headers():</font>
<font color="#737373">>> parse_headers: this is the first via</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [receive.c:178]: receive_msg(): After parse_msg...</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [receive.c:221]: receive_msg(): preparing to run</font>
<font color="#737373">>> routing scripts...</font>
<font color="#737373">>> 5(24552) DEBUG: maxfwd [mf_funcs.c:85]: is_maxfwd_present(): value = 65</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/parse_addr_spec.c:894]: parse_addr_spec():</font>
<font color="#737373">>> end of header reached, state=10</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:173]: get_hdr_field(): DEBUG:</font>
<font color="#737373">>> get_hdr_field: <To> [49];</font>
<font color="#737373">>> uri=[<a moz-do-not-send="true">sip:34666988297@79.170.71.132:5060</a>;user=phone]</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:175]: get_hdr_field(): DEBUG: to</font>
<font color="#737373">>> body [<<a moz-do-not-send="true">sip:34666988297@79.170.71.132:5060</a>;user=phone></font>
<font color="#737373">>> ]</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:153]: get_hdr_field():</font>
<font color="#737373">>> get_hdr_field: cseq <CSeq>: <94568362> <INVITE></font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:187]: get_hdr_field(): DEBUG:</font>
<font color="#737373">>> get_hdr_body : content_length=104</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:89]: get_hdr_field(): found end</font>
<font color="#737373">>> of header</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/parse_addr_spec.c:172]: parse_to_param():</font>
<font color="#737373">>> DEBUG: add_param: tag=5jBBFae4D90rg</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/parse_addr_spec.c:894]: parse_addr_spec():</font>
<font color="#737373">>> end of header reached, state=29</font>
<font color="#737373">>> 5(24552) DEBUG: sanity [mod_sanity.c:248]: w_sanity_check(): sanity checks</font>
<font color="#737373">>> result: 1</font>
<font color="#737373">>> 5(24552) DEBUG: siputils [checks.c:97]: has_totag(): no totag</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [socket_info.c:564]: grep_sock_info(): checking if</font>
<font color="#737373">>> host==us: 13==13 && [79.170.71.132] == [79.170.71.132]</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [socket_info.c:567]: grep_sock_info(): checking if</font>
<font color="#737373">>> port 5060 (advertise 0) matches port 5060</font>
<font color="#737373">>> 5(24552) DEBUG: tm [t_lookup.c:1011]: t_check_msg(): DEBUG: t_check_msg: msg</font>
<font color="#737373">>> id=1 global id=0 T start=0xffffffffffffffff</font>
<font color="#737373">>> 5(24552) DEBUG: tm [t_lookup.c:466]: t_lookup_request(): t_lookup_request:</font>
<font color="#737373">>> start searching: hash=46859, isACK=0</font>
<font color="#737373">>> 5(24552) DEBUG: tm [t_lookup.c:424]: matching_3261(): DEBUG: RFC3261</font>
<font color="#737373">>> transaction matching failed</font>
<font color="#737373">>> 5(24552) DEBUG: tm [t_lookup.c:648]: t_lookup_request(): DEBUG:</font>
<font color="#737373">>> t_lookup_request: no transaction found</font>
<font color="#737373">>> 5(24552) DEBUG: tm [t_lookup.c:1080]: t_check_msg(): DEBUG: t_check_msg: msg</font>
<font color="#737373">>> id=1 global id=1 T end=(nil)</font>
<font color="#737373">>> 5(24552) DEBUG: tm [t_lookup.c:1312]: t_newtran(): DEBUG: t_newtran: msg</font>
<font color="#737373">>> id=1 , global msg id=1 , T on entrance=(nil)</font>
<font color="#737373">>> 5(24552) DEBUG: tm [t_lookup.c:466]: t_lookup_request(): t_lookup_request:</font>
<font color="#737373">>> start searching: hash=46859, isACK=0</font>
<font color="#737373">>> 5(24552) DEBUG: tm [t_lookup.c:424]: matching_3261(): DEBUG: RFC3261</font>
<font color="#737373">>> transaction matching failed</font>
<font color="#737373">>> 5(24552) DEBUG: tm [t_lookup.c:648]: t_lookup_request(): DEBUG:</font>
<font color="#737373">>> t_lookup_request: no transaction found</font>
<font color="#737373">>> 5(24552) DEBUG: tm [t_hooks.c:358]: run_reqin_callbacks_internal(): DBG:</font>
<font color="#737373">>> trans=0x7fb3fb0c64e0, callback type 1, id 0 entered</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [md5utils.c:67]: MD5StringArray(): MD5 calculated:</font>
<font color="#737373">>> 5ea9736b3bdcf90a4c3043a5a492b31f</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [select.c:412]: run_select(): Calling SELECT</font>
<font color="#737373">>> 0x7fb404252ef8</font>
<font color="#737373">>> 5(24552) INFO: Theseus-Test Call 69672589-67f5-4edd-8844-f6ad2ee5b208 /</font>
<font color="#737373">>> Call-ID 69672589-67f5-4edd-8844-f6ad2ee5b208: Call-ID =</font>
<font color="#737373">>> 69672589-67f5-4edd-8844-f6ad2ee5b208</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_api.c:643]: app_lua_run(): reload</font>
<font color="#737373">>> deactivated</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_api.c:644]: app_lua_run(): executing Lua</font>
<font color="#737373">>> function: [[allow_src_uri]]</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_api.c:645]: app_lua_run(): lua top index</font>
<font color="#737373">>> is: 4</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_sr.c:979]: lua_sr_pv_get(): pv get:</font>
<font color="#737373">>> $avp(s:call_obj)</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar</font>
<font color="#737373">>> [$avp(s:call_obj)] found in cache</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_sr.c:979]: lua_sr_pv_get(): pv get: $ci</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar [$ci] found in</font>
<font color="#737373">>> cache</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_sr.c:1101]: lua_sr_pv_sets(): pv set:</font>
<font color="#737373">>> $var(authorized)</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar</font>
<font color="#737373">>> [$var(authorized)] found in cache</font>
<font color="#737373">>> 5(24552) INFO: Theseus-Test Call 69672589-67f5-4edd-8844-f6ad2ee5b208 /</font>
<font color="#737373">>> Call-ID 69672589-67f5-4edd-8844-f6ad2ee5b208: Method INVITE from</font>
<font color="#737373">>> <a moz-do-not-send="true" href="http://79.170.64.130:5080" target="_blank">79.170.64.130:5080</a> authorized</font>
<font color="#737373">>> 5(24552) INFO: Theseus-Test Call 58825 / Call-ID</font>
<font color="#737373">>> 69672589-67f5-4edd-8844-f6ad2ee5b208: Object 58825 assigned to Call-ID</font>
<font color="#737373">>> 69672589-67f5-4edd-8844-f6ad2ee5b208</font>
<font color="#737373">>> 5(24552) INFO: Theseus-Test Call 58825 / Call-ID</font>
<font color="#737373">>> 69672589-67f5-4edd-8844-f6ad2ee5b208: The call has been sent to RG 106406</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_api.c:643]: app_lua_run(): reload</font>
<font color="#737373">>> deactivated</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_api.c:644]: app_lua_run(): executing Lua</font>
<font color="#737373">>> function: [[get_rg_info]]</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_api.c:645]: app_lua_run(): lua top index</font>
<font color="#737373">>> is: 4</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_sr.c:979]: lua_sr_pv_get(): pv get: $ci</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar [$ci] found in</font>
<font color="#737373">>> cache</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_sr.c:979]: lua_sr_pv_get(): pv get:</font>
<font color="#737373">>> $avp(s:call_obj)</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar</font>
<font color="#737373">>> [$avp(s:call_obj)] found in cache</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_sr.c:979]: lua_sr_pv_get(): pv get:</font>
<font color="#737373">>> $shv(flag_list)</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [pvapi.c:293]: pv_cache_add(): pvar [$shv(flag_list)]</font>
<font color="#737373">>> added in cache</font>
<font color="#737373">>> 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID</font>
<font color="#737373">>> 69672589-67f5-4edd-8844-f6ad2ee5b208: RG 106406 attributes:</font>
<font color="#737373">>> 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID</font>
<font color="#737373">>> 69672589-67f5-4edd-8844-f6ad2ee5b208: RG OUT 106406 description =</font>
<font color="#737373">>> PBX--NOC-TEST</font>
<font color="#737373">>> 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID</font>
<font color="#737373">>> 69672589-67f5-4edd-8844-f6ad2ee5b208: RG OUT 106406 admin_status = 1</font>
<font color="#737373">>> 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID</font>
<font color="#737373">>> 69672589-67f5-4edd-8844-f6ad2ee5b208: RG OUT 106406 cir_direction = 2</font>
<font color="#737373">>> 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID</font>
<font color="#737373">>> 69672589-67f5-4edd-8844-f6ad2ee5b208: RG OUT 106406 ani_posttranslation = 0</font>
<font color="#737373">>> 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID</font>
<font color="#737373">>> 69672589-67f5-4edd-8844-f6ad2ee5b208: RG OUT 106406</font>
<font color="#737373">>> ani_posttranslation_table = 0</font>
<font color="#737373">>> 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID</font>
<font color="#737373">>> 69672589-67f5-4edd-8844-f6ad2ee5b208: RG OUT 106406 posttranslation = 1</font>
<font color="#737373">>> 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID</font>
<font color="#737373">>> 69672589-67f5-4edd-8844-f6ad2ee5b208: RG OUT 106406 posttranslation_table =</font>
<font color="#737373">>> 106384</font>
<font color="#737373">>> 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID</font>
<font color="#737373">>> 69672589-67f5-4edd-8844-f6ad2ee5b208: RG OUT 106406 pound = 2</font>
<font color="#737373">>> 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID</font>
<font color="#737373">>> 69672589-67f5-4edd-8844-f6ad2ee5b208: RG OUT 106406 gw_port = 5060</font>
<font color="#737373">>> 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID</font>
<font color="#737373">>> 69672589-67f5-4edd-8844-f6ad2ee5b208: RG OUT 106406 custom_flags = None</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_sr.c:1101]: lua_sr_pv_sets(): pv set:</font>
<font color="#737373">>> $avp(s:description)</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [usr_avp.c:882]: parse_avp_ident(): Parsing</font>
<font color="#737373">>> 's:description'</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [pvapi.c:293]: pv_cache_add(): pvar</font>
<font color="#737373">>> [$avp(s:description)] added in cache</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_sr.c:1101]: lua_sr_pv_sets(): pv set:</font>
<font color="#737373">>> $avp(s:admin_status)</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar</font>
<font color="#737373">>> [$avp(s:admin_status)] found in cache</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_sr.c:1101]: lua_sr_pv_sets(): pv set:</font>
<font color="#737373">>> $avp(s:cir_direction)</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [usr_avp.c:882]: parse_avp_ident(): Parsing</font>
<font color="#737373">>> 's:cir_direction'</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [pvapi.c:293]: pv_cache_add(): pvar</font>
<font color="#737373">>> [$avp(s:cir_direction)] added in cache</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_sr.c:1101]: lua_sr_pv_sets(): pv set:</font>
<font color="#737373">>> $avp(s:ani_posttranslation_table)</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar</font>
<font color="#737373">>> [$avp(s:ani_posttranslation_table)] found in cache</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_sr.c:1101]: lua_sr_pv_sets(): pv set:</font>
<font color="#737373">>> $avp(s:posttranslation_table)</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar</font>
<font color="#737373">>> [$avp(s:posttranslation_table)] found in cache</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_sr.c:1101]: lua_sr_pv_sets(): pv set:</font>
<font color="#737373">>> $avp(s:pound)</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar</font>
<font color="#737373">>> [$avp(s:pound)] found in cache</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_sr.c:1101]: lua_sr_pv_sets(): pv set:</font>
<font color="#737373">>> $avp(s:gw_ip)</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar</font>
<font color="#737373">>> [$avp(s:gw_ip)] found in cache</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_sr.c:1101]: lua_sr_pv_sets(): pv set:</font>
<font color="#737373">>> $avp(s:gw_port)</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar</font>
<font color="#737373">>> [$avp(s:gw_port)] found in cache</font>
<font color="#737373">>> 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID</font>
<font color="#737373">>> 69672589-67f5-4edd-8844-f6ad2ee5b208: Custom flags = None</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_sr.c:979]: lua_sr_pv_get(): pv get:</font>
<font color="#737373">>> $shv(custom_flag_list)</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [pvapi.c:293]: pv_cache_add(): pvar</font>
<font color="#737373">>> [$shv(custom_flag_list)] added in cache</font>
<font color="#737373">>> 5(24552) DEBUG: app_lua [app_lua_sr.c:979]: lua_sr_pv_get(): pv get:</font>
<font color="#737373">>> $shv(custom_flag_list_branch)</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [pvapi.c:293]: pv_cache_add(): pvar</font>
<font color="#737373">>> [$shv(custom_flag_list_branch)] added in cache</font>
<font color="#737373">>> 5(24552) DEBUG: textopsx [textopsx.c:231]: msg_apply_changes_f(): SIP</font>
<font color="#737373">>> message content updated - reparsing</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:608]: parse_msg(): SIP Request:</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:610]: parse_msg():  method:</font>
<font color="#737373">>> <INVITE></font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:612]: parse_msg():  uri:</font>
<font color="#737373">>> <<a moz-do-not-send="true">sip:34666988297@79.170.71.132:5060</a>></font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:614]: parse_msg():  version:</font>
<font color="#737373">>> <SIP/2.0></font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/parse_via.c:1254]: parse_via_param(): Found</font>
<font color="#737373">>> param type 235, <rport> = <n/a>; state=6</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/parse_via.c:1254]: parse_via_param(): Found</font>
<font color="#737373">>> param type 232, <branch> = <z9hG4bK7ma5t4FKS0SKa>; state=16</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/parse_via.c:2642]: parse_via(): end of header</font>
<font color="#737373">>> reached, state=5</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:496]: parse_headers():</font>
<font color="#737373">>> parse_headers: Via found, flags=2</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:498]: parse_headers():</font>
<font color="#737373">>> parse_headers: this is the first via</font>
<font color="#737373">>> 5(24552) DEBUG: textops [textops.c:1577]: set_multibody_helper():</font>
<font color="#737373">>> delimiter<21>:<a moz-do-not-send="true" href="tel:%5B2123894789" value="+12123894789" target="_blank">[2123894789</a>_1257887457]</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/parse_addr_spec.c:894]: parse_addr_spec():</font>
<font color="#737373">>> end of header reached, state=10</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:173]: get_hdr_field(): DEBUG:</font>
<font color="#737373">>> get_hdr_field: <To> [49];</font>
<font color="#737373">>> uri=[<a moz-do-not-send="true">sip:34666988297@79.170.71.132:5060</a>;user=phone]</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:175]: get_hdr_field(): DEBUG: to</font>
<font color="#737373">>> body [<<a moz-do-not-send="true">sip:34666988297@79.170.71.132:5060</a>;user=phone></font>
<font color="#737373">>> ]</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:153]: get_hdr_field():</font>
<font color="#737373">>> get_hdr_field: cseq <CSeq>: <94568362> <INVITE></font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:187]: get_hdr_field(): DEBUG:</font>
<font color="#737373">>> get_hdr_body : content_length=104</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:89]: get_hdr_field(): found end</font>
<font color="#737373">>> of header</font>
<font color="#737373">>> 5(24552) DEBUG: textops [textops.c:1486]: generate_boundary(): adding final</font>
<font color="#737373">>> CRLF+CRLF</font>
<font color="#737373">>> 5(24552) DEBUG: textops [textops.c:1714]: set_multibody_helper():</font>
<font color="#737373">>> content-type<48>:[multipart/mixed;boundary="<a moz-do-not-send="true" href="tel:2123894789" value="+12123894789" target="_blank">2123894789</a>_1257887457"]</font>
<font color="#737373">>> 5(24552) DEBUG: textops [textops.c:1768]: set_multibody_helper(): set flag</font>
<font color="#737373">>> FL_BODY_MULTIPART</font>
<font color="#737373">>> 5(24552) INFO: <core> [msg_translator.c:1692]: get_boundary(): Content-Type</font>
<font color="#737373">>> hdr has no params <application/sdp></font>
<font color="#737373">>> 5(24552) WARNING: <core> [msg_translator.c:1958]:</font>
<font color="#737373">>> build_req_buf_from_sip_req(): check_boundaries error</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [msg_translator.c:422]: clen_builder():</font>
<font color="#737373">>> content-length: 189 (189)</font>
<font color="#737373">>> 5(24552) DEBUG: textopsx [textopsx.c:231]: msg_apply_changes_f(): SIP</font>
<font color="#737373">>> message content updated - reparsing</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:608]: parse_msg(): SIP Request:</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:610]: parse_msg():  method:</font>
<font color="#737373">>> <INVITE></font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:612]: parse_msg():  uri:</font>
<font color="#737373">>> <<a moz-do-not-send="true">sip:34666988297@79.170.71.132:5060</a>></font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:614]: parse_msg():  version:</font>
<font color="#737373">>> <SIP/2.0></font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/parse_via.c:1254]: parse_via_param(): Found</font>
<font color="#737373">>> param type 235, <rport> = <n/a>; state=6</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/parse_via.c:1254]: parse_via_param(): Found</font>
<font color="#737373">>> param type 232, <branch> = <z9hG4bK7ma5t4FKS0SKa>; state=16</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/parse_via.c:2642]: parse_via(): end of header</font>
<font color="#737373">>> reached, state=5</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:496]: parse_headers():</font>
<font color="#737373">>> parse_headers: Via found, flags=2</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:498]: parse_headers():</font>
<font color="#737373">>> parse_headers: this is the first via</font>
<font color="#737373">>> 5(24552) ERROR: <core> [lvalue.c:345]: lval_pvar_assign(): non existing</font>
<font color="#737373">>> right pvar</font>
<font color="#737373">>> 5(24552) ERROR: <core> [lvalue.c:405]: lval_assign(): assignment failed at</font>
<font color="#737373">>> pos: (390,18-390,44)</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/parse_addr_spec.c:894]: parse_addr_spec():</font>
<font color="#737373">>> end of header reached, state=10</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:173]: get_hdr_field(): DEBUG:</font>
<font color="#737373">>> get_hdr_field: <To> [49];</font>
<font color="#737373">>> uri=[<a moz-do-not-send="true">sip:34666988297@79.170.71.132:5060</a>;user=phone]</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:175]: get_hdr_field(): DEBUG: to</font>
<font color="#737373">>> body [<<a moz-do-not-send="true">sip:34666988297@79.170.71.132:5060</a>;user=phone></font>
<font color="#737373">>> ]</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:153]: get_hdr_field():</font>
<font color="#737373">>> get_hdr_field: cseq <CSeq>: <94568362> <INVITE></font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:187]: get_hdr_field(): DEBUG:</font>
<font color="#737373">>> get_hdr_body : content_length=189</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:89]: get_hdr_field(): found end</font>
<font color="#737373">>> of header</font>
<font color="#737373">>> 5(24552) DEBUG: textops [textops.c:1486]: generate_boundary(): adding final</font>
<font color="#737373">>> CRLF+CRLF</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [msg_translator.c:1719]: get_boundary(): boundary is</font>
<font color="#737373">>> <--<a moz-do-not-send="true" href="tel:2123894789" value="+12123894789" target="_blank">2123894789</a>_1257887457></font>
<font color="#737373">>> 5(24552) DEBUG: <core> [msg_translator.c:1839]: check_boundaries(): last</font>
<font color="#737373">>> bondary without -- at the end</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [msg_translator.c:1639]: replace_body(): old size</font>
<font color="#737373">>> body[189] actual[319]</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [msg_translator.c:422]: clen_builder():</font>
<font color="#737373">>> content-length: 319 (319)</font>
<font color="#737373">>> 5(24552) DEBUG: textopsx [textopsx.c:231]: msg_apply_changes_f(): SIP</font>
<font color="#737373">>> message content updated - reparsing</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:608]: parse_msg(): SIP Request:</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:610]: parse_msg():  method:</font>
<font color="#737373">>> <INVITE></font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:612]: parse_msg():  uri:</font>
<font color="#737373">>> <<a moz-do-not-send="true">sip:34666988297@79.170.71.132:5060</a>></font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:614]: parse_msg():  version:</font>
<font color="#737373">>> <SIP/2.0></font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/parse_via.c:1254]: parse_via_param(): Found</font>
<font color="#737373">>> param type 235, <rport> = <n/a>; state=6</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/parse_via.c:1254]: parse_via_param(): Found</font>
<font color="#737373">>> param type 232, <branch> = <z9hG4bK7ma5t4FKS0SKa>; state=16</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/parse_via.c:2642]: parse_via(): end of header</font>
<font color="#737373">>> reached, state=5</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:496]: parse_headers():</font>
<font color="#737373">>> parse_headers: Via found, flags=2</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:498]: parse_headers():</font>
<font color="#737373">>> parse_headers: this is the first via</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/parse_addr_spec.c:894]: parse_addr_spec():</font>
<font color="#737373">>> end of header reached, state=10</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:173]: get_hdr_field(): DEBUG:</font>
<font color="#737373">>> get_hdr_field: <To> [49];</font>
<font color="#737373">>> uri=[<a moz-do-not-send="true">sip:34666988297@79.170.71.132:5060</a>;user=phone]</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:175]: get_hdr_field(): DEBUG: to</font>
<font color="#737373">>> body [<<a moz-do-not-send="true">sip:34666988297@79.170.71.132:5060</a>;user=phone></font>
<font color="#737373">>> ]</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:153]: get_hdr_field():</font>
<font color="#737373">>> get_hdr_field: cseq <CSeq>: <94568362> <INVITE></font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:187]: get_hdr_field(): DEBUG:</font>
<font color="#737373">>> get_hdr_body : content_length=319</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/parse_body.c:87]: get_boundary_param():</font>
<font color="#737373">>> boundary is "<a moz-do-not-send="true" href="tel:2123894789" value="+12123894789" target="_blank">2123894789</a>_1257887457"</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/msg_parser.c:89]: get_hdr_field(): found end</font>
<font color="#737373">>> of header</font>
<font color="#737373">>> 5(24552) DEBUG: <core> [parser/parse_body.c:87]: get_boundary_param():</font>
<font color="#737373">>> boundary is "<a moz-do-not-send="true" href="tel:2123894789" value="+12123894789" target="_blank">2123894789</a>_1257887457"</font>
<font color="#737373">>> 5(24552) CRITICAL: <core> [data_lump.c:297]: del_lump(): offset + len</font>
<font color="#737373">>> exceeds message size (1176 + 51 > 1201)</font>
<font color="#737373">>> 35(24582) CRITICAL: <core> [pass_fd.c:275]: receive_fd(): EOF on 17</font>
<font color="#737373">>> 35(24582) DEBUG: <core> [tcp_main.c:3448]: handle_ser_child(): dead child 5,</font>
<font color="#737373">>> pid 24552 (shutting down?)</font>
<font color="#737373">>> 35(24582) DEBUG: <core> [io_wait.h:598]: io_watch_del(): DBG: io_watch_del</font>
<font color="#737373">>> (0xa2ae40, 17, -1, 0x0) fd_no=39 called</font>
<font color="#737373">>> 0(24547) ALERT: <core> [main.c:739]: handle_sigs(): child process 24552</font>
<font color="#737373">>> exited by a signal 6</font>
<font color="#737373">>> 0(24547) ALERT: <core> [main.c:742]: handle_sigs(): core was not generated</font>
<font color="#737373">>> 0(24547) INFO: <core> [main.c:754]: handle_sigs(): terminating due to</font>
<font color="#737373">>> SIGCHLD</font>
<font color="#737373">>> 0(24547) DEBUG: <core> [main.c:756]: handle_sigs(): terminating due to</font>
<font color="#737373">>> SIGCHLD</font>
<font color="#737373">>> 34(24581) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 33(24580) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 32(24579) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 31(24578) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 30(24577) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 29(24576) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 28(24575) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 27(24574) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 26(24573) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 25(24572) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 24(24571) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 23(24570) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 22(24569) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 21(24568) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 20(24567) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 19(24566) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 18(24565) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 17(24564) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 16(24563) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 15(24562) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 14(24561) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 13(24560) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 12(24559) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 11(24558) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 10(24557) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 9(24556) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 8(24555) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 7(24554) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 6(24553) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 4(24551) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 3(24550) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 2(24549) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 1(24548) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 35(24582) INFO: <core> [main.c:809]: sig_usr(): signal 15 received</font>
<font color="#737373">>> 0(24547) DEBUG: rtpengine [rtpengine.c:2014]: mod_destroy():</font>
<font color="#737373">>> rtpengine_hash_table_destroy() success!</font>
<font color="#737373">>> 0(24547) DEBUG: db_text [dbtext.c:110]: destroy(): destroy ...</font>
<font color="#737373">>> 0(24547) DEBUG: tm [t_funcs.c:86]: tm_shutdown(): DEBUG: tm_shutdown : start</font>
<font color="#737373">>> 0(24547) DEBUG: tm [t_funcs.c:89]: tm_shutdown(): DEBUG: tm_shutdown :</font>
<font color="#737373">>> emptying hash table</font>
<font color="#737373">>> 0(24547) DEBUG: tm [h_table.c:127]: free_cell_helper(): freeing transaction</font>
<font color="#737373">>> 0x7fb3fb0c64e0 from h_table.c:449</font>
<font color="#737373">>> 0(24547) DEBUG: tm [t_funcs.c:91]: tm_shutdown(): DEBUG: tm_shutdown :</font>
<font color="#737373">>> removing semaphores</font>
<font color="#737373">>> 0(24547) DEBUG: tm [t_funcs.c:93]: tm_shutdown(): DEBUG: tm_shutdown :</font>
<font color="#737373">>> destroying tmcb lists</font>
<font color="#737373">>> 0(24547) DEBUG: tm [t_funcs.c:96]: tm_shutdown(): DEBUG: tm_shutdown : done</font>
<font color="#737373">>> 0(24547) INFO: <core> [sctp_core.c:53]: sctp_core_destroy(): SCTP API not</font>
<font color="#737373">>> initialized</font>
<font color="#737373">>> 0(24547) DEBUG: <core> [mem/shm.c:174]: shm_core_lock_destroy(): destroying</font>
<font color="#737373">>> the shared memory lock</font>
<font color="#737373">>> 0(24547) DEBUG: <core> [mem/shm.c:266]: shm_destroy_manager(): destroying</font>
<font color="#737373">>> memory manager: f_malloc</font>
<font color="#737373">>> 0(24547) DEBUG: <core> [mem/pkg.c:89]: pkg_destroy_manager(): destroying</font>
<font color="#737373">>> memory manager: f_malloc</font>
<font color="#737373">>></font>
<font color="#737373">>></font>
<font color="#737373">>></font>
<font color="#737373">>> _______________________________________________</font>
<font color="#737373">>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list</font>
<font color="#737373">>> <a moz-do-not-send="true" href="mailto:sr-users@lists.sip-router.org" target="_blank">sr-users@lists.sip-router.org</a></font>
<font color="#737373">>> <a moz-do-not-send="true" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a></font>
<font color="#737373">>></font>
<font color="#737373">>></font>
<font color="#737373">>> --</font>
<font color="#737373">>> Daniel-Constantin Mierla</font>
<font color="#737373">>> <a moz-do-not-send="true" href="http://www.asipto.com" target="_blank">http://www.asipto.com</a> - <a moz-do-not-send="true" href="http://www.kamailio.org" target="_blank">http://www.kamailio.org</a></font>
<font color="#737373">>> <a moz-do-not-send="true" href="http://twitter.com/#%21/miconda" target="_blank">http://twitter.com/#!/miconda</a> - <a moz-do-not-send="true" href="http://www.linkedin.com/in/miconda" target="_blank">http://www.linkedin.com/in/miconda</a></font>
<font color="#737373">>></font>
<font color="#737373">>></font>
<font color="#737373">>> _______________________________________________</font>
<font color="#737373">>> SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list</font>
<font color="#737373">>> <a moz-do-not-send="true" href="mailto:sr-users@lists.sip-router.org" target="_blank">sr-users@lists.sip-router.org</a></font>
<font color="#737373">>> <a moz-do-not-send="true" href="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users" target="_blank">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</a></font>
<font color="#737373">>></font>

</pre>
              </blockquote>
              <br>
            </div>
          </blockquote>
        </div>
      </div>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Daniel-Constantin Mierla
<a class="moz-txt-link-freetext" href="http://www.asipto.com">http://www.asipto.com</a> - <a class="moz-txt-link-freetext" href="http://www.kamailio.org">http://www.kamailio.org</a>
<a class="moz-txt-link-freetext" href="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</a> - <a class="moz-txt-link-freetext" href="http://www.linkedin.com/in/miconda">http://www.linkedin.com/in/miconda</a></pre>
  </body>
</html>