Under your sip.conf change to this:

[8006]
type=friend
host=dynamic
auth=md5
secret=1234
dtmfmode=rfc2833
context=sip
callerid=8006
[EMAIL PROTECTED]

The key is auth=md5

I have set a few of my buddies who use to have packet8 on my asterisk
box just fine.

Erik

On Fri, 14 Jan 2005 19:08:52 -0500, Olson, Dana <[EMAIL PROTECTED]> wrote:
> I have my DTA310 getting an IP via DHCP. I loaded the unlocked firmware 
> version (Application Code Version: DTA version 1.0 US (8x8 001111)) onto it 
> via TFTP, so I could access the SIP configuration.
> 
> Under the SIP config, I put the IP of my * system, the 5060 port, and for 
> Domain Name, I put default (is that right?). I checked off the Send 
> Registration Request box. Dial Plan I left at the default, 1xxxxxxxxxx|x.T 
> (is that right?), and Transport is set to UDP. For Line 1, I have it set as 
> follows: Phone Number=8006, CallerID Name=8006, Port=5060, AEC On=Off (no 
> idea what this is), Username=8006, Password=1234.
> 
> In the OOB Signalling page, where I set the RFC2833 options, I haven't 
> changed anything from the defaults. Same goes for the VLAN pages.
> 
> The CODECS page currently has G711U, G711A, and G729 selected, all three with 
> Silence Suppression turned off.
> 
> I have other VoIP phones (soft and hard) working.
> 
> >From extensions.conf:
> [sip]
> exten => 8006,1,Answer
> exten => 8006,2,Wait(1)
> exten => 8006,3,Dial(SIP/8006,20)
> exten => 8006,4,Voicemail(u8006)
> exten => 8006,5,Hangup
> exten => 8006,103,Voicemail(b8006)
> exten => 8006,104,Hangup
> 
> >From sip.conf:
> [8006]
> type=friend
> host=dynamic
> secret=1234
> dtmfmode=rfc2833
> context=sip
> callerid=8006
> [EMAIL PROTECTED]
> 
> >From voicemail.conf:
> [default]
> 8006 => 1111,Packet8,[EMAIL PROTECTED]
> 
> Okay, so when I apply those settings and restart the unit, I get a bunch of 
> these messages in the * console:
> 
> Jan 14 18:03:42 NOTICE[17688]: chan_sip.c:7446 handle_request: Failed to 
> authenticate user 8006<sip:[EMAIL PROTECTED]>;tag=t2a7aca1ef6g41a7 for 
> SUBSCRIBE
> 
> And these messages continue once or twice every second until I reset the 
> phone or unplug it. During this time, if I pick up the phone, I hear a 
> dialtone. If I hang up and pick up again, the dialtone is still there. 
> However, if I try dialing another * extension, say 8005, it doesn't do 
> anything. If I hang up and pick up again after trying this, the dialtone is 
> gone. If I try the same thing but instead dial 8005#, the same thing happens. 
> If I wait for a few seconds/minute after hanging up, I'll get the dialtone 
> back. If I try to dial a long disatance, the same thing happens. If I try 
> without the 1 for long distance, the same thing happens. If I try with a 9 in 
> front of 1 and then the number (this works for our other phones) then the 
> same thing happens. However, now I'm getting more messages in the * console 
> mixed in with the original ones:
> 
> Jan 14 19:04:24 NOTICE[17688]: chan_sip.c:7446 handle_request: Failed to 
> authenticate user 8006<sip:[EMAIL PROTECTED]>;tag=t2c3b0a372ad3g for SUBSCRIBE
> 
> Maybe the dialplan is set wrong in the web config of the DTA310? I don't know 
> what I would set it to though.
> 
> If anyone can assist, then that would be appreciated.
> __
> Dana Olson
> 
> Disclaimer: The information transmitted in this message is intended only for 
> the person or entity to which it is addressed and may contain confidential 
> and/or privileged material.  Any review, retransmission, dissemination, or 
> other use of or taking of any action in reliance upon this information by 
> persons or entities other than the intended recipient is prohibited.  If you 
> received this message in error, please contact the sender and delete the 
> material from any system.
> 
> _______________________________________________
> Asterisk-Users mailing list
> [email protected]
> http://lists.digium.com/mailman/listinfo/asterisk-users
> To UNSUBSCRIBE or update options visit:
>    http://lists.digium.com/mailman/listinfo/asterisk-users
>
_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to