<!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 all<BR>
<BR>
<BR>
<BR>
i'm trying to add a ISUP multipart in a regular call using the textops module, and despite seeing one previous issue int he mail list, i'm finding some issue here<BR>
<BR>
i'm using this commands<BR>
<BR>
    msg_apply_changes();<BR>
    set_body_multipart(,"2123894789_1257887457");<BR>
    msg_apply_changes();<BR>
    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");<BR>
    msg_apply_changes();<BR>
    sipt_destination($rU, 31, 4);<BR>
    sipt_set_calling($fU, 4, 0, 3);<BR>
    msg_apply_changes();<BR>
<BR>
before the record_route command, and when using sipt_destination($rU, 31, 4); i'm getting asegfault<BR>
<BR>
here you have the logs<BR>
could you please give me any clue about something i'm missing or doing wrong?<BR>
<BR>
thanks  alot and regards<BR>
david<BR>
<BR>
5(24552) DEBUG: <core> [parser/msg_parser.c:608]: parse_msg(): SIP Request:<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:610]: parse_msg():  method:  <INVITE><BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:612]: parse_msg():  uri:     <<A HREF="sip:34666988297@79.170.71.132:5060">sip:34666988297@79.170.71.132:5060</A>><BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:614]: parse_msg():  version: <SIP/2.0><BR>
 5(24552) DEBUG: <core> [parser/parse_via.c:1254]: parse_via_param(): Found param type 235, <rport> = <n/a>; state=6<BR>
 5(24552) DEBUG: <core> [parser/parse_via.c:1254]: parse_via_param(): Found param type 232, <branch> = <z9hG4bK7ma5t4FKS0SKa>; state=16<BR>
 5(24552) DEBUG: <core> [parser/parse_via.c:2642]: parse_via(): end of header reached, state=5<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:496]: parse_headers(): parse_headers: Via found, flags=2<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:498]: parse_headers(): parse_headers: this is the first via<BR>
 5(24552) DEBUG: <core> [receive.c:178]: receive_msg(): After parse_msg...<BR>
 5(24552) DEBUG: <core> [receive.c:221]: receive_msg(): preparing to run routing scripts...<BR>
 5(24552) DEBUG: maxfwd [mf_funcs.c:85]: is_maxfwd_present(): value = 65 <BR>
 5(24552) DEBUG: <core> [parser/parse_addr_spec.c:894]: parse_addr_spec(): end of header reached, state=10<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:173]: get_hdr_field(): DEBUG: get_hdr_field: <To> [49]; uri=[<A HREF="sip:34666988297@79.170.71.132:5060">sip:34666988297@79.170.71.132:5060</A>;user=phone] <BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:175]: get_hdr_field(): DEBUG: to body [<<A HREF="sip:34666988297@79.170.71.132:5060">sip:34666988297@79.170.71.132:5060</A>;user=phone><BR>
]<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:153]: get_hdr_field(): get_hdr_field: cseq <CSeq>: <94568362> <INVITE><BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:187]: get_hdr_field(): DEBUG: get_hdr_body : content_length=104<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:89]: get_hdr_field(): found end of header<BR>
 5(24552) DEBUG: <core> [parser/parse_addr_spec.c:172]: parse_to_param(): DEBUG: add_param: tag=5jBBFae4D90rg<BR>
 5(24552) DEBUG: <core> [parser/parse_addr_spec.c:894]: parse_addr_spec(): end of header reached, state=29<BR>
 5(24552) DEBUG: sanity [mod_sanity.c:248]: w_sanity_check(): sanity checks result: 1<BR>
 5(24552) DEBUG: siputils [checks.c:97]: has_totag(): no totag<BR>
 5(24552) DEBUG: <core> [socket_info.c:564]: grep_sock_info(): checking if host==us: 13==13 && [79.170.71.132] == [79.170.71.132]<BR>
 5(24552) DEBUG: <core> [socket_info.c:567]: grep_sock_info(): checking if port 5060 (advertise 0) matches port 5060<BR>
 5(24552) DEBUG: tm [t_lookup.c:1011]: t_check_msg(): DEBUG: t_check_msg: msg id=1 global id=0 T start=0xffffffffffffffff<BR>
 5(24552) DEBUG: tm [t_lookup.c:466]: t_lookup_request(): t_lookup_request: start searching: hash=46859, isACK=0<BR>
 5(24552) DEBUG: tm [t_lookup.c:424]: matching_3261(): DEBUG: RFC3261 transaction matching failed<BR>
 5(24552) DEBUG: tm [t_lookup.c:648]: t_lookup_request(): DEBUG: t_lookup_request: no transaction found<BR>
 5(24552) DEBUG: tm [t_lookup.c:1080]: t_check_msg(): DEBUG: t_check_msg: msg id=1 global id=1 T end=(nil)<BR>
 5(24552) DEBUG: tm [t_lookup.c:1312]: t_newtran(): DEBUG: t_newtran: msg id=1 , global msg id=1 , T on entrance=(nil)<BR>
 5(24552) DEBUG: tm [t_lookup.c:466]: t_lookup_request(): t_lookup_request: start searching: hash=46859, isACK=0<BR>
 5(24552) DEBUG: tm [t_lookup.c:424]: matching_3261(): DEBUG: RFC3261 transaction matching failed<BR>
 5(24552) DEBUG: tm [t_lookup.c:648]: t_lookup_request(): DEBUG: t_lookup_request: no transaction found<BR>
 5(24552) DEBUG: tm [t_hooks.c:358]: run_reqin_callbacks_internal(): DBG: trans=0x7fb3fb0c64e0, callback type 1, id 0 entered<BR>
 5(24552) DEBUG: <core> [md5utils.c:67]: MD5StringArray(): MD5 calculated: 5ea9736b3bdcf90a4c3043a5a492b31f<BR>
 5(24552) DEBUG: <core> [select.c:412]: run_select(): Calling SELECT 0x7fb404252ef8<BR>
 5(24552) INFO: Theseus-Test Call 69672589-67f5-4edd-8844-f6ad2ee5b208 / Call-ID 69672589-67f5-4edd-8844-f6ad2ee5b208: Call-ID = 69672589-67f5-4edd-8844-f6ad2ee5b208<BR>
 5(24552) DEBUG: app_lua [app_lua_api.c:643]: app_lua_run(): reload deactivated<BR>
 5(24552) DEBUG: app_lua [app_lua_api.c:644]: app_lua_run(): executing Lua function: [[allow_src_uri]]<BR>
 5(24552) DEBUG: app_lua [app_lua_api.c:645]: app_lua_run(): lua top index is: 4<BR>
 5(24552) DEBUG: app_lua [app_lua_sr.c:979]: lua_sr_pv_get(): pv get: $avp(s:call_obj)<BR>
 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar [$avp(s:call_obj)] found in cache<BR>
 5(24552) DEBUG: app_lua [app_lua_sr.c:979]: lua_sr_pv_get(): pv get: $ci<BR>
 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar [$ci] found in cache<BR>
 5(24552) DEBUG: app_lua [app_lua_sr.c:1101]: lua_sr_pv_sets(): pv set: $var(authorized)<BR>
 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar [$var(authorized)] found in cache<BR>
 5(24552) INFO: Theseus-Test Call 69672589-67f5-4edd-8844-f6ad2ee5b208 / Call-ID 69672589-67f5-4edd-8844-f6ad2ee5b208: Method INVITE from 79.170.64.130:5080 authorized<BR>
 5(24552) INFO: Theseus-Test Call 58825 / Call-ID 69672589-67f5-4edd-8844-f6ad2ee5b208: Object 58825 assigned to Call-ID 69672589-67f5-4edd-8844-f6ad2ee5b208<BR>
 5(24552) INFO: Theseus-Test Call 58825 / Call-ID 69672589-67f5-4edd-8844-f6ad2ee5b208: The call has been sent to RG 106406 <BR>
 5(24552) DEBUG: app_lua [app_lua_api.c:643]: app_lua_run(): reload deactivated<BR>
 5(24552) DEBUG: app_lua [app_lua_api.c:644]: app_lua_run(): executing Lua function: [[get_rg_info]]<BR>
 5(24552) DEBUG: app_lua [app_lua_api.c:645]: app_lua_run(): lua top index is: 4<BR>
 5(24552) DEBUG: app_lua [app_lua_sr.c:979]: lua_sr_pv_get(): pv get: $ci<BR>
 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar [$ci] found in cache<BR>
 5(24552) DEBUG: app_lua [app_lua_sr.c:979]: lua_sr_pv_get(): pv get: $avp(s:call_obj)<BR>
 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar [$avp(s:call_obj)] found in cache<BR>
 5(24552) DEBUG: app_lua [app_lua_sr.c:979]: lua_sr_pv_get(): pv get: $shv(flag_list)<BR>
 5(24552) DEBUG: <core> [pvapi.c:293]: pv_cache_add(): pvar [$shv(flag_list)] added in cache<BR>
 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID 69672589-67f5-4edd-8844-f6ad2ee5b208: RG 106406 attributes:<BR>
 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID 69672589-67f5-4edd-8844-f6ad2ee5b208: RG OUT 106406 description = PBX--NOC-TEST<BR>
 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID 69672589-67f5-4edd-8844-f6ad2ee5b208: RG OUT 106406 admin_status = 1<BR>
 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID 69672589-67f5-4edd-8844-f6ad2ee5b208: RG OUT 106406 cir_direction = 2<BR>
 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID 69672589-67f5-4edd-8844-f6ad2ee5b208: RG OUT 106406 ani_posttranslation = 0<BR>
 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID 69672589-67f5-4edd-8844-f6ad2ee5b208: RG OUT 106406 ani_posttranslation_table = 0<BR>
 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID 69672589-67f5-4edd-8844-f6ad2ee5b208: RG OUT 106406 posttranslation = 1<BR>
 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID 69672589-67f5-4edd-8844-f6ad2ee5b208: RG OUT 106406 posttranslation_table = 106384<BR>
 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID 69672589-67f5-4edd-8844-f6ad2ee5b208: RG OUT 106406 pound = 2<BR>
 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID 69672589-67f5-4edd-8844-f6ad2ee5b208: RG OUT 106406 gw_port = 5060<BR>
 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID 69672589-67f5-4edd-8844-f6ad2ee5b208: RG OUT 106406 custom_flags = None<BR>
 5(24552) DEBUG: app_lua [app_lua_sr.c:1101]: lua_sr_pv_sets(): pv set: $avp(s:description)<BR>
 5(24552) DEBUG: <core> [usr_avp.c:882]: parse_avp_ident(): Parsing 's:description'<BR>
 5(24552) DEBUG: <core> [pvapi.c:293]: pv_cache_add(): pvar [$avp(s:description)] added in cache<BR>
 5(24552) DEBUG: app_lua [app_lua_sr.c:1101]: lua_sr_pv_sets(): pv set: $avp(s:admin_status)<BR>
 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar [$avp(s:admin_status)] found in cache<BR>
 5(24552) DEBUG: app_lua [app_lua_sr.c:1101]: lua_sr_pv_sets(): pv set: $avp(s:cir_direction)<BR>
 5(24552) DEBUG: <core> [usr_avp.c:882]: parse_avp_ident(): Parsing 's:cir_direction'<BR>
 5(24552) DEBUG: <core> [pvapi.c:293]: pv_cache_add(): pvar [$avp(s:cir_direction)] added in cache<BR>
 5(24552) DEBUG: app_lua [app_lua_sr.c:1101]: lua_sr_pv_sets(): pv set: $avp(s:ani_posttranslation_table)<BR>
 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar [$avp(s:ani_posttranslation_table)] found in cache<BR>
 5(24552) DEBUG: app_lua [app_lua_sr.c:1101]: lua_sr_pv_sets(): pv set: $avp(s:posttranslation_table)<BR>
 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar [$avp(s:posttranslation_table)] found in cache<BR>
 5(24552) DEBUG: app_lua [app_lua_sr.c:1101]: lua_sr_pv_sets(): pv set: $avp(s:pound)<BR>
 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar [$avp(s:pound)] found in cache<BR>
 5(24552) DEBUG: app_lua [app_lua_sr.c:1101]: lua_sr_pv_sets(): pv set: $avp(s:gw_ip)<BR>
 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar [$avp(s:gw_ip)] found in cache<BR>
 5(24552) DEBUG: app_lua [app_lua_sr.c:1101]: lua_sr_pv_sets(): pv set: $avp(s:gw_port)<BR>
 5(24552) DEBUG: <core> [pvapi.c:321]: pv_cache_lookup(): pvar [$avp(s:gw_port)] found in cache<BR>
 5(24552) INFO: app_lua [app_lua_sr.c:96]: lua_sr_log(): Call 58825 / Call-ID 69672589-67f5-4edd-8844-f6ad2ee5b208: Custom flags = None<BR>
 5(24552) DEBUG: app_lua [app_lua_sr.c:979]: lua_sr_pv_get(): pv get: $shv(custom_flag_list)<BR>
 5(24552) DEBUG: <core> [pvapi.c:293]: pv_cache_add(): pvar [$shv(custom_flag_list)] added in cache<BR>
 5(24552) DEBUG: app_lua [app_lua_sr.c:979]: lua_sr_pv_get(): pv get: $shv(custom_flag_list_branch)<BR>
 5(24552) DEBUG: <core> [pvapi.c:293]: pv_cache_add(): pvar [$shv(custom_flag_list_branch)] added in cache<BR>
 5(24552) DEBUG: textopsx [textopsx.c:231]: msg_apply_changes_f(): SIP message content updated - reparsing<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:608]: parse_msg(): SIP Request:<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:610]: parse_msg():  method:  <INVITE><BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:612]: parse_msg():  uri:     <<A HREF="sip:34666988297@79.170.71.132:5060">sip:34666988297@79.170.71.132:5060</A>><BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:614]: parse_msg():  version: <SIP/2.0><BR>
 5(24552) DEBUG: <core> [parser/parse_via.c:1254]: parse_via_param(): Found param type 235, <rport> = <n/a>; state=6<BR>
 5(24552) DEBUG: <core> [parser/parse_via.c:1254]: parse_via_param(): Found param type 232, <branch> = <z9hG4bK7ma5t4FKS0SKa>; state=16<BR>
 5(24552) DEBUG: <core> [parser/parse_via.c:2642]: parse_via(): end of header reached, state=5<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:496]: parse_headers(): parse_headers: Via found, flags=2<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:498]: parse_headers(): parse_headers: this is the first via<BR>
 5(24552) DEBUG: textops [textops.c:1577]: set_multibody_helper(): delimiter<21>:[2123894789_1257887457]<BR>
 5(24552) DEBUG: <core> [parser/parse_addr_spec.c:894]: parse_addr_spec(): end of header reached, state=10<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:173]: get_hdr_field(): DEBUG: get_hdr_field: <To> [49]; uri=[<A HREF="sip:34666988297@79.170.71.132:5060">sip:34666988297@79.170.71.132:5060</A>;user=phone] <BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:175]: get_hdr_field(): DEBUG: to body [<<A HREF="sip:34666988297@79.170.71.132:5060">sip:34666988297@79.170.71.132:5060</A>;user=phone><BR>
]<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:153]: get_hdr_field(): get_hdr_field: cseq <CSeq>: <94568362> <INVITE><BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:187]: get_hdr_field(): DEBUG: get_hdr_body : content_length=104<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:89]: get_hdr_field(): found end of header<BR>
 5(24552) DEBUG: textops [textops.c:1486]: generate_boundary(): adding final CRLF+CRLF<BR>
 5(24552) DEBUG: textops [textops.c:1714]: set_multibody_helper(): content-type<48>:[multipart/mixed;boundary="2123894789_1257887457"]<BR>
 5(24552) DEBUG: textops [textops.c:1768]: set_multibody_helper(): set flag FL_BODY_MULTIPART<BR>
 5(24552) INFO: <core> [msg_translator.c:1692]: get_boundary(): Content-Type hdr has no params <application/sdp><BR>
 5(24552) WARNING: <core> [msg_translator.c:1958]: build_req_buf_from_sip_req(): check_boundaries error<BR>
 5(24552) DEBUG: <core> [msg_translator.c:422]: clen_builder(): content-length: 189 (189)<BR>
 5(24552) DEBUG: textopsx [textopsx.c:231]: msg_apply_changes_f(): SIP message content updated - reparsing<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:608]: parse_msg(): SIP Request:<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:610]: parse_msg():  method:  <INVITE><BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:612]: parse_msg():  uri:     <<A HREF="sip:34666988297@79.170.71.132:5060">sip:34666988297@79.170.71.132:5060</A>><BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:614]: parse_msg():  version: <SIP/2.0><BR>
 5(24552) DEBUG: <core> [parser/parse_via.c:1254]: parse_via_param(): Found param type 235, <rport> = <n/a>; state=6<BR>
 5(24552) DEBUG: <core> [parser/parse_via.c:1254]: parse_via_param(): Found param type 232, <branch> = <z9hG4bK7ma5t4FKS0SKa>; state=16<BR>
 5(24552) DEBUG: <core> [parser/parse_via.c:2642]: parse_via(): end of header reached, state=5<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:496]: parse_headers(): parse_headers: Via found, flags=2<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:498]: parse_headers(): parse_headers: this is the first via<BR>
 5(24552) ERROR: <core> [lvalue.c:345]: lval_pvar_assign(): non existing right pvar<BR>
 5(24552) ERROR: <core> [lvalue.c:405]: lval_assign(): assignment failed at pos: (390,18-390,44)<BR>
 5(24552) DEBUG: <core> [parser/parse_addr_spec.c:894]: parse_addr_spec(): end of header reached, state=10<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:173]: get_hdr_field(): DEBUG: get_hdr_field: <To> [49]; uri=[<A HREF="sip:34666988297@79.170.71.132:5060">sip:34666988297@79.170.71.132:5060</A>;user=phone] <BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:175]: get_hdr_field(): DEBUG: to body [<<A HREF="sip:34666988297@79.170.71.132:5060">sip:34666988297@79.170.71.132:5060</A>;user=phone><BR>
]<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:153]: get_hdr_field(): get_hdr_field: cseq <CSeq>: <94568362> <INVITE><BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:187]: get_hdr_field(): DEBUG: get_hdr_body : content_length=189<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:89]: get_hdr_field(): found end of header<BR>
 5(24552) DEBUG: textops [textops.c:1486]: generate_boundary(): adding final CRLF+CRLF<BR>
 5(24552) DEBUG: <core> [msg_translator.c:1719]: get_boundary(): boundary is <--2123894789_1257887457><BR>
 5(24552) DEBUG: <core> [msg_translator.c:1839]: check_boundaries(): last bondary without -- at the end<BR>
 5(24552) DEBUG: <core> [msg_translator.c:1639]: replace_body(): old size body[189] actual[319]<BR>
 5(24552) DEBUG: <core> [msg_translator.c:422]: clen_builder(): content-length: 319 (319)<BR>
 5(24552) DEBUG: textopsx [textopsx.c:231]: msg_apply_changes_f(): SIP message content updated - reparsing<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:608]: parse_msg(): SIP Request:<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:610]: parse_msg():  method:  <INVITE><BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:612]: parse_msg():  uri:     <<A HREF="sip:34666988297@79.170.71.132:5060">sip:34666988297@79.170.71.132:5060</A>><BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:614]: parse_msg():  version: <SIP/2.0><BR>
 5(24552) DEBUG: <core> [parser/parse_via.c:1254]: parse_via_param(): Found param type 235, <rport> = <n/a>; state=6<BR>
 5(24552) DEBUG: <core> [parser/parse_via.c:1254]: parse_via_param(): Found param type 232, <branch> = <z9hG4bK7ma5t4FKS0SKa>; state=16<BR>
 5(24552) DEBUG: <core> [parser/parse_via.c:2642]: parse_via(): end of header reached, state=5<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:496]: parse_headers(): parse_headers: Via found, flags=2<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:498]: parse_headers(): parse_headers: this is the first via<BR>
 5(24552) DEBUG: <core> [parser/parse_addr_spec.c:894]: parse_addr_spec(): end of header reached, state=10<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:173]: get_hdr_field(): DEBUG: get_hdr_field: <To> [49]; uri=[<A HREF="sip:34666988297@79.170.71.132:5060">sip:34666988297@79.170.71.132:5060</A>;user=phone] <BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:175]: get_hdr_field(): DEBUG: to body [<<A HREF="sip:34666988297@79.170.71.132:5060">sip:34666988297@79.170.71.132:5060</A>;user=phone><BR>
]<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:153]: get_hdr_field(): get_hdr_field: cseq <CSeq>: <94568362> <INVITE><BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:187]: get_hdr_field(): DEBUG: get_hdr_body : content_length=319<BR>
 5(24552) DEBUG: <core> [parser/parse_body.c:87]: get_boundary_param(): boundary is "2123894789_1257887457"<BR>
 5(24552) DEBUG: <core> [parser/msg_parser.c:89]: get_hdr_field(): found end of header<BR>
 5(24552) DEBUG: <core> [parser/parse_body.c:87]: get_boundary_param(): boundary is "2123894789_1257887457"<BR>
 5(24552) CRITICAL: <core> [data_lump.c:297]: del_lump(): offset + len exceeds message size (1176 + 51 > 1201)<BR>
