premetto che sono (almeno io mi definisco così) un utente amatoriale della tecnologia VoIP.
In casa mi sono messo su un CME 4.1 su un 1751-V con IOS 124-15.T7 che a quanto ho capito mi dovrebbe permettere anche di implementare un registrar in locale.
Allo stato attuale ho registrato con successo 2 7960, 1 7970 e un ATA 186 ma tutti in SCCP.
Ora sto tentando, devo ammettere con poco successo, di integrare nel CME dei telefoni in SIP.
Vorrei poter tenere in contemporaneo telefoni in SCCP e telefoni SIP registrati sullo stesso router.
Il router si sta registrando a sua volta su un provider SIP e le chiamate in ingresso e uscita funzionano correttamente (ovviamente parlo dei telefoni in sccp).
La mia domanda è:
Cosa mi serve per mettere su un registrar sul router ???
Sul telefono SIP poi dovrà mettere l'ip del router, user e pass.
Riporto un estratto della mia conf attuale:
#sh run
Building configuration...
Current configuration : 20227 bytes
!
! Last configuration change at 00:21:34 oralega Mon Apr 19 2010 by nerv
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime localtime
service password-encryption
!
hostname NXXXX
!
boot-start-marker
boot system flash:c1700-spservicesk9-mz.124-15.T7.bin
boot-end-marker
!
logging buffered 4096
enable password 7 XXXXXXXXXXXXXXXXX
!
aaa new-model
!
!
!
!
aaa session-id common
clock timezone GMT 1
clock summer-time oralegale recurring last Sun Mar 3:00 last Sun Oct 3:00
ip cef
!
!
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.5.XXX 192.168.5.XXX
!
ip dhcp pool FONIA
network 192.168.5.0 255.255.255.0
option 150 ip x.x.x.x.x
default-router 192.168.5.1
dns-server x.x.x.x x.x.x.x
!
ip dhcp pool netinst
hardware-address 0100.4063.eaxx.xx
bootfile pxelinux.0
next-server 192.168.0.xx
default-router 192.168.0.xxx
dns-server x.x.x.x x.x.x.x
!
!
ip name-server x.x.x.x
multilink bundle-name authenticated
!
!
voice call send-alert
voice call carrier capacity active
voice rtp send-recv
!
voice service voip
allow-connections h323 to h323
allow-connections h323 to sip
allow-connections sip to h323
allow-connections sip to sip
fax protocol t38 ls-redundancy 0 hs-redundancy 0 fallback none
h323
sip
bind control source-interface FastEthernet0/0.3
bind media source-interface FastEthernet0/0.3
registrar server
!
!
voice class codec 1
codec preference 1 g711alaw
codec preference 2 g729r8
!
!
!
!
!
voice class dualtone-detect-params 1
freq-max-power 0
freq-min-power 35
freq-power-twist 15
freq-max-delay 40
cadence-variation 20
!
!
voice class custom-cptone 1
dualtone busy
dualtone ringback
dualtone reorder
dualtone out-of-service
dualtone number-unobtainable
dualtone disconnect
frequency 425 425
cadence 200 200 200 200
!
!
!
voice register global
mode cme
source-address 192.168.0.xxx port 5060
max-dn 60
max-pool 24
authenticate register
timezone 23
create profile sync 0131781065254137
!
voice register dn 1
number 1004
allow watch
!
voice register pool 1
id mac 64B9.E805.xxxx
number 1 dn 1
username 1004 password cisco
codec g711ulaw
!
!
voice translation-rule 1
rule 1 /^02XXXXXXX$/ /\0/ type any unknown plan any unknown
rule 15 /^.*/ /02XXXXXXX/ type any unknown plan any unknown
!
!
voice translation-profile CALLING
translate calling 1
!
!
!
!
!
!
username xxx secret 5 xxxxxxxxxxxxxxxxxxxxxxxx
archive
log config
hidekeys
!
!
ip ftp username xxxxx
ip ftp password 7 xxxxx
gw-accounting syslog
!
!
!
!
!
interface FastEthernet0/0
mac-address 0008.2705.0cc4
no ip address
ip nat outside
ip virtual-reassembly
no logging event link-status
load-interval 30
speed 100
full-duplex
!
interface FastEthernet0/0.1
description Interfaccia LAN
encapsulation dot1Q 9
ip address 192.168.0.xxx 255.255.255.0
ip directed-broadcast 108
ip nat inside
ip virtual-reassembly
!
interface FastEthernet0/0.2
description Interfaccia Voce
encapsulation dot1Q 2
ip address 192.168.5.xxx 255.255.255.0
ip nat inside
ip virtual-reassembly
standby 0 ip 192.168.5.x
!
interface FastEthernet0/0.3
description Interfaccia WAN
encapsulation dot1Q 1 native
ip address a.b.c.d 255.255.c.c
ip nat outside
ip virtual-reassembly
!
!
ip forward-protocol nd
ip forward-protocol udp discard
ip route 0.0.0.0 0.0.0.0 a.b.c.d
!
!
ip http server
ip http access-class 50
ip http authentication local
no ip http secure-server
ip http path flash:/gui
ip nat translation timeout 10
ip nat translation tcp-timeout 300
ip nat translation udp-timeout 301
ip nat translation finrst-timeout 61
ip nat translation syn-timeout 50
ip nat translation dns-timeout 10
ip nat translation icmp-timeout 10
ip nat translation port-timeout udp 6349 5
ip nat translation port-timeout udp 137 5
ip nat translation port-timeout tcp 1214 5
ip nat translation port-timeout tcp 20 1000
ip nat translation port-timeout tcp 21 1000
ip nat translation port-timeout udp 20 1000
ip nat translation port-timeout udp 21 1000
ip nat translation port-timeout tcp 6346 5
ip nat translation port-timeout tcp 6347 5
ip nat translation port-timeout tcp 6348 5
ip nat translation port-timeout tcp 6349 5
ip nat translation port-timeout udp 6346 5
ip nat translation port-timeout udp 6347 5
ip nat translation port-timeout udp 6348 5
ip nat translation port-timeout tcp 1001 1000
ip nat translation port-timeout tcp 1002 1000
ip nat translation port-timeout tcp 1724 1000
ip nat translation port-timeout tcp 1726 1000
ip nat pool pippo2 a.b.c.d a.b.c.d netmask 255.255.255.0
ip nat inside source list 1 pool pippo2 overload
!
ip access-list extended limit
.
.
.
ip access-list extended prova
.
.
.
!
logging trap debugging
logging facility local2
logging 192.168.0.xxx
access-list 1 permit 192.168.x.x 0.0.0.255
access-list 90 permit 192.168.x.x 0.0.0.255
access-list 90 permit 10.10.10.0 0.0.0.255
access-list 108 permit udp any any eq discard
snmp-server community public RO 90
snmp-server enable traps tty
snmp-server enable traps frame-relay multilink bundle-mismatch
no cdp log mismatch duplex
tftp-server flash:/phone/ATA/ATA030100SCCP040211A.zup alias ATA030100SCCP040211A.zup
tftp-server flash:/ringtones/Analog1.raw alias Analog1.raw
tftp-server flash:/ringtones/Analog2.raw alias Analog2.raw
tftp-server flash:/ringtones/AreYouThere.raw alias AreYouThere.raw
tftp-server flash:/ringtones/AreYouThereF.raw alias AreYouThereF.raw
tftp-server flash:/ringtones/Bass.raw alias Bass.raw
tftp-server flash:/ringtones/CallBack.raw alias CallBack.raw
tftp-server flash:/ringtones/Chime.raw alias Chime.raw
tftp-server flash:/ringtones/Classic1.raw alias Classic1.raw
tftp-server flash:/ringtones/Classic2.raw alias Classic2.raw
tftp-server flash:/ringtones/ClockShop.raw alias ClockShop.raw
tftp-server flash:/ringtones/DistinctiveRingList.xml alias DistinctiveRingList.xml
tftp-server flash:/ringtones/Drums1.raw alias Drums1.raw
tftp-server flash:/ringtones/Drums2.raw alias Drums2.raw
tftp-server flash:/ringtones/FilmScore.raw alias FilmScore.raw
tftp-server flash:/ringtones/HarpSynth.raw alias HarpSynth.raw
tftp-server flash:/ringtones/Jamaica.raw alias Jamaica.raw
tftp-server flash:/ringtones/KotoEffect.raw alias KotoEffect.raw
tftp-server flash:/ringtones/MusicBox.raw alias MusicBox.raw
tftp-server flash:/ringtones/Piano1.raw alias Piano1.raw
tftp-server flash:/ringtones/Piano2.raw alias Piano2.raw
tftp-server flash:/ringtones/Pop.raw alias Pop.raw
tftp-server flash:/ringtones/Pulse1.raw alias Pulse1.raw
tftp-server flash:/ringtones/Ring1.raw alias Ring1.raw
tftp-server flash:/ringtones/Ring2.raw alias Ring2.raw
tftp-server flash:/ringtones/Ring3.raw alias Ring3.raw
tftp-server flash:/ringtones/Ring4.raw alias Ring4.raw
tftp-server flash:/ringtones/Ring5.raw alias Ring5.raw
tftp-server flash:/ringtones/Ring6.raw alias Ring6.raw
tftp-server flash:/ringtones/Ring7.raw alias Ring7.raw
tftp-server flash:/ringtones/RingList.xml alias RingList.xml
tftp-server flash:/ringtones/Sax1.raw alias Sax1.raw
tftp-server flash:/ringtones/Sax2.raw alias Sax2.raw
tftp-server flash:/ringtones/Vibe.raw alias Vibe.raw
tftp-server flash:Desktops/320x212x12/NantucketFlowers.png
tftp-server flash:Desktops/320x212x12/TN-NantucketFlowers.png
tftp-server flash:Desktops/320x212x12/Fountain.png
tftp-server flash:Desktops/320x212x12/TN-Fountain.png
tftp-server flash:Desktops/320x212x12/List.xml
tftp-server flash:Desktops/320x212x12/CampusNight.png
tftp-server flash:Desktops/320x212x12/TN-CampusNight.png
tftp-server flash:Desktops/320x212x12/CiscoFountain.png
tftp-server flash:Desktops/320x212x12/TN-CiscoFountain.png
tftp-server flash:Desktops/320x212x12/MorroRock.png
tftp-server flash:Desktops/320x212x12/TN-MorroR
tftp-server flash:Desktops/320x212x12/TN-MorroR.png
tftp-server flash:Desktops/320x212x12/TN-MorroRock.png
tftp-server flash:it-td-sccp.jar alias Italian_Italy/td-sccp.jar
tftp-server flash:g3-tones.xml alias Italy/g3-tones.xml
tftp-server flash:Desktops/320x212x12/TN-Melody.png
tftp-server flash:Desktops/320x212x12/Melody.png
tftp-server flash:/phone/7914/S00105000300.sbn alias S00105000300.sbn
tftp-server flash:/phone/7940-7960/P00308000500.bin alias P00308000500.bin
tftp-server flash:/phone/7940-7960/P00308000500.loads alias P00308000500.loads
tftp-server flash:/phone/7940-7960/P00308000500.sb2 alias P00308000500.sb2
tftp-server flash:/phone/7940-7960/P00308000500.sbn alias P00308000500.sbn
tftp-server flash:/phone/7970-7971/apps70.8-3-2-27.sbn alias apps70.8-3-2-27.sbn
tftp-server flash:/phone/7970-7971/cnu70.8-3-2-27.sbn alias cnu70.8-3-2-27.sbn
tftp-server flash:/phone/7970-7971/cvm70sccp.8-3-2-27.sbn alias cvm70sccp.8-3-2-27.sbn
tftp-server flash:/phone/7970-7971/dsp70.8-3-2-27.sbn alias dsp70.8-3-2-27.sbn
tftp-server flash:/phone/7970-7971/jar70sccp.8-3-2-27.sbn alias jar70sccp.8-3-2-27.sbn
tftp-server flash:/phone/7970-7971/SCCP70.8-3-3S.loads alias SCCP70.8-3-3S.loads
tftp-server flash:/phone/7970-7971/term70.default.loads alias term70.default.loads
tftp-server flash:/phone/7970-7971/term71.default.loads alias term71.default.loads
tftp-server flash:/Desktops/320x212x12/List.xml alias List.xml
tftp-server flash:/Desktops/320x212x12/Fountain.png alias Fountain.png
tftp-server flash:/Desktops/320x212x12/CiscoFountain.png alias CiscoFountain.png
tftp-server flash:/Desktops/320x212x12/TN-CiscoFountain.png alias TN-CiscoFountain.png
tftp-server flash:/Desktops/320x212x12/TN-Fountain.png alias TN-Fountain.png
!
control-plane
!
call fallback active
!
!
!
!
!
!
dial-peer cor custom
!
!
!
dial-peer voice 65 voip
tone ringback alert-no-PI
translation-profile outgoing CALLING
max-conn 24
destination-pattern .T
voice-class codec 1
session protocol sipv2
session target sip-server
incoming called-number .T
dtmf-relay rtp-nte
fax-relay ecm disable
fax rate disable
ip qos dscp cs5 media
ip qos dscp cs5 signaling
clid strip name
no vad
!
!
!
gateway
timer receive-rtp 1200
!
sip-ua
authentication username XXXXXXXXXXXXXXX password 7 XXXXXXXXXXXXXXXXXXXXXXXXXXXx
no remote-party-id
registrar ipv4:x.x.x.x:5060 expires 4400
sip-server ipv4:x.x.x.x:5060
g729-annexb override
!
!
telephony-service
video
load 7960-7940 P00308000500
load 7914 S00105000300
load ATA ATA030100SCCP040211A
load 7970 SCCP70.8-3-3S
max-ephones 30
max-dn 88
ip source-address 192.168.x.x port 2000 strict-match
max-redirect 10
service phone backlightOnDuration 10:00
service phone backlightOnTime 07:30
service phone displayOnWhenIncomingCall 1
service phone videoCapability 1
service phone displayIdleTimeout 00:05
service phone daysDisplayNotActive 1,2,3,4,5,6,7
timeouts interdigit 5
timeouts busy 15
timeouts ringing 120
system message IPPhone
cnf-file location flash:
cnf-file perphone
user-locale IT
network-locale IT
time-zone 23
time-format 24
date-format dd-mm-yy
max-conferences 4 gain -6
call-forward pattern .T
moh music-on-hold.au
web admin system name admin secret 5 XXXXXX
transfer-system full-consult
transfer-pattern .T
secondary-dialtone 9
directory last-name-first
create cnf-files version-stamp 7960 Mar 28 2010 05:00:38
!
!
ephone-template 1
service phone daysBacklightNotActive ,
service phone backlightOnTime 07:00
service phone backlightOnDuration 13
service phone backlightIdleTimeout 00.01
service phone displayOnWhenIncomingCall 1
!
!
ephone-dn 1
number 500 no-reg primary
label 02XXXXXXX
preference 2
hold-alert 15 originator
!
!
ephone-dn 2
number 501 no-reg primary
label Linea DUE
preference 2
hold-alert 15 originator
!
!
ephone-dn 3
number 502 no-reg primary
label Linea TRE
preference 2
hold-alert 15 originator
!
!
ephone-dn 4
number 555 secondary 02XXXXXXX no-reg primary
label ATA
name ATA Module
preference 1
no huntstop
hold-alert 15 originator
!
!
ephone-dn 5
number 503 no-reg primary
label Linea QUATTRO
preference 2
hold-alert 15 originator
!
!
ephone-dn 6
number 504 secondary 02XXXXXXXXX no-reg primary
label Line Alternativa
preference 9
caller-id block
hold-alert 15 originator
!
!
ephone-dn 7
number 505 no-reg primary
label Line CINQUE
preference 2
hold-alert 15 originator
!
!
ephone-dn 8
number 506 no-reg primary
label Line SEI
preference 2
hold-alert 15 originator
!
!
ephone-dn 9
number 507 no-reg primary
label Line SETTE
preference 2
hold-alert 15 originator
!
!
ephone-dn 10
number 563 no-reg primary
label Line ste
preference 10
hold-alert 15 originator
!
!
ephone 1
!
!
!
ephone 2
mac-address 001B.D460.XXXX
type ata
button 1:4 2:9
!
!
!
ephone 3
mac-address 1BD4.60E0.XXXX
type ata
button 1:4 2:9
!
!
!
ephone 5
mac-address 0009.B7A8.XXXX
type 7960
button 1:5 2:6 3:7 4s4
!
!
!
ephone 6
mac-address 0013.7F90.XXXX
ephone-template 1
type 7970 addon 1 7914
button 1:1 2:2 3:3 7:6
button 8:4
!
!
!
ephone 7
mac-address 0024.2B8F.XXXX
ephone-template 1
type CIPC
button 1:1 2:2 3:3 5:6
button 6:4
!
!
!
ephone 8
mac-address 0005.9A3C.XXXX
ephone-template 1
type CIPC
button 1:1 2:2 3:3 5:6
button 6:4
!
!
line con 0
line aux 0
transport input all
line vty 0 4
!
ntp clock-period 17180047
ntp server x.x.x.x
end
Come potete vedere ho provato a mettere su il tutto mettendo sotto il voice serive voip/sip la stringa registrar server e creando il voice register global e relativi voice register dn e voice register pool 1 (come indicati in diverse guide trovate sulla rete) ma non si registrano i telefoni sip.
Sto anche affannosamente cercando un manuale della cisco che spieghi come registrare i telefoni sip in un cme ... ma l'unica cosa che ho trovato è il manuale sul Cisco Unified SIP SRST, ma non mi spiega come mettere i telefoni.
L'ultima mia speranza è questo forum....
Grazie a tutti e scusa se sono stato poco preciso, ma come ho già detto è una sorta di passione la mia e non una professione...

ciao a tutto e tantissime grazie in anticipo.
Phelton