[asterisk-dev] quotes in AEL for 1.6

Dmitry Andrianov dimas at dataart.com
Wed Aug 6 10:00:22 CDT 2008


http://bugs.digium.com/view.php?id=13249

However, I take my words back - it is not AEL issue. Looks like the Set() application has changed because translation of AEL => dialplan remains the same across 1.4-1.6.

Thanks.

PS: I know about the workaround using Set. The problem is updating of the huge dialplan :)

-----Original Message-----
From: asterisk-dev-bounces at lists.digium.com [mailto:asterisk-dev-bounces at lists.digium.com] On Behalf Of Steve Murphy
Sent: Wednesday, August 06, 2008 6:35 PM
To: Asterisk Developers Mailing List
Subject: Re: [asterisk-dev] quotes in AEL for 1.6

On Wed, 2008-08-06 at 13:09 +0400, Dmitry Andrianov wrote:
> Hello.
>
> Is there a document explaining changes in AEL for 1.6?
>
> I looked at UPGRADE.txt and found only two items there neither of
> which is related to what I see.
>
>
>
> What I see is that
>
>                 CALLERID(name) = “Skip this”;
>
>
>
> Results in
>
>
>
> From: ""Skip this"" <sip:xxxxxxxxxxx at 1.2.3.4>;tag=as1539ede1
>
>
>
> In the SIP INVITE header. Note the double quotes. As result, my phone
> (Aastra 57i) rejects the call with 400 Bad Request. On 1.4 it was
> working fine.
>
> I’m interested in learning what else will I need to update in my
> dialplan (100% AEL).


Dmitry--

Looks like a problem worthy of a bug being filed. If you file it, I'll see what I can do for you. In the meantime, you can you say:

Set(CALLERID(name)=Skip this);

instead. Remember to NOT use spaces in the Set call, unless you want the space to end up in the data, or the name itself.


murf


--
Steve Murphy
Software Developer
Digium


More information about the asterisk-dev mailing list