Hi, I have a deltathree account and I can place calls but I can't receive calls. I use Grandstram sip phones. When I call my deltathree phone # the voicemail is answer :(( I need some help and solutions from the guys who allready are using deltathree. I search on Internet and I try all types of configurations... :( This is my configurations files: - sip.conf - [general] port = 5060 ; Port to bind to bindaddr = 0.0.0.0 ; Address to bind to context = internal ; Default for incoming calls tos=lowdelay disallow=all allow=ulaw allow=gsm allow=alaw register => 12047440600:1234@213.137.73.178/toti [iconnect] type=friend port=5060 username=12345678 secret=1234 host=213.137.73.178 dtmfmode=inband callerid="Chris Hariga"<2407440600> - extensions.conf - [general] static=yes writeprotect=yes ignorepat => 9 [globals] MYPHONENUMBER=12407440600 MYNAME=Chris HARIGA [incoming] exten => s,1,Answer() exten => s,1,Wait(0) exten => s,2,Dial(SIP/jim&SIP/jimoffice&SIP/sean&SIP/seanhome&SIP/chariga&SIP/nada&SIP/laurie&SIP/xten|40) exten => s,3,Voicemail,u100 [internal] ignorepat => 9 exten => toti,1,Dial(SIP/jim&SIP/jimoffice&SIP/sean&SIP/seanhome&SIP/chariga&SIP/nada&SIP/laurie&SIP/xten|40) exten => 0,1,Meetme,123 exten => _2.,1,SetCallerID(${MYPHONENUMBER}) exten => _2.,2,AbsoluteTimeout(6000) exten => _2.,3,Dial(SIP/${EXTEN:1}@iconnect,90,r) Best regards, Chris HARIGA -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031129/de9e2098/attachment.htm
firedude@shorelinuxsolutions.com
2003-Nov-29 06:26 UTC
[Asterisk-Users] Deltathree icomming problem
Take a look at John Todd's configuration files: http://www.loligo.com/asterisk There should be some iconnect stuff there as well. One of the things that I noticed from your sip.conf file is that you appear to be missing a register line in the [general] section. If you are behind Nat it should be register=yourphonenumber:yoursecret@natrelay.deltathree.com/yourphonenumber If your not behind Nat, just change natrelay to sipauth. This method works for me for incoming calls from iconnecthere. Just my 2 cents. I'm by no means an expert. I hope this provides you with some assistance. AJ On Sat, 29 Nov 2003, Chris HARIGA wrote:> Hi, > > I have a deltathree account and I can place calls but I can't receive calls. I use Grandstram sip phones. When I call my deltathree phone # the voicemail is answer :(( > I need some help and solutions from the guys who allready are using deltathree. I search on Internet and I try all types of configurations... :( > > This is my configurations files: > > - sip.conf - > > [general] > port = 5060 ; Port to bind to > bindaddr = 0.0.0.0 ; Address to bind to > context = internal ; Default for incoming calls > tos=lowdelay > disallow=all > allow=ulaw > allow=gsm > allow=alaw > > register => 12047440600:1234@213.137.73.178/toti > > [iconnect] > type=friend > port=5060 > username=12345678 > secret=1234 > host=213.137.73.178 > dtmfmode=inband > callerid="Chris Hariga"<2407440600> > > - extensions.conf - > > [general] > static=yes > writeprotect=yes > ignorepat => 9 > > [globals] > MYPHONENUMBER=12407440600 > MYNAME=Chris HARIGA > > [incoming] > exten => s,1,Answer() > exten => s,1,Wait(0) > exten => s,2,Dial(SIP/jim&SIP/jimoffice&SIP/sean&SIP/seanhome&SIP/chariga&SIP/nada&SIP/laurie&SIP/xten|40) > exten => s,3,Voicemail,u100 > > [internal] > ignorepat => 9 > exten => toti,1,Dial(SIP/jim&SIP/jimoffice&SIP/sean&SIP/seanhome&SIP/chariga&SIP/nada&SIP/laurie&SIP/xten|40) > exten => 0,1,Meetme,123 > exten => _2.,1,SetCallerID(${MYPHONENUMBER}) > exten => _2.,2,AbsoluteTimeout(6000) > exten => _2.,3,Dial(SIP/${EXTEN:1}@iconnect,90,r) > > > Best regards, > > Chris HARIGA >
Hi Chris, This is how my iconnect incomming is setup. register => 12047440600:1234@213.137.73.178/12047440600 in internal context I have exten => 12047440600,1,Dial(SIP/1000) Try simplifying your config first. Sathya From: "Chris HARIGA" <contact@techselesta.com> To: <asterisk-users@lists.digium.com> Subject: Re: [Asterisk-Users] Deltathree icomming problem Date: Sat, 29 Nov 2003 10:15:54 -0500 Reply-To: asterisk-users@lists.digium.com I'n not behind a NAT. I know the URL http://www.loligo.com/asterisk and I setup like there and is the same :(( I use sipauth.deltathree.com witch is the IP from my sip.conf :) Best regards, Chris HARIGA