[Freeswitch-users] Dialplan translation to FS.

Henk Oegema pabx_freeswitch at telenet.be
Thu Aug 14 09:52:35 PDT 2008


On Thursday 14 August 2008 17:11:55 Brian West wrote:
>      <extension name="example">
>        <condition field="destination_number" expression="^9(.*)$">
>          <action application="bridge" data="sofia/profile/$1"/>
>        </condition>
>      </extension>
>
>
> But this requires me to know what SIP/2001/ is.
>

2001 is the registered directory number of the GSM gateway in FS..

So when I dial 904761234, that number(without the 9) should be received by 
2001, who in its turn dials the GSM network.

>
> On Aug 14, 2008, at 10:07 AM, Henk Oegema wrote:
> > I still haven't been able to do this in FS:    :-(
> >
> > exten => _9X.,1,Dial(SIP/2001/${EXTEN:1})
> > exten => _9X.,n,Congestion()




More information about the FreeSWITCH-users mailing list