ATA non funzionante

Voice su IP

Moderatore: Federico.Lagni

Rispondi
ottovalvole
Cisco fan
Messaggi: 51
Iscritto il: mar 09 dic , 2008 2:42 pm
Località: La Spezia

Ciao a tutti. Come da titolo del topic, ho dei problemini a far riconoscere l'adattatore ata al mio sistema router 1760. I telefoni 7940 e 7960 collegati così come la scheda fxo funzionano correttamente, mentre l'ata non viene registrato dal sistema e chiamando i due numeri associati alle due porte, danno occupato. Queta è la configurazione che attualmente gira:



Current configuration : 3825 bytes
!
! No configuration change since last restart
!
version 12.2
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Router
!
logging queue-limit 100
enable password xxxxxxx
!
username xxxxx privilege 15 password xxxxxx
username xxxxxx privilege 15 password 0 xxxxx
memory-size iomem 15
clock timezone berlin 1
clock summer-time europe1 recurring last Sun May 3:00 last Sun Oct
ip subnet-zero
!
!
ip name-server 193.12.150.2
ip name-server 212.247.152.2
ip dhcp excluded-address 192.168.1.1
ip dhcp excluded-address 192.168.1.2
ip dhcp excluded-address 192.168.1.3
ip dhcp excluded-address 192.168.1.4
!
ip dhcp pool sited-pool
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
option 150 ip 192.168.1.1
dns-server 212.216.112.222
!
voice service pots

!
no voice hpi capture buffer
no voice hpi capture destination
!
!
mta receive maximum-recipients 0
!

interface ATM0/0
no ip address
no atm ilmi-keepalive
pvc 8/35
encapsulation aal5mux ppp dialer
dialer pool-member 1
!
dsl operating-mode auto
!
interface FastEthernet0/0
ip address 192.168.1.1 255.255.255.0
ip nat inside
speed auto
!
interface Dialer1
ip address negotiated
ip nat outside
encapsulation ppp
dialer pool 1
ppp authentication chap callin
ppp chap hostname xxxxxx
ppp chap password 7 xxxxxx
ppp pap sent-username xxxxxx password xxxxxx
!
ip nat inside source list 1 interface Dialer1 overload
ip nat inside source static tcp 192.168.1.3 4662 interface Dialer1
ip nat inside source static udp 192.168.1.3 4672 interface Dialer1
ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1
ip http server
ip http authentication local
ip http max-connections 3
ip http path flash
!
!
!
access-list 1 permit 192.168.1.0 0.0.0.255
access-list 101 permit tcp any any eq 4662
access-list 101 permit udp any any eq 4672
!
tftp-server flash:SEPDEFAULT.cnf
tftp-server flash:P0030702T023.sbn
tftp-server flash:P0030702T023.sb2
tftp-server flash:P0030702T023.loads
tftp-server flash:P0030702T023.bin
tftp-server flash:ata18x-v2-15-ms-020927a.zup
call rsvp-sync
!
voice-port 2/0
cptone IT
timeouts interdigit 3
timeouts call-disconnect 5
timeouts wait-release 5
connection plar 81
supervisory disconnect dualtone mid-call
!
voice-port 2/1
!
!
mgcp profile default
!
dial-peer cor custom
!
!
!
dial-peer voice 81 pots
destination-pattern 0T
port 2/0
!
!
telephony-service
load 7960-7940 P0030702T023
load ATA ata18x-v2-15-ms-020927a
max-ephones 10
max-dn 10
ip source-address 192.168.1.1 port 2000
url directories http://directory.ciscoxmlservices.com/demo1/demo1/
url services http://phone-xml.berbee.com/menu.xml
user-locale IT
network-locale IT
create cnf-files version-stamp Jan 01 2002 00:00:00
keepalive 120
voicemail 2999
time-format 24
date-format dd-mm-yy
web admin system name xxxx password xxxxx
dn-webedit
time-webedit
!
!
ephone-dn 1
number 201
description xxxx Ufficio1
name 201
!
!
ephone-dn 2
number 202
description xxxxx Ufficio2
!
!
ephone-dn 3
number 203
description xxxx Reception
!
!
ephone-dn 4
number 204
!
!
ephone-dn 10
number 81
!
!
ephone 1
username "xxx" password xxxx
mac-address xxxx.xxxx.xxxx
type 7960
button 1:1 2:10
!
!
!
!
ephone 2
mac-address xxxx.xxxx.xxxx
type 7940
button 1:2 2:10
!
!
!
!
ephone 3
username "xxx" password xxxx
mac-address xxxx.xxxx.xxxx
type 7940
button 1:3 2:10
!
!
!
!
ephone 4
mac-address xxxx.xxxx.xxxx
type ata
button 1:4
!
!
!
!
line con 0
password xxxxx
login
speed 115200
line aux 0
line vty 0 4
password xxxxx
login local
!
no scheduler allocate
ntp clock-period 17208146
ntp server 193.204.114.232
end


