[SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-05 Thread Sid Mason
Hi We are receiving error on CANCEL request from client that is supposed to be relayed to an Asterisk Server: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found Any help on this is much appreciated. below is the log: Regards Sid 0(6351) DEBUG:

[SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-07 Thread Sid Mason
Hi, Below is the SIP record captured using NGREP: http://pastebin.com/hUqP56fw Regards ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-us

[SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-07 Thread Sid Mason
Hi, Below is the SIP record captured using NGREP Regards U 2016/02/07 20:20:06.054910 90.X.X.68:25189 -> 10.1.4.23:5060 INVITE sip:0031651022...@voip.system.com SIP/2.0. Via: SIP/2.0/UDP 10.1.10.11:51106 ;branch=z9hG4bK-d8754z-17160a2503261a6b-1---d8754z-;rport. Max-Forwards: 70. Contact: . To

Re: [SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-05 Thread Daniel-Constantin Mierla
Hello, what is the version of kamailio you are using? Can you show incoming INVITE and CANCEL as well as outgoing INVITE for such call? You can replace IPs and other sensitive data with some other values. Do you get it for all CANCEL requests or only for some of them? Cheers, Daniel On 05/02/1

Re: [SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-06 Thread Sid Mason
Hi, Thanks a lot for the reply, It means a lot to as I am stuck on this issue. I'm not sure if attachment works here or not. I will paste the log in paste bin: http://pastebin.com/0w6a8iTB Regards ___ SIP Express Router (SER) and Kamailio (OpenSER

Re: [SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-07 Thread Daniel-Constantin Mierla
Hello, but that is the syslog output for kamailio, which is good to have, however, I wanted to have the network traffic, you can take it with: ngrep -d any -qt -W byline "sip" port 5060 Cheers, Daniel On 06/02/16 21:16, Sid Mason wrote: > Hi, > > Thanks a lot for the reply, It means a lot to as

Re: [SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-07 Thread Daniel-Constantin Mierla
Hello, do you have an action like: append_hf("Remote-Party-ID: ..."); in kamailio.cfg? Can you paste all that action here? Cheers, Daniel On 07/02/16 13:36, Sid Mason wrote: > Hi, > > Below is the SIP record captured using NGREP: > > http://pastebin.com/hUqP56fw > > Regards > > >

Re: [SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-18 Thread Sid Mason
); # rewrite Destinatin URI #$du= $au + "@10.1.4.22:5060"; # Add Remote-Party-ID to header append_hf("Remote-Party-ID: \"$au\" ;party=calling;privacy=off;screen=no"); xlog("L_INFO","route[TOASTERISK]: [$fU@$si:$sp]{$rm} From Outside Wor

Re: [SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-18 Thread Daniel-Constantin Mierla
10.1.4.22:5060>"; > # Add Remote-Party-ID to header > append_hf("Remote-Party-ID: \"$au\" > ;party=calling;privacy=off;screen=no"); > xlog("L_INFO","route[TOASTERISK]: [$fU@$si:$sp]{$rm} From Outside > World to Asterisk Box $du\n"); >

Re: [SR-Users] Error or Bug: [t_msgbuilder.c:490]: build_local_reparse(): ERROR: build_local_reparse: HDR_EOH_T was not found

2016-02-19 Thread Sid Mason
reen=no"); > xlog("L_INFO","route[TOASTERISK]: [$fU@$si:$sp]{$rm} From Outside World > to Asterisk Box $du\n"); > rtpproxy_manage("cawei"); > > route(RELAY); > exit; > } > > Regards > > > Subject: Re: [SR-Users] Error or Bug: [t_