[Spce-user] Inbound Calls failing - Call Code 200

Andreas Granig agranig at sipwise.com
Wed Sep 4 17:23:31 EDT 2013


Hi,

On 09/03/2013 07:11 PM, Anthony Brockey wrote:
> Sep  3 13:04:01 sipproxy2 /usr/sbin/kamailio[1993]: ERROR: <core>
> [parser/parse_from.c:81]: ERROR:parse_from_header: bad from header ["NEW
> FRONTIER MD" <sip:NEW FRONTIER MD at 67.20.47.64>;tag=80890-17C2]
>
> Sep  3 13:04:01 sipproxy2 /usr/sbin/kamailio[1993]: ERROR: uac
> [replace.c:671]: failed to find/parse FROM hdr
>

There you go. "NEW FRONTIER MD" is not a valid From username, according 
to the SIP standard. Spaces would need to be encoded, like 
"NEW%20FRONTIER%20MD".

I guess you configured some peer/domain/user preference to put the 
received display-name into the From-username, right? This is probably a 
bad idea (as you can see above), I'm just thinking though if we could 
handle this more gracefully by properly encoding the received display 
name before putting it into From-username.

Andreas




More information about the Spce-user mailing list