C'è qualche errore clamoroso?????



Grazie delle eventuali risposte. Ciao!!!!! :oops: :oops: :oops: :oops:
Avatar utente
perteghella
Cisco enlightened user
Messaggi: 135
Iscritto il: mar 20 mar , 2007 10:54 am
Località: Reggio Emilia
Contatta:

ottovalvole ha scritto:l'ata non viene registrato dal sistema e chiamando i due numeri associati alle due porte, danno occupato.
Hai provato a vedere il debug del tftp e della registrazione dell'ATA coem ephone?
Il firmware è quello SCCP o H323?

Se è H323 basta che fai un dial-peer da/verso il suo ip.
Giovanni Perteghella
CCAI e CCSI#32156 Trainer (R&S, DataCenter, Collaboration, Wireless) - VCI VMware Trainer
ottovalvole
Cisco fan
Messaggi: 51
Iscritto il: mar 09 dic , 2008 2:42 pm
Località: La Spezia

Grazie della risposta. Allora, il firmware è sccp e facendo sh ephone, mi ha che l'ata è unregistered con l'ip a 0.0.0.0. Se faccio sh ip dhcp bindings, il server dhcp (che è lo stesso router) ha assegnato correttamente l'indirizzo ip. Il debug tftp non l'ho ancora fatto.!!!!!
Avatar utente
perteghella
Cisco enlightened user
Messaggi: 135
Iscritto il: mar 20 mar , 2007 10:54 am
Località: Reggio Emilia
Contatta:

ottovalvole ha scritto:Grazie della risposta. Allora, il firmware è sccp e facendo sh ephone, mi ha che l'ata è unregistered con l'ip a 0.0.0.0. Se faccio sh ip dhcp bindings, il server dhcp (che è lo stesso router) ha assegnato correttamente l'indirizzo ip. Il debug tftp non l'ho ancora fatto.!!!!!
Dal debug del tftp vedi se cerca di comunicare con il CME e se vuole scaricare il suo file di configurazione.
Giovanni Perteghella
CCAI e CCSI#32156 Trainer (R&S, DataCenter, Collaboration, Wireless) - VCI VMware Trainer
ottovalvole
Cisco fan
Messaggi: 51
Iscritto il: mar 09 dic , 2008 2:42 pm
Località: La Spezia

Ok, domattina provo e poi posto il risultato. Grazie per ora!!!
ottovalvole
Cisco fan
Messaggi: 51
Iscritto il: mar 09 dic , 2008 2:42 pm
Località: La Spezia

Rieccomi!!! Allora se debuggo :lol: il tftp mi dice:
"Jul 15 15:38:03.465: TFTP: Looking for ata0008a3963051
Jul 15 15:38:03.477: TFTP: Looking for atadefault.cfg"

e non si muove.
Di seguito il contenuto della mia flash:
1 -rw- 12093308 Mar 23 2009 10:31:16 c1700-sv8y7-mz.122-15.T17.bin
2 -rw- 371312 Mar 23 2009 16:33:46 P00303020209.bin
4 -rw- 73336 Mar 23 2009 16:36:23 its-gui-files-2.1.0.5
5 -rw- 79107 Mar 23 2009 16:37:05 app-h450-transfer.2.0.0.3.tcl
6 -rw- 1856 Mar 23 2009 16:37:29 xml.template
7 -rw- 249150 Mar 23 2009 16:38:22 admin-user.html
9 -rw- 496521 Mar 23 2009 16:39:16 music-on-hold.au
0 -rw- 29092 Mar 23 2009 16:39:36 logohome.gif
1 -rw- 34964 Mar 23 2009 16:39:52 normal-user.html
2 -rw- 2176 Mar 23 2009 16:40:29 telephony-service.html
7 -rw- 459 Mar 23 2009 11:04:21 P0030702T023.loads
8 -rw- 685334 Mar 23 2009 11:04:57 P0030702T023.sb2
9 -rw- 129880 Mar 23 2009 11:05:36 P0030702T023.sbn
0 -rw- 129476 Mar 23 2009 11:12:49 P0030702T023.bin
2 -rw- 3978 Feb 23 2010 17:49:19 ephone-admin.html
5 -rw- 277660 Jul 14 2010 15:56:10 ATA030201SCCP050429A.zup


