<html><head><meta name="qrichtext" content="1" /></head><body style="font-size:10pt;font-family:Sans Serif">
<p>On Tuesday 01 July 2008 17:52:59 Anthony Minessale wrote:</p>
<p>> try taking out the @voipbuster.com</p>
<p>></p>
<p>> all you need is</p>
<p>> sofia/gateway/voipbuster/$1</p>
<p>></p>
<p></p>
<p>I changed it to:</p>
<p></p>
<p><!-- Dial though Voipbuster gateway --></p>
<p> <extension name="voipbuster"></p>
<p> <condition field="destination_number" expression="^(0031\d*})$"></p>
<p>         <action application="bridge" data="sofia/gateway/voipbuster/$1"/></p>
<p>        </condition></p>
<p> </extension></p>
<p></p>
<p>but I'm still not successfull when dialing from internal extension 1000 to 003134464135x (but I don't get the error NO ROUTE anymore )</p>
<p></p>
<p>freeswitch@ubuntu> sofia status</p>
<p>API CALL [sofia(status)] output:</p>
<p> Name         Type         Data        State</p>
<p>=================================================================================================</p>
<p> internal        profile         sip:mod_sofia@192.168.1.101:5060        RUNNING (0)</p>
<p> external        profile         sip:mod_sofia@78.21.64.194:5080        RUNNING (0)</p>
<p> voipbuster        gateway         sip:henkoegema@voipbuster.com        REGED</p>
<p> nat        profile         sip:mod_sofia@78.21.64.194:5070        RUNNING (0)</p>
<p> default         alias         internal        ALIASED</p>
<p> 192.168.1.101         alias         internal        ALIASED</p>
<p> outbound         alias         external        ALIASED</p>
<p>=================================================================================================</p>
<p>3 profiles 3 aliases</p>
<p></p>
<p>freeswitch@ubuntu> 2008-07-01 19:25:54 [NOTICE] switch_channel.c:533 switch_channel_set_name() New Channel sofia/internal/1000@192.168.1.101 [c2a2a05a-4792-11dd-88b8-7557dafe7bf1]</p>
<p><span style="font-weight:600">2008-07-01 19:25:54 [INFO] mod_dialplan_xml.c:222 dialplan_hunt() Processing 1000->0031344641353@default</span></p>
<p>2008-07-01 19:25:54 [NOTICE] switch_core_state_machine.c:157 switch_core_standard_on_execute() Hangup sofia/internal/1000@192.168.1.101 [CS_EXECUTE] [NORMAL_CLEARING]</p>
<p>2008-07-01 19:25:54 [NOTICE] switch_core_session.c:753 switch_core_session_thread() Session 7 (sofia/internal/1000@192.168.1.101) Ended</p>
<p>2008-07-01 19:25:54 [NOTICE] switch_core_session.c:755 switch_core_session_thread() Close Channel sofia/internal/1000@192.168.1.101 [CS_HANGUP]</p>
<p></p>
<p></p>
</body></html>