<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On 23 September 2014 15:04, Rusty Newton <span dir="ltr"><<a href="mailto:rnewton@digium.com" target="_blank">rnewton@digium.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><span class="">On Mon, Sep 22, 2014 at 9:43 AM, Ishfaq Malik <<a href="mailto:ish@pack-net.co.uk">ish@pack-net.co.uk</a>> wrote:<br>
> Hi Guys<br>
><br>
> I'm using asterisk 1.8.23.1<br>
><br>
> When I add a SIP Header from inside the extensions.conf<br>
> (SIPAddHeader(Alert-Info:<<a href="http://www.notused.com" target="_blank">http://www.notused.com</a>>\;info=alert-internal\;x-line-id=0)<br>
> ) it works fine.<br>
><br>
> When I try to do the same thing from within a database table, all of the<br>
> string apart from x-line-id=0 gets ignored. I've tried escaping the<br>
> semicolon and not escaping it and the result is always the same, just the<br>
> last part of the full string is expressed.<br>
><br>
> Some of the ways that I have tried to enter the string are below:<br>
> appdata='Alert-Info:<<a href="http://www.notused.com" target="_blank">http://www.notused.com</a>>\\;info=alert-internal\\;x-line-id=0'<br>
> appdata='Alert-Info:<<a href="http://www.notused.com" target="_blank">http://www.notused.com</a>>;info=alert-internal;x-line-id=0'<br>
> appdata='Alert-Info:<<a href="http://www.notused.com" target="_blank">http://www.notused.com</a>>\\\\;info=alert-internal\\\\;x-line-id=0'<br>
><br>
> Does anyone know the correct format to store this in a DB table for it to be<br>
> expressed correctly? I'm using MySQL.<br>
<br>
</span>There is an existing report filed here:<br>
<a href="https://issues.asterisk.org/jira/browse/ASTERISK-19254" target="_blank">https://issues.asterisk.org/jira/browse/ASTERISK-19254</a><br>
<br>
You can try Walter's suggestion on the issue and report back whether<br>
it works or not.<br>
<span class=""><font color="#888888"><br><br></font></span></blockquote>Hi<div><br></div><div>Replacing the ; with ^3B and removing the \ so column  data looks like:</div><div><br></div><div>Alert-Info:<<a href="http://www.notused.com">http://www.notused.com</a>>^3Binfo=alert-internal^3Bx-line-id=0<br></div><div><br></div><div>works perfectly.</div><div><br></div><div>Thanks for the help. </div></div><br>Ish<br clear="all"><div><br></div>-- <br><div dir="ltr"><pre>Ishfaq Malik 
Department: VOIP Support
Company: Packnet Limited
t: +44 (0)845 004 4994
f: +44 (0)161 660 9825
e: <a href="mailto:ish@pack-net.co.uk" target="_blank">ish@pack-net.co.uk</a>
w: <a href="http://www.pack-net.co.uk" target="_blank">http://www.pack-net.co.uk</a>

Registered Address: PACKNET LIMITED, Duplex 2, Ducie House
37 Ducie Street 
Manchester, M1 2JW
COMPANY REG NO. 04920552
</pre></div>
</div></div>