[Home]

Summary:ASTERISK-15038: spaces in caller id name cause unexpected behavior
Reporter:Ernesto Ongaro (ernestoongaro)Labels:
Date Opened:2009-10-26 17:02:58Date Closed:2011-06-07 14:07:52
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Core/Channels
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:I had a line like this in my 1.2 box (recently upgraded to 1.4.26.2):
exten => s,n,Set(CALLERID(num)=Outside Caller)
==
It worked OK until the upgrade, after the upgrade I was getting these warnings:

[Oct 26 13:52:41] WARNING[20496]: chan_sip.c:7053 determine_firstline_parts: Bad request protocol Caller@192.168.168.1 SIP/2.0
==
Apparently the URI is replaced with the part after the space..I've removed the space (OutsideCaller) and everything is fine. The issue seemed to become apparent when you placed the call on hold (on an SPA-942). The call would disappear from the phone (prob because the URI was bad)
Comments:By: Elazar Broad (ebroad) 2009-10-26 17:06:24

What happens of you try the following:
Set(CALLERID(num)="Outside Caller")

By: Leif Madsen (lmadsen) 2009-11-10 09:19:11.000-0600

I'm closing this as a configuration issue. Please discuss on the asterisk-users list should you have any further problems. Thanks!