<br><br><div class="gmail_quote">On Wed, Sep 1, 2010 at 11:33 PM, xduvox <span dir="ltr">&lt;<a href="mailto:xduvox@gmail.com">xduvox@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<br>
Thanks David for your help<br>
now the quintum is registered, i use the user 1008 that is already created<br>
in FS<br>
<br>
so i have done some test call<br>
1. when i call 1008 quintum see the call but i got an error(503)<br>
NORMAL_TEMPORARY_FAILURE, quintum see the call but cant proccess because  i<br>
have not sent the real number to call<br>
<br>
2 i have this just to test a call<br>
&lt;extension name=&quot;Test Test&quot;&gt;<br>
                &lt;condition field=&quot;destination_number&quot; expression=&quot;^(015555306078)$&quot;&gt;<br>
                        &lt;action application=&quot;bridge&quot;<br>
data=&quot;user/internal/1008%${domain_name}^$1&quot;/&gt;<br></blockquote><div>This syntax seems to be incorrect. You probably just want this:<br>data=&quot;user/1008^$1&quot;<br><br>The &quot;user&quot; channel figures out the SIP contact string for you so that you don&#39;t have to do a crazy dialstring. Check out this page for more hints on how to construct a sofia dialstring:<br>
<br><a href="http://wiki.freeswitch.org/wiki/Dialplan_XML#SIP-Specific_Dialstrings">http://wiki.freeswitch.org/wiki/Dialplan_XML#SIP-Specific_Dialstrings</a><br><br>-MC<br></div></div>