Sto provando ad integrare il mio callmanager con messagenet su un 3725.
Questa è la configurazione che sto provando
Messagenet <> Cisco3725 <> Callmanager <> 7960 (SCCP, non SIP)
per provare poi con un telefono SIP
Messagenet <> Cisco3725 <> XLITE
Sto diventando scemo da giorni. Ho scoperto, corregetemi se sbaglio, che le funzioni di SIP, del gateway offrono funzioni SIP UA, UAS, ma non SIP Server. Ma comunque riesco a collegarmi sul SER di messagenet. Il debug del CCSIP mi fa vedere che le chiamate in ingresso sul numero messagenet arrivano, intercettano il dialpeer giusto, ma poi al SIP Xlite non arrivano, al Callmanager meno che mai...
Altresi, dall'XLITE riesco a chiamare su i POTS Isdn e forse riuscirei a ricevere, ma dovendo stravolgere il mio gw di produzione evito.
Non riesco quindi ne a ricevere sul numero messagenet, ne tantomeno a chiamare attraverso messagenet, lasciando perdere il discorso CM che magari tratterò successivamente, vorrei almeno riuscire a usare un telefono SIP attraverso il mio GW con messagenet.
Sto sbagliando qualcosa proprio a livello di concetto? vi invio la mia conf. Grazie a chi vorrà aiutarmi.
voice service voip
 sip
  bind control source-interface FastEthernet0/0
  bind media source-interface FastEthernet0/0
  registrar server
!
!
!
!
!
!
!
!
!
voice translation-rule 1
 REGOLE VARIE x CALLMANAGER
voice translation-profile add-zero
 translate calling 2
!
voice translation-profile pstn-incoming
 translate called 1
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
 description Connected to MClink
 ip address EXTERNAL IP AND SUBNET
 no ip mroute-cache
 duplex auto
 speed auto
 no cdp enable
!
interface Serial0/0
 no ip address
 encapsulation frame-relay IETF
 no fair-queue
!
interface Serial0/0.1 point-to-point
 description Connessione SHDSL MC-link
 ip address 192.168.254.64 255.255.255.0
 no cdp enable
 frame-relay interface-dlci 20
!
interface FastEthernet0/1
 ip address 10.10.0.230 255.255.255.0
 no ip mroute-cache
 speed auto
 full-duplex
 no cdp enable
 h323-gateway voip interface
!
interface BRI2/0
 no ip address
 isdn switch-type basic-net3
 isdn overlap-receiving T302 10000
 isdn spid1 0
 isdn spid2 0
 isdn incoming-voice voice
 isdn T310 10000
 isdn send-alerting
 isdn sending-complete
 isdn static-tei 0
!
interface BRI2/1
 no ip address
 isdn switch-type basic-net3
 isdn overlap-receiving T302 10000
 isdn spid1 0
 isdn spid2 0
 isdn incoming-voice voice
 isdn send-alerting
 isdn sending-complete
 isdn static-tei 0
 isdn skipsend-idverify
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0.1
ip route 192.168.0.0 255.255.255.0 10.10.0.100
!
no ip http server
no ip http secure-server
!
!
logging history warnings
no cdp run
!
!
!
!
control-plane
!
!
!
!
voice-port 2/0/0
 compand-type a-law
 cptone IT
!
voice-port 2/0/1
 compand-type a-law
 cptone IT
 description connected to PSTN (0)
!
no mgcp package-capability fxr-package
no mgcp timer receive-rtcp
no mgcp explicit hookstate
!
!
!
!
dial-peer voice 2 pots
 translation-profile incoming pstn-incoming
 application script1
 incoming called-number ALTROISDN
 direct-inward-dial
 port 2/0/1
!
dial-peer voice 3 pots
 tone ringback alert-no-PI
 description Numero ALTROISDN
 preference 1
 destination-pattern 0
 port 2/0/0
!
dial-peer voice 1 pots
 translation-profile incoming pstn-incoming
 application script1
 incoming called-number MIOISDNNUMBER
 direct-inward-dial
 port 2/0/0
!
dial-peer voice 200 voip
 translation-profile outgoing add-zero
 destination-pattern 2..
 session target ipv4:10.10.0.20
 dtmf-relay h245-alphanumeric
 codec g711alaw
 no vad
!
dial-peer voice 4 pots
 tone ringback alert-no-PI
 preference 2
 destination-pattern 0
 port 2/0/1
!
dial-peer voice 5 pots
 destination-pattern 5307444
 port 2/0/1
!
dial-peer voice 105 voip
 session target ipv4:10.10.0.20
 incoming called-number 5307444
!
!
gateway
 timer receive-rtp 1200
!
sip-ua
 authentication username 5XXXXX password <REMOVED>
 retry invite 4
 retry response 3
 retry bye 2
 retry cancel 2
 registrar ipv4:212.97.59.76:5061 expires 3600
 sip-server ipv4:212.97.59.76:5061
!
!
!
telephony-service
 max-conferences 8
end
            
			
									
									
						

