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 mailbox=8006@default>From voicemail.conf:[default] 8006 => 1111,Packet8,dolson@telespectrum.com 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:8006@default>;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:8006@10.66.4.245>;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.
Under your sip.conf change to this: [8006] type=friend host=dynamic auth=md5 secret=1234 dtmfmode=rfc2833 context=sip callerid=8006 mailbox=8006@default 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 <dolson@telespectrum.com> 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 > mailbox=8006@default > > >From voicemail.conf: > [default] > 8006 => 1111,Packet8,dolson@telespectrum.com > > 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:8006@default>;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:8006@10.66.4.245>;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 > 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 >
Erik, thanks for your replies. I tried both ways, and I'm still getting the same messages in the console. Do you get these or similar in your console? Do you know what firmware they are using by any chance? __ Dana Olson -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Erik Espinoza Sent: Friday, January 14, 2005 7:53 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Packet8 DTA310 and Asterisk Whoops, I meant auth=plain for a packet8 dta. Erik On Fri, 14 Jan 2005 16:52:06 -0800, Erik Espinoza <erik.espinoza@gmail.com> wrote:> Under your sip.conf change to this: > > [8006] > type=friend > host=dynamic > auth=md5 > secret=1234 > dtmfmode=rfc2833 > context=sip > callerid=8006 > mailbox=8006@default > > 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 <dolson@telespectrum.com> 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 > > mailbox=8006@default > > > > >From voicemail.conf: > > [default] > > 8006 => 1111,Packet8,dolson@telespectrum.com > > > > 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:8006@default>;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:8006@10.66.4.245>;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 > > 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 > > >_______________________________________________ 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
Okay, I've got success! What I did was I made the change that you said, but I disabled the secret in sip.conf. I then made the SIP changes on the DTA, and then I upgraded the firmware to 12.34. I was then able to call the 8006 extension from another extension, and I was able to call back that extension from the phone on the DTA. I also tested dialing long distance, and that worked fine. Woo, DTA for $29US (eBay purchase)! Thanks. __ Dana Olson -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Olson, Dana Sent: Friday, January 14, 2005 8:07 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: RE: [Asterisk-Users] Packet8 DTA310 and Asterisk Erik, thanks for your replies. I tried both ways, and I'm still getting the same messages in the console. Do you get these or similar in your console? Do you know what firmware they are using by any chance? __ Dana Olson -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com]On Behalf Of Erik Espinoza Sent: Friday, January 14, 2005 7:53 PM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [Asterisk-Users] Packet8 DTA310 and Asterisk Whoops, I meant auth=plain for a packet8 dta. Erik On Fri, 14 Jan 2005 16:52:06 -0800, Erik Espinoza <erik.espinoza@gmail.com> wrote:> Under your sip.conf change to this: > > [8006] > type=friend > host=dynamic > auth=md5 > secret=1234 > dtmfmode=rfc2833 > context=sip > callerid=8006 > mailbox=8006@default > > 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 <dolson@telespectrum.com> 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 > > mailbox=8006@default > > > > >From voicemail.conf: > > [default] > > 8006 => 1111,Packet8,dolson@telespectrum.com > > > > 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:8006@default>;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:8006@10.66.4.245>;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 > > 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 > > >_______________________________________________ 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 _______________________________________________ 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