[Freeswitch-users] Help with call forwarding

Diego Viola diego.viola at gmail.com
Wed Aug 13 13:32:52 PDT 2008


I just added NO_ROUTE_DESTINATION in continue_on_fail and it works now.

If I remove the <action application="set"
data="continue_on_fail=NORMAL_TEMPORARY_FAILURE,USER_BUSY,NO_ANSWER,NO_ROUTE_DESTINATION"/>
works as well =D

Thanks everyone, FS rocks! =D

Diego

On Wed, Aug 13, 2008 at 4:04 PM, Diego Viola <diego.viola at gmail.com> wrote:
> Hi everyone,
>
> I'm trying to do call forwarding in FS, this is what I have in my
> default dialplan:
>
> <extension name="10000">
> <condition field="destination_number" expression="^10000$">
> <action application="set" data="call_timeout=10"/>
> <action application="set" data="continue_on_fail=true"/>
> <action application="set"
> data="continue_on_fail=NORMAL_TEMPORARY_FAILURE,USER_BUSY,NO_ANSWER"/>
> <action application="bridge" data="sofia/internal/scot.clausing"/>
> <action application="bridge" data="sofia/gateway/teliax/blah"/>
> </condition>
> </extension>
>
> Whenever I dial 10000, I get a NO_ROUTE_DESTINATION error message
> because the UA is not registered.  If I add NO_ROUTE_DESTINATION to
> the continue_on_fail line, it doesn't work too.
>
> I need it to pass to the next call even if the UA (scot.clausing) is
> not registered, or if there is no route to destination.
>
> Thanks,
>
> Diego
>




More information about the FreeSWITCH-users mailing list