Avrei un problema con il Patton in oggetto.
Possiedo un borchia NT1+ con multinumero.
Ho configurato il patton tramite la console del 3cx generando il file di cfg.
Purtroppo però le interfacce BRI non stabiliscono un link e non "salgono"
Sono state configurate in Punto Multipunto come da controlli effettuati da telecom .
Visto che non le porte bri non volevano saperne di linkarsi ho cmq apportato alcune modifiche manuali alla cfg ma niente di fatto.
Vi allego la cfg del gateway sperando che qualcuno riesca a capire dove sia l'errore.
Premetto che il gateway è perfettamente funzionante in quanto testato su una linea ISDN punto-punto mononumero.
- Code: Select all
#########################################################
#
# For Patton SmartNode 4554 2-port BRI
# Supported firmware versions R5.x
#
# Author: Kevin Attard Compagno
# Contact: kevin@3cx.com
#
#########################################################
webserver port 80 language en
system
ic voice 0
system
clock-source 0 0
profile ppp default
profile call-progress-tone defaultDialtone
flush-play-list
play 1 200 425 0
pause 2 200
play 3 600 425 0
pause 4 1000
profile call-progress-tone defaultAlertingtone
flush-play-list
play 1 1000 425 -7
pause 2 4000
profile call-progress-tone defaultBusytone
flush-play-list
play 1 200 425 -7
pause 2 200
profile call-progress-tone defaultReleasetone
flush-play-list
play 1 250 425 -7
pause 2 250
profile call-progress-tone defaultCongestiontone
flush-play-list
play 1 250 425 -7
pause 2 250
profile tone-set default
profile voip default
codec 1 g711alaw64k rx-length 20 tx-length 20
codec 2 g711ulaw64k rx-length 20 tx-length 20
codec 3 g729 rx-length 20 tx-length 20
fax transmission relay t38-udp
profile pstn default
profile sip default
profile aaa default
method 1 local
method 2 none
context ip router
interface IF_IP_LAN
ipaddress 192.168.10.2 255.255.255.0
tcp adjust-mss rx mtu
tcp adjust-mss tx mtu
context cs switch
mapping-table calling-pi to calling-e164 MAP_REMOVE_BLANK_CALLERID
map restricted to ""
mapping-table calling-e164 to calling-e164 MAP_LEADING_ZERO
map (3.%)-(.%)-(.%)-(.%)-(.%) to \1\2\3\4\5
map (3.%)-(.%)-(.%)-(.%) to \1\2\3\4
map (3.%)-(.%)-(.%) to \1\2\3
map (3.%)-(.%) to \1\2
map (3.%) to \1
map (.%)-(.%)-(.%)-(.%)-(.%) to 0\1\2\3\4\5
map (.%)-(.%)-(.%)-(.%) to 0\1\2\3\4
map (.%)-(.%)-(.%) to 0\1\2\3
map (.%)-(.%) to 0\1\2
map (.%) to 0\1
mapping-table calling-e164 to calling-name MAP_CID_TO_CNAME
map (.%) to \1
complex-function MAPPING_INCOMING_CALLS
execute 1 MAP_REMOVE_BLANK_CALLERID
execute 2 MAP_LEADING_ZERO
execute 3 MAP_CID_TO_CNAME
routing-table called-e164 RT_ISDN_TO_SIP_0
route default dest-interface IF_SIP_0 MAPPING_INCOMING_CALLS
routing-table called-e164 RT_ISDN_TO_SIP_1
route default dest-interface IF_SIP_1 MAPPING_INCOMING_CALLS
interface isdn IF_ISDN_0
route call dest-table RT_ISDN_TO_SIP_0
user-side-ringback-tone
call-hold disable
caller-name
interface isdn IF_ISDN_1
route call dest-table RT_ISDN_TO_SIP_1
user-side-ringback-tone
call-hold disable
caller-name
interface sip IF_SIP_0
bind context sip-gateway GW_SIP_0
early-connect
early-disconnect
route call dest-interface IF_ISDN_0
remote 192.168.10.254 5060
address-translation outgoing-call request-uri user-part fix 10003 host-part to-header target-param none
address-translation incoming-call called-e164 request-uri
interface sip IF_SIP_1
bind context sip-gateway GW_SIP_1
early-connect
early-disconnect
route call dest-interface IF_ISDN_1
remote 192.168.10.254 5060
address-translation outgoing-call request-uri user-part fix 10002 host-part to-header target-param none
address-translation incoming-call called-e164 request-uri
context cs switch
no shutdown
authentication-service AS_ALL_LINES
realm 1 3CXPhoneSystem
username xxxxx password xxxxxxx
username xxxxx password xxxxxxx
location-service LS_10003
domain 1 192.168.10.254
identity-group default
authentication outbound
authenticate 1 authentication-service AS_ALL_LINES username 10003
identity 10003
authentication outbound
authenticate 1 authentication-service AS_ALL_LINES
registration outbound
registrar 192.168.10.254 5060
lifetime 300
register auto
location-service LS_10002
domain 1 192.168.10.254
identity-group default
authentication outbound
authenticate 1 authentication-service AS_ALL_LINES username 10002
identity 10002
authentication outbound
authenticate 1 authentication-service AS_ALL_LINES
registration outbound
registrar 192.168.10.254 5060
lifetime 300
register auto
context sip-gateway GW_SIP_0
interface LAN
bind interface IF_IP_LAN context router port 5060
context sip-gateway GW_SIP_0
bind location-service LS_10003
no shutdown
context sip-gateway GW_SIP_1
interface LAN
bind interface IF_IP_LAN context router port 5062
context sip-gateway GW_SIP_1
bind location-service LS_10002
no shutdown
port ethernet 0 0
encapsulation ip
bind interface IF_IP_LAN router
no shutdown
port bri 0 0
clock slave
encapsulation q921
q921
protocol pmp
uni-side user
encapsulation q931
q931
protocol dss1
uni-side user
bchan-number-order ascending
encapsulation cc-isdn
bind interface IF_ISDN_0 switch
port bri 0 0
no shutdown
port bri 0 1
clock slave
encapsulation q921
q921
protocol pmp
uni-side user
encapsulation q931
q931
protocol dss1
uni-side user
bchan-number-order ascending
encapsulation cc-isdn
bind interface IF_ISDN_1 switch
port bri 0 1
no shutdown
Grazie per l'attenzione
Marco
