Richard Branham
2004-Oct-25 06:53 UTC
[Asterisk-Users] Vonage Softphone--outbound calls work, inbound do not
I have successfully installed and configured a HandyTone 286 and can send
and receive calls between the console and the HT adapter. I have also
registered with the Vonage server (via a softphone account) and can place
calls from the HT phone to my cellphone (or any other number) through the
Vonage account. However, I'm unable to call my Vonage softphone number and
have it ring the HT phone. I expect to see debug messages in the Asterisk
console, but I don't see those either. Here are my entire sip.conf and
extensions.conf files. Any assistance you can lend is greatly appreciated.
sip.conf:
[general]
port=5060
;bindaddr=0.0.0.0
bindaddr=192.168.1.104
context=default
register =>
<VonageNumber>:<VonagePassword>@sphone.vopr.vonage.net:5061/3333
[1111]
type=friend
username=1111
secret=password
defaultip=192.168.1.103
host=dynamic
disallow=all
allow=ulaw
allow=alaw
[<VonageNumber>]
type=friend
username=<VonageNumber>
secret=<VonagePassword>
host=sphone.vopr.vonage.net
port=5061
maxexpirey=15
dtmfmode=inband
fromuser=VonageNumber
fromdomain=sphone.vopr.vonage.net
canreinvite=no
nat=no
context=default
disallow=all
allow=all
extensions.conf:
[general]
static=yes
writeprotect=no
[local]
include => default
[default]
exten => s,1,Answer
;exten => s,2,VoicemailMain
exten => 2222,1,Dial(SIP/1111)
exten => 2222,2,Hangup
exten => 9999,1,Answer
exten => 9999,2,VoicemailMain
exten => <VonageNumber>,1,Answer
exten => <VonageNumber>,2,Dial(SIP/1111)
exten => _9.,1,Dial(SIP/${EXTEN:1}@<VonageNumber>,30,r)
adria vidal
2004-Oct-25 08:30 UTC
[Asterisk-Users] Vonage Softphone--outbound calls work, inbound do not
El 25/10/2004, a las 15:53, Richard Branham escribi?:> register => > <VonageNumber>:<VonagePassword>@sphone.vopr.vonage.net:5061/3333Maybe your incoming calls are going to a non existent number in your system 3333 ??? try register => <VonageNumber>:<VonagePassword>@sphone.vopr.vonage.net:5061/1111 ?????????????????????? Adri? Vidal
Richard Branham
2004-Oct-25 09:36 UTC
[Asterisk-Users] Vonage Softphone--outbound calls work, inbound do not
I added the following 2 lines to extensions.conf. Should these lines handle the incoming calls to extension 3333? exten => 3333,1,Answer exten => 3333,2,Dial(SIP/1111) I turned on sip debugging and can see the call in Asterisk. I also see some lines like this: From: <sip:16789350121@sphone.vopr.vonage.net>;tag=as21a15658 To: <sip:16789350121@sphone.vopr.vonage.net> Would this mean that the call is coming in on the Vonage line and an attempt is being made to bridge the call back to the Vonage line? -- > El 25/10/2004, a las 15:53, Richard Branham escribi?: > > > register => > > <VonageNumber>:<VonagePassword>@sphone.vopr.vonage.net:5061/3333 > > Maybe your incoming calls are going to a non existent number in your > system 3333 ??? > > try > > > register => > <VonageNumber>:<VonagePassword>@sphone.vopr.vonage.net:5061/1111 > > > ? > Adri? Vidal > > > > > >
Probably since there are so many SIP devices out there now and only a couple IAX. In the future it is an awsome replacement. ----- Original Message ----- From: "Matt Riddell" <matt.riddell@sineapps.com> To: "Asterisk Users Mailing List - Non-Commercial Discussion" <asterisk-users@lists.digium.com> Sent: Friday, October 29, 2004 7:57 PM Subject: Re: [Asterisk-Users] Suggestion re: SIP/NAT/*> --SNIP ALL-- > IAX is no adequate replacement option for SIP either. > --SNIP ALL-- > > What?! How on earth could you come to that conclusion?! > > -- > Cheers, > > Matt Riddell > _______________________________________________ > > http://www.sineapps.com/news.php (Daily Asterisk News - html) > http://www.sineapps.com/rssfeed.php (Daily Asterisk News - rss) > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >