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

Anthony Minessale anthony.minessale at gmail.com
Tue Jul 1 08:52:59 PDT 2008


try taking out the @voipbuster.com

all you need is
sofia/gateway/voipbuster/$1

On Tue, Jul 1, 2008 at 10:49 AM, Henk Oegema <pabx_freeswitch at telenet.be>
wrote:

> I have created a gateway to Voipbuster in
> conf/sip_profiles/external/voipbuster.xml:
>
> <include>
>  <gateway name="voipbuster">
>  <param name="username" value="henkoegema"/>
>  <param name="realm" value="voipbuster.com"/>
>  <param name="from-user" value="003216980xxx"/>
>  <param name="password" value="xxxxxx"/>
>  <param name="extension" value="1000"/>
>  </gateway>
> </include>
>
> I suppose this is correct since I can register with Voipbuster:
>
> 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<sip%3Ahenkoegema 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
>
>
> Then I added the following lines to conf/dialplan/default.xml
>
> <!-- Dial though  Voipbuster gateway -->
> <extension name="voipbuster">
>    <condition field="destination_number" expression="^(0031\d*})$">
>             <action application="bridge"
> data="sofia/gateway/voipbuster/$1 at voipbuster.com"/>
>        </condition>
> </extension>
>
>
> Something is still not correct: Get always busy tone when I dial
> 003134464135x
> (?)  No Route !!
>
> 2008-07-01 17:47:21 [INFO] switch_core_state_machine.c:114
> switch_core_standard_on_routing() No Route, Aborting
>
> What am I doing wrong ?
>
> Thanks
> Henk
>
>
>
> _______________________________________________
> Freeswitch-users mailing list
> Freeswitch-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org
>



-- 
Anthony Minessale II

FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/

AIM: anthm
MSN:anthony_minessale at hotmail.com <MSN%3Aanthony_minessale at hotmail.com>
GTALK/JABBER/PAYPAL:anthony.minessale at gmail.com<PAYPAL%3Aanthony.minessale at gmail.com>
IRC: irc.freenode.net #freeswitch

FreeSWITCH Developer Conference
sip:888 at conference.freeswitch.org <sip%3A888 at conference.freeswitch.org>
iax:guest at conference.freeswitch.org/888
googletalk:conf+888 at conference.freeswitch.org<googletalk%3Aconf%2B888 at conference.freeswitch.org>
pstn:213-799-1400
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20080701/7e5bb3f8/attachment-0002.html 


More information about the FreeSWITCH-users mailing list