<br><br><div class="gmail_quote">On Tue, Jan 12, 2010 at 3:08 PM, Brian Engert <span dir="ltr">&lt;<a href="mailto:lart2150@gmail.com">lart2150@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I&#39;m trying to set a channel variable with a space in it when I run the<br>
originate command.  The command only seems to work when I escape the<br>
space with a \ however that backspace get&#39;s passed on.  Some examples<br>
are<br>
<br>
originate {fax_ident=1231231234,fax_header=testing\<br>
spaces}sofia/gateway/outbound.fax/1004 &amp;txfax(/tmp/fax.tiff)<br>
originate {fax_ident=1231231234,fax_header=testing<br>
spaces}sofia/gateway/outbound.fax/1004 &amp;txfax(/tmp/fax.tiff)<br>
<br>
The first one will go through just fine but the fax at the other end<br>
gets &quot;testing\ spaces&quot; the second one gives me<br>
&quot;2010-01-12 16:35:18.41325 [ERR] switch_ivr_originate.c:990 Parse Error!&quot;<br>
<br>
I think this could also be done as a profile but I would rather do it<br>
from the call.  I&#39;ve looked around the wiki and have not seen any<br>
examples that use a space when doing the originate call.<br>
<br></blockquote><div>I&#39;ll give you the answer if you promise to put it into the wiki. ;)<br><br>Okay, use single quotes like this:<br><br>originate {fax_ident=1231231234,fax_header=&#39;testing spaces&#39;}sofia/gateway/outbound.fax/1004 &amp;txfax(/tmp/fax.tiff)<br>
<br>-MC<br></div></div><br>