Sarà ma mi sto perdendo un attimino!!!!!!
Avatar utente
perteghella
Cisco enlightened user
Messaggi: 135
Iscritto il: mar 20 mar , 2007 10:54 am
Località: Reggio Emilia
Contatta:

ottovalvole ha scritto:Rieccomi!!! Allora se debuggo :lol: il tftp mi dice:
"Jul 15 15:38:03.465: TFTP: Looking for ata0008a3963051
Jul 15 15:38:03.477: TFTP: Looking for atadefault.cfg"

e non si muove.
Di seguito il contenuto della mia flash:
1 -rw- 12093308 Mar 23 2009 10:31:16 c1700-sv8y7-mz.122-15.T17.bin
2 -rw- 371312 Mar 23 2009 16:33:46 P00303020209.bin
4 -rw- 73336 Mar 23 2009 16:36:23 its-gui-files-2.1.0.5
5 -rw- 79107 Mar 23 2009 16:37:05 app-h450-transfer.2.0.0.3.tcl
6 -rw- 1856 Mar 23 2009 16:37:29 xml.template
7 -rw- 249150 Mar 23 2009 16:38:22 admin-user.html
9 -rw- 496521 Mar 23 2009 16:39:16 music-on-hold.au
0 -rw- 29092 Mar 23 2009 16:39:36 logohome.gif
1 -rw- 34964 Mar 23 2009 16:39:52 normal-user.html
2 -rw- 2176 Mar 23 2009 16:40:29 telephony-service.html
7 -rw- 459 Mar 23 2009 11:04:21 P0030702T023.loads
8 -rw- 685334 Mar 23 2009 11:04:57 P0030702T023.sb2
9 -rw- 129880 Mar 23 2009 11:05:36 P0030702T023.sbn
0 -rw- 129476 Mar 23 2009 11:12:49 P0030702T023.bin
2 -rw- 3978 Feb 23 2010 17:49:19 ephone-admin.html
5 -rw- 277660 Jul 14 2010 15:56:10 ATA030201SCCP050429A.zup


Sarà ma mi sto perdendo un attimino!!!!!!
sotto telephony-service prova a fare un create cnf-files per rigenerare le configurazioni.
Puoi anche indicare il mac address dell'ata, quello mesos nell'ephone, coincidono vero ?
Hai provato anche il factory reset dell'ATA per farlo ripartire vergine ?
Giovanni Perteghella
CCAI e CCSI#32156 Trainer (R&S, DataCenter, Collaboration, Wireless) - VCI VMware Trainer
ottovalvole
Cisco fan
Messaggi: 51
Iscritto il: mar 09 dic , 2008 2:42 pm
Località: La Spezia

:shock: :shock: :shock: Piccoli passi avanti ( o indietro?). Ho ricaricato tramite il programmino DOS "sata186us" il firmware nell'ata. Ho rifatto tutto il processo di riconoscimento in CCME. Ora se faccio un "sh ephone", l'ata invece di Unregistered, mi compare come "Deceased" e con debug vedo che continua a cercare alcuni file.


"Jul 16 16:52:58.742: TFTP: Looking for ATA08A396305101.cnf.xml
Jul 16 16:53:08.747: TFTP: Looking for ATA08A396305101.cnf.xml
Jul 16 16:53:18.751: TFTP: Looking for ATA08A396305101.cnf.xml
Jul 16 16:53:28.756: TFTP: Looking for SEP08A396305101.cnf.xml
Jul 16 16:53:38.760: TFTP: Looking for SEP08A396305101.cnf.xml
Jul 16 16:53:48.764: TFTP: Looking for SEP08A396305101.cnf.xml
Jul 16 16:53:58.773: TFTP: Looking for XMLDefault.cnf.xml
Jul 16 16:53:58.773: TFTP: Opened system:/its/XMLDefault.cnf.xml, fd 0, size 581 for process 96
Jul 16 16:54:08.773: TFTP: Looking for XMLDefault.cnf.xml
Jul 16 16:54:08.777: TFTP: Opened system:/its/XMLDefault.cnf.xml, fd 1, size 581 for process 144
Jul 16 16:54:18.782: TFTP: Looking for XMLDefault.cnf.xml
Jul 16 16:54:18.782: TFTP: Opened system:/its/XMLDefault.cnf.xml, fd 2, size 581 for process 145
Jul 16 16:54:28.458: Skinny active socket list (3/256): 1 2 3
Jul 16 16:54:28.458:
Jul 16 16:54:28.782: TFTP: Finished system:/its/XMLDefault.cnf.xml, time 00:00:30 for process 96
Jul 16 16:54:28.786: TFTP: Looking for SEPDEFAULT.cnf
Jul 16 16:54:28.786: TFTP: Opened system:/its/SEPDEFAULT.cnf, fd 0, size 109 for process 96
Jul 16 16:54:38.783: TFTP: Finished system:/its/XMLDefault.cnf.xml, time 00:00:30 for process 144
Jul 16 16:54:38.791: TFTP: Looking for SEPDEFAULT.cnf
Jul 16 16:54:38.791: TFTP: Opened system:/its/SEPDEFAULT.cnf, fd 1, size 109 for process 144
Jul 16 16:54:48.791: TFTP: Finished system:/its/XMLDefault.cnf.xml, time 00:00:30 for process 145
Jul 16 16:54:48.795: TFTP: Looking for SEPDEFAULT.cnf
Jul 16 16:54:48.795: TFTP: Opened system:/its/SEPDEFAULT.cnf, fd 2, size 109 for process 145
Jul 16 16:54:58.796: TFTP: Finished system:/its/SEPDEFAULT.cnf, time 00:00:30 for process 96
Jul 16 16:55:08.796: TFTP: Finished system:/its/SEPDEFAULT.cnf, time 00:00:30 for process 144d system:/
Jul 16 16:55:18.809: TFTP: Finished system:/its/SEPDEFAULT.cnf, time 00:00:30 for process 145"

