[Asterisk-Users] budgetphone

Michiel van Baak michiel at vanbaak.info
Fri Mar 4 10:53:06 MST 2005


Hi all,

I registered a SIP account at budgetphone.nl/talkin2ya.nl
Receiving calls works like a charm, I even redirected my
normal PSTN number to the number I got from them so
everything ends up in my * server.
Before I ask them to take over my normal phone number I
wanted to test all of it, so I ordered some calling minutes
to test. Now I cannot get outbound calling to work with
them. Anyone here knows how to set it up ?

Some more info:
Asterisk CVS-HEAD as of 15-02-2005

My sip.conf

[general]
context=from-sip
realm=vanbaak
port=5060
bindaddr=0.0.0.0
srvlookup=yes
maxexpirey=3600
defaultexpirey=120
musicclass=default
allow=all
language=en
relaxdtmf=yes
rtptimeout=60
rtpholdtimeout=300
;trustrpid = no
;progressinband=no
useragent=Asterisk
nat=no
externip=XXX.XXX.XXX.XXX
localnet=192.168.2.0/255.255.255.0
promiscredir = no
register => 7304502:my_sipgate_pass at sipgate.de/7304502
register => 31557110304:my_budgetphone_pass at budgetphone.nl/557110304
register => mvanbaak:my_nikotel_pass at calamar0.nikotel.com

[7304502]
type=friend
context=from-sipgate
host=sipgate.de
username=7304502
secret=my_sipgate_pass
nat=yes
canreinvite=no
insecure=very

[31557110304]
type=friend
context=from-budgetphone
host=sip.budgetphone.nl
username=31557110304
secret=my_budgetphone_pass
qualify=yes
nat=yes
canreinvite=no
insecure=very

[nikotel]
secret=my_nikotel_pass
username=mvanbaak
fromuser=mvanbaak
type=peer
context=from-nikotel
host=calamar0.nikotel.com
canreinvite=no
nat=yes 

...some more entries for sip phones/softphones follow, they
all work...

the dial statement in my extensions.conf

[outgoing-budgetphone]
exten => _0XXXXXXXXX,1,SetAccount(outgoing-budgetphone)
exten => _0XXXXXXXXX,2,SetCallerID(31557110304)
exten => _0XXXXXXXXX,3,Dial(SIP/31557110304/${EXTEN})
exten => _0XXXXXXXXX,4,Congestion
exten => _0XXXXXXXXX,104,Busy

And this is wat I get on the CLI when I call my cellphone:

    -- Executing SetAccount("SIP/michiel-d5bd", "outgoing-budgetphone") in new stack
    -- Executing SetCallerID("SIP/michiel-d5bd", "31557110304") in new stack
    -- Executing Dial("SIP/michiel-d5bd", "SIP/31557110304/06XXXXXXXXX") in new stack
    -- Called 31557110304/06XXXXXXXXX
Mar  4 18:51:11 WARNING[4529]: chan_sip.c:6830 handle_response: Forbidden - wrong password on authentication for INVITE to '"31557110304" <sip:31557110304 at 80.126.97.99>;tag=as0ccbacfe'
    -- SIP/31557110304-5857 is circuit-busy
  == Everyone is busy/congested at this time
    -- Executing Busy("SIP/michiel-d5bd", "") in new stack
  == Spawn extension (internal, 06XXXXXXXXX, 104) exited non-zero on 'SIP/michiel-d5bd'
    -- Got SIP response 483 "Too many hops" back from 81.23.228.150

I tripple checked my password, and I am sure it is correct.

What to do ?

-- 
Michiel van Baak
http://lunteren.vanbaak.info
michiel at vanbaak.info
GnuPG key: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x7E0B9A2D

"Two of the most famous products of Berkeley are LSD and BSD. I don't think that this is a coincidence."




More information about the asterisk-users mailing list