Jerry Geis
2005-Jan-13 09:54 UTC
[Asterisk-Users] Cisco 79XX phones not talking to asterisk
Hi all, I have setup my Cisco 79XX phone. Did the tftp, put the config files in the right location with the right names. Booted my phone, it does the tftp things, the screen shows my extensions everything seems fine. However, when I come offhook and try to dial 11 which is just a playback of demo-congrats in the dialplan the phone says Calling Out (INV) below is my sip.conf file - I presume it is not correcly registering with asterisk. The phone boots DHCP gets an address, loads the SIP software and sets there for me to dial. However, I get the INV when I dial. Any ideas on why the phone is displaying invalid and what to do about it??? Thanks, jerry sip.conf ------------------------ [201] type=friend dtmfmode=rfc2833 username=201 secret=201 disallow=all allow=ulaw allow=alaw host=dynamic context=smvoice-sip callerid="Media Assistant" <201> [202] type=friend dtmfmode=rfc2833 username=202 secret=202 disallow=all allow=ulaw allow=alaw host=dynamic context=smvoice-sip callerid="Media Assistant" <201> [203] type=friend dtmfmode=rfc2833 username=203 secret=203 disallow=all allow=ulaw allow=alaw host=dynamic context=smvoice-sip callerid="Media Assistant" <201> [204] type=friend dtmfmode=rfc2833 username=204 secret=204 disallow=all allow=ulaw allow=alaw host=dynamic context=smvoice-sip callerid="Media Assistant" <201> [205] type=friend dtmfmode=rfc2833 username=205 secret=205 disallow=all allow=ulaw allow=alaw host=dynamic context=smvoice-sip callerid="Media Assistant" <201> [206] type=friend dtmfmode=rfc2833 username=206 secret=206 disallow=all allow=ulaw allow=alaw host=dynamic context=smvoice-sip callerid="Media Assistant" <201> extension.conf -------------------- [smvoice-sip] exten => 11,1,Playback(demo-congrats) exten => 11,2,Hangup
Walid Azab
2005-Jan-13 11:08 UTC
[Asterisk-Users] Cisco 79XX phones not talking to asterisk
If there is a little "X" next to the line icon then the phone is not registered. Try showing registered phones from asterisk console using "SIP Show peers" It will tell you which phones are registered with which IPs. Walid -----Original Message----- From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] On Behalf Of Jerry Geis Sent: Thursday, January 13, 2005 6:54 PM To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Cisco 79XX phones not talking to asterisk Hi all, I have setup my Cisco 79XX phone. Did the tftp, put the config files in the right location with the right names. Booted my phone, it does the tftp things, the screen shows my extensions everything seems fine. However, when I come offhook and try to dial 11 which is just a playback of demo-congrats in the dialplan the phone says Calling Out (INV) below is my sip.conf file - I presume it is not correcly registering with asterisk. The phone boots DHCP gets an address, loads the SIP software and sets there for me to dial. However, I get the INV when I dial. Any ideas on why the phone is displaying invalid and what to do about it??? Thanks, jerry sip.conf ------------------------ [201] type=friend dtmfmode=rfc2833 username=201 secret=201 disallow=all allow=ulaw allow=alaw host=dynamic context=smvoice-sip callerid="Media Assistant" <201> [202] type=friend dtmfmode=rfc2833 username=202 secret=202 disallow=all allow=ulaw allow=alaw host=dynamic context=smvoice-sip callerid="Media Assistant" <201> [203] type=friend dtmfmode=rfc2833 username=203 secret=203 disallow=all allow=ulaw allow=alaw host=dynamic context=smvoice-sip callerid="Media Assistant" <201> [204] type=friend dtmfmode=rfc2833 username=204 secret=204 disallow=all allow=ulaw allow=alaw host=dynamic context=smvoice-sip callerid="Media Assistant" <201> [205] type=friend dtmfmode=rfc2833 username=205 secret=205 disallow=all allow=ulaw allow=alaw host=dynamic context=smvoice-sip callerid="Media Assistant" <201> [206] type=friend dtmfmode=rfc2833 username=206 secret=206 disallow=all allow=ulaw allow=alaw host=dynamic context=smvoice-sip callerid="Media Assistant" <201> extension.conf -------------------- [smvoice-sip] exten => 11,1,Playback(demo-congrats) exten => 11,2,Hangup _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: lists.digium.com/mailman/listinfo/asterisk-users
Gene Willingham
2005-Jan-13 11:09 UTC
[Asterisk-Users] RE: Cisco 79XX phones not talking to asterisk
You are one step ahead of me. Everytime the phone tries to load the SIP 6.3 image, I receive a checksum error and the phone reboots. I have verified my sip image is correct ?? Any susgestions ?? -----Original Message----- Message: 4 Date: Thu, 13 Jan 2005 11:54:07 -0500 From: Jerry Geis <geisj@pagestation.com> Subject: [Asterisk-Users] Cisco 79XX phones not talking to asterisk To: asterisk-users@lists.digium.com Message-ID: <41E6A7AF.9000804@pagestation.com> Content-Type: text/plain; charset=us-ascii; format=flowed Hi all, I have setup my Cisco 79XX phone. Did the tftp, put the config files in the right location with the right names. Booted my phone, it does the tftp things, [snip...]
César Davi Ávila do Nascimento
2005-Jan-13 12:13 UTC
[Asterisk-Users] Cisco 79XX phones not talking to asterisk
Hi, I'm using a cisco Phone and it works fine. See below my sip.conf file: ; ;Cisco IP Phone ; [45] type=friend username=xx secret=xx nat=yes dtmfmode=rfc2833 canreinvite=no ---------------------------------------> this is important!!!!! qualify=1000 defaultip=xx.xx.xx.xx host=dynamic disallow=all allow=ulaw allow=alaw allow=g723.1 allow=g726 allow=g729 allow=gsm allow=ilbc allow=lpc10 allow=speex Regards C?sar ----- Original Message ----- From: "Jerry Geis" <geisj@pagestation.com> To: <asterisk-users@lists.digium.com> Sent: Thursday, January 13, 2005 1:54 PM Subject: [Asterisk-Users] Cisco 79XX phones not talking to asterisk> Hi all, > > I have setup my Cisco 79XX phone. Did the tftp, put the config files inthe> right location with the right names. Booted my phone, it does the tftp > things, > the screen shows my extensions everything seems fine. However, when I > come offhook and try to dial 11 which is just a playback of demo-congrats > in the dialplan the phone says > > Calling Out (INV) > > below is my sip.conf file - I presume it is not correcly registering > with asterisk. > The phone boots DHCP gets an address, loads the SIP software and setsthere> for me to dial. However, I get the INV when I dial. > > Any ideas on why the phone is displaying invalid and what to do aboutit???> > Thanks, > > jerry > > > sip.conf > ------------------------ > [201] > type=friend > dtmfmode=rfc2833 > username=201 > secret=201 > disallow=all > allow=ulaw > allow=alaw > host=dynamic > context=smvoice-sip > callerid="Media Assistant" <201> > [202] > type=friend > dtmfmode=rfc2833 > username=202 > secret=202 > disallow=all > allow=ulaw > allow=alaw > host=dynamic > context=smvoice-sip > callerid="Media Assistant" <201> > [203] > type=friend > dtmfmode=rfc2833 > username=203 > secret=203 > disallow=all > allow=ulaw > allow=alaw > host=dynamic > context=smvoice-sip > callerid="Media Assistant" <201> > [204] > type=friend > dtmfmode=rfc2833 > username=204 > secret=204 > disallow=all > allow=ulaw > allow=alaw > host=dynamic > context=smvoice-sip > callerid="Media Assistant" <201> > [205] > type=friend > dtmfmode=rfc2833 > username=205 > secret=205 > disallow=all > allow=ulaw > allow=alaw > host=dynamic > context=smvoice-sip > callerid="Media Assistant" <201> > [206] > type=friend > dtmfmode=rfc2833 > username=206 > secret=206 > disallow=all > allow=ulaw > allow=alaw > host=dynamic > context=smvoice-sip > callerid="Media Assistant" <201> > > extension.conf > -------------------- > [smvoice-sip] > exten => 11,1,Playback(demo-congrats) > exten => 11,2,Hangup > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > lists.digium.com/mailman/listinfo/asterisk-users >
Gene Willingham
2005-Jan-13 14:20 UTC
[Asterisk-Users] RE: Cisco 79XX phones not talking to asterisk
Thanks for the help. The problem appears to be the .cnf files. I created them in notepad on windows. When I copied the default .cnf files over, I noticed the cisco files are unix files. Only a guess but the config files were DOS files not unix. -----Original Message----- Message: 15 Date: Thu, 13 Jan 2005 14:56:58 -0500 From: Matthew Crocker <matthew@crocker.com> Subject: Re: [Asterisk-Users] RE: Cisco 79XX phones not talking to asterisk To: Asterisk Users Mailing List - Non-Commercial Discussion <asterisk-users@lists.digium.com> Message-ID: <48AEE416-659D-11D9-B50C-000A956885D4@crocker.com> Content-Type: text/plain; charset=US-ASCII; format=flowed> You are one step ahead of me. Everytime the phone tries to load the > SIP 6.3 > image, I receive a checksum error and the phone reboots. I have > verified my > sip image is correct ?? Any susgestions ??Which version of code is the phone currently running? I remember you had to boot a new 'boot loader' which would boot the new code when you upgrade from older versions. -Matt> -----Original Message----- > > Message: 4 > Date: Thu, 13 Jan 2005 11:54:07 -0500 > From: Jerry Geis <geisj@pagestation.com> > Subject: [Asterisk-Users] Cisco 79XX phones not talking to asterisk > To: asterisk-users@lists.digium.com > Message-ID: <41E6A7AF.9000804@pagestation.com> > Content-Type: text/plain; charset=us-ascii; format=flowed > > Hi all, > > I have setup my Cisco 79XX phone. Did the tftp, put the config files > in the > right location with the right names. Booted my phone, it does the tftp > things, > > > [snip...] > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > lists.digium.com/mailman/listinfo/asterisk-users >