[Freeswitch-users] How to dial out via Voipbuster ?

Henk Oegema pabx_freeswitch at telenet.be
Tue Jul 1 10:31:26 PDT 2008


On Tuesday 01 July 2008 17:52:59 Anthony Minessale wrote:
> try taking out the @voipbuster.com
>
> all you need is
> sofia/gateway/voipbuster/$1
>

I changed it to:

<!-- Dial though  Voipbuster gateway -->
    <extension name="voipbuster">
        <condition field="destination_number" expression="^(0031\d*})$">
	     <action application="bridge" data="sofia/gateway/voipbuster/$1"/>
	</condition>
    </extension>

but I'm still not successfull when dialing from internal extension 1000 to 003134464135x  (but I don't get the error NO ROUTE anymore )

freeswitch at ubuntu> sofia status
API CALL [sofia(status)] output:
                     Name	   Type	                              Data	State
=================================================================================================
                 internal	profile	  sip:mod_sofia at 192.168.1.101:5060	RUNNING (0)
                 external	profile	   sip:mod_sofia at 78.21.64.194:5080	RUNNING (0)
               voipbuster	gateway	     sip:henkoegema at voipbuster.com	REGED
                      nat	profile	   sip:mod_sofia at 78.21.64.194:5070	RUNNING (0)
                  default	  alias	                          internal	ALIASED
            192.168.1.101	  alias	                          internal	ALIASED
                 outbound	  alias	                          external	ALIASED
=================================================================================================
3 profiles 3 aliases

freeswitch at ubuntu> 2008-07-01 19:25:54 [NOTICE] switch_channel.c:533 switch_channel_set_name() New Channel sofia/internal/1000 at 192.168.1.101 [c2a2a05a-4792-11dd-88b8-7557dafe7bf1]
2008-07-01 19:25:54 [INFO] mod_dialplan_xml.c:222 dialplan_hunt() Processing 1000->0031344641353 at default
2008-07-01 19:25:54 [NOTICE] switch_core_state_machine.c:157 switch_core_standard_on_execute() Hangup sofia/internal/1000 at 192.168.1.101 [CS_EXECUTE] [NORMAL_CLEARING]
2008-07-01 19:25:54 [NOTICE] switch_core_session.c:753 switch_core_session_thread() Session 7 (sofia/internal/1000 at 192.168.1.101) Ended
2008-07-01 19:25:54 [NOTICE] switch_core_session.c:755 switch_core_session_thread() Close Channel sofia/internal/1000 at 192.168.1.101 [CS_HANGUP]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080701/cb642f1a/attachment-0002.html 


More information about the FreeSWITCH-users mailing list