[Freeswitch-users] how to register a gateway to freeswitch

Michael Collins msc at freeswitch.org
Thu Sep 2 00:21:23 PDT 2010


On Wed, Sep 1, 2010 at 11:33 PM, xduvox <xduvox at gmail.com> wrote:

>
> Thanks David for your help
> now the quintum is registered, i use the user 1008 that is already created
> in FS
>
> so i have done some test call
> 1. when i call 1008 quintum see the call but i got an error(503)
> NORMAL_TEMPORARY_FAILURE, quintum see the call but cant proccess because  i
> have not sent the real number to call
>
> 2 i have this just to test a call
> <extension name="Test Test">
>                <condition field="destination_number"
> expression="^(015555306078)$">
>                        <action application="bridge"
> data="user/internal/1008%${domain_name}^$1"/>
>
This syntax seems to be incorrect. You probably just want this:
data="user/1008^$1"

The "user" channel figures out the SIP contact string for you so that you
don't have to do a crazy dialstring. Check out this page for more hints on
how to construct a sofia dialstring:

http://wiki.freeswitch.org/wiki/Dialplan_XML#SIP-Specific_Dialstrings

-MC
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20100902/8bccde8b/attachment.html 


More information about the FreeSWITCH-users mailing list