[Asterisk-Users] Deltathree icomming problem
firedude at shorelinuxsolutions.com
firedude at shorelinuxsolutions.com
Sat Nov 29 06:26:31 MST 2003
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 at 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 at 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
>
More information about the asterisk-users
mailing list