<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/4.8.4">
</HEAD>
<BODY>
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 HREF="mailto:sergey.v.basov@gmail.com">sergey.v.basov@gmail.com</A></FONT>
<FONT COLOR="#737373">></FONT>
<FONT COLOR="#737373">> tel: (+38067) 403-62-54</FONT>
<FONT COLOR="#737373">></FONT>
<FONT COLOR="#737373">></FONT>
<FONT COLOR="#737373">> 2016-08-01 8:21 GMT+03:00 Daniel-Constantin Mierla <<A HREF="mailto:miconda@gmail.com">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(,"2123894789_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 HREF="sip:34666988297@79.170.71.132:5060">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 HREF="sip:34666988297@79.170.71.132:5060">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 HREF="sip:34666988297@79.170.71.132:5060">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">>> 79.170.64.130:5080 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 HREF="sip:34666988297@79.170.71.132:5060">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>:[2123894789_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 HREF="sip:34666988297@79.170.71.132:5060">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 HREF="sip:34666988297@79.170.71.132:5060">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="2123894789_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 HREF="sip:34666988297@79.170.71.132:5060">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 HREF="sip:34666988297@79.170.71.132:5060">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 HREF="sip:34666988297@79.170.71.132:5060">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">>> <--2123894789_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 HREF="sip:34666988297@79.170.71.132:5060">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 HREF="sip:34666988297@79.170.71.132:5060">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 HREF="sip:34666988297@79.170.71.132:5060">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 "2123894789_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 "2123894789_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 HREF="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</A></FONT>
<FONT COLOR="#737373">>> <A HREF="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">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 HREF="http://www.asipto.com">http://www.asipto.com</A> - <A HREF="http://www.kamailio.org">http://www.kamailio.org</A></FONT>
<FONT COLOR="#737373">>> <A HREF="http://twitter.com/#!/miconda">http://twitter.com/#!/miconda</A> - <A HREF="http://www.linkedin.com/in/miconda">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 HREF="mailto:sr-users@lists.sip-router.org">sr-users@lists.sip-router.org</A></FONT>
<FONT COLOR="#737373">>> <A HREF="http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users">http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users</A></FONT>
<FONT COLOR="#737373">>></FONT>

</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>