:? :? :? :? :? :? :? :? :? :?
ottovalvole
Cisco fan
Messaggi: 51
Iscritto il: mar 09 dic , 2008 2:42 pm
Località: La Spezia

RISOLTO!!!!!!!

:idea: :idea: :idea: :idea: :idea:
Ho finalmente posto la parola fine a questo apparente ed inspiegabile comportamento dell'ata. Cosa era????? Era che all'ata il router assegnava come indirizzo ip lo stesso della stampante di rete (che è fisso) e quindi c'era un conflitto di IP che non permetteva la registrazione dell'Ata. Ora si registra e se lo chiamo al suo numero squilla pure il telefono associato :lol: :lol: :lol: :lol: :lol: :lol:


Grazie comunque dei suggerimenti!!!!!
ottovalvole
Cisco fan
Messaggi: 51
Iscritto il: mar 09 dic , 2008 2:42 pm
Località: La Spezia

:cry: :cry: :cry: :cry: :cry: Pensavate che fosse finita???No!!! Ora sto razzo di ata non mi sgancia la linea FXO quando finisce la chiamata. Ho cercato ma non ho trovato risposte in merito!!!!!Qualche ulteriore suggerimento?????
Avatar utente
IsaCab
Network Emperor
Messaggi: 349
Iscritto il: ven 18 gen , 2008 3:45 pm
Contatta:

Ciao,

non credo sia un problema di ATA ....

Dai un occhiata qui :

http://www.cisco.com/en/US/tech/tk652/t ... tml#topic9

Ciao Giulio
-------
Giulio Martino [ http://www.voipexperts.it ]
Avaya IP Office PA
Microsoft MCP [IsaServer]
Cisco SMB[AM,EN] - SBCS [AM,EN]
Technical Writer e Supporter di ISAServer.it
Articoli - <http://www.isaserver.it/articoli/>
Forum - <http://www.isaserver.it/forum/>
Blog - <http://blogs.dotnethell.it/isacab/>
ottovalvole
Cisco fan
Messaggi: 51
Iscritto il: mar 09 dic , 2008 2:42 pm
Località: La Spezia

Risolto il problema della linea non riagganciata. Era semplicemente il telefono analogico usato come prova che aveva il "gancio"difettoso e non chiudeva la chiamata :oops: :oops: :oops: :oops: :oops: :oops: :oops: !!!!!. Ora funziona tutto bene. Grazie a tutti delle dritte!!!!!!! :D :D :D :D :D :D :D :D :D
Avatar utente
IsaCab
Network Emperor
Messaggi: 349
Iscritto il: ven 18 gen , 2008 3:45 pm
Contatta:

Ciao,

:-) grazie a te per il feedback.

Giulio
-------
Giulio Martino [ http://www.voipexperts.it ]
Avaya IP Office PA
Microsoft MCP [IsaServer]
Cisco SMB[AM,EN] - SBCS [AM,EN]
Technical Writer e Supporter di ISAServer.it
Articoli - <http://www.isaserver.it/articoli/>
Forum - <http://www.isaserver.it/forum/>
Blog - <http://blogs.dotnethell.it/isacab/>
Rispondi