[Freeswitch-users] GotoIf

Brian West brian at freeswitch.org
Fri Oct 3 07:30:47 PDT 2008


Might want to try this:

<condition field="destination_number" expression="^2020$"  
break="never"/>

Otherwise it's gonna stop trying and never get to the second condition.

/b

On Oct 3, 2008, at 8:17 AM, Anthony Minessale wrote:

>
> <extension name="2020">
>      <condition field="destination_number" expression="^2020$"/>
>      <condition field="${caller_id_number}"  expression="2000">
>        <action application="bridge" data="sofia/internal/9999@$$ 
> {domain}"/>
>      </condition>
>      <condition field="${caller_id_number}"  expression="2002">
>        <action application="bridge" data="sofia/internal/2004@$$ 
> {domain}"/>
>      </condition>
>    </extension>





More information about the FreeSWITCH-users mailing list