35(24582) CRITICAL: <core> [pass_fd.c:275]: receive_fd(): EOF on 17<BR>
35(24582) DEBUG: <core> [tcp_main.c:3448]: handle_ser_child(): dead child 5, pid 24552 (shutting down?)<BR>
35(24582) DEBUG: <core> [io_wait.h:598]: io_watch_del(): DBG: io_watch_del (0xa2ae40, 17, -1, 0x0) fd_no=39 called<BR>
 0(24547) ALERT: <core> [main.c:739]: handle_sigs(): child process 24552 exited by a signal 6<BR>
 0(24547) ALERT: <core> [main.c:742]: handle_sigs(): core was not generated<BR>
 0(24547) INFO: <core> [main.c:754]: handle_sigs(): terminating due to SIGCHLD<BR>
 0(24547) DEBUG: <core> [main.c:756]: handle_sigs(): terminating due to SIGCHLD<BR>
34(24581) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
33(24580) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
32(24579) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
31(24578) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
30(24577) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
29(24576) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
28(24575) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
27(24574) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
26(24573) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
25(24572) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
24(24571) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
23(24570) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
22(24569) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
21(24568) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
20(24567) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
19(24566) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
18(24565) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
17(24564) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
16(24563) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
15(24562) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
14(24561) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
13(24560) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
12(24559) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
11(24558) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
10(24557) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
 9(24556) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
 8(24555) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
 7(24554) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
 6(24553) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
 4(24551) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
 3(24550) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
 2(24549) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
 1(24548) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
