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 _______________________________________________ Freeswitch-users mailing list [email protected] http://lists.freeswitch.org/mailman/listinfo/freeswitch-users UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users http://www.freeswitch.org