35(24582) INFO: <core> [main.c:809]: sig_usr(): signal 15 received<BR>
 0(24547) DEBUG: rtpengine [rtpengine.c:2014]: mod_destroy(): rtpengine_hash_table_destroy() success!<BR>
 0(24547) DEBUG: db_text [dbtext.c:110]: destroy(): destroy ...<BR>
 0(24547) DEBUG: tm [t_funcs.c:86]: tm_shutdown(): DEBUG: tm_shutdown : start<BR>
 0(24547) DEBUG: tm [t_funcs.c:89]: tm_shutdown(): DEBUG: tm_shutdown : emptying hash table<BR>
 0(24547) DEBUG: tm [h_table.c:127]: free_cell_helper(): freeing transaction 0x7fb3fb0c64e0 from h_table.c:449<BR>
 0(24547) DEBUG: tm [t_funcs.c:91]: tm_shutdown(): DEBUG: tm_shutdown : removing semaphores<BR>
 0(24547) DEBUG: tm [t_funcs.c:93]: tm_shutdown(): DEBUG: tm_shutdown : destroying tmcb lists<BR>
 0(24547) DEBUG: tm [t_funcs.c:96]: tm_shutdown(): DEBUG: tm_shutdown : done<BR>
 0(24547) INFO: <core> [sctp_core.c:53]: sctp_core_destroy(): SCTP API not initialized<BR>
 0(24547) DEBUG: <core> [mem/shm.c:174]: shm_core_lock_destroy(): destroying the shared memory lock<BR>
 0(24547) DEBUG: <core> [mem/shm.c:266]: shm_destroy_manager(): destroying memory manager: f_malloc<BR>
 0(24547) DEBUG: <core> [mem/pkg.c:89]: pkg_destroy_manager(): destroying memory manager: f_malloc<BR>
<BR>
</BODY>
</HTML>