tuto:ipasserelle:telephonie:configuration_gateway_patton

Ceci est une ancienne révision du document !


Configuration d'une passerelle Patton SmartNode 4634/4638

Les passerelles Patton 4634/4638 sont des boîtiers autonomes pouvant servir de passerelle entre ISDN et SIP. Ils peuvent donc remplacer les cartes Digium B410P (idéal pour la virtualisation par exemple, puisqu'on a pas besoin de faire du PCI Passthrough)

La première chose à faire est de connecter le boitier au réseau local. Ce boitier disposant de deux interfraces, il faut connecter la patte WAN sur votre réseau (eth0/0), qui récupèrera la configuration réseau par DHCP. Attention, la patte LAN est en IP fixe (192.168.1.1), mais surtout, fournit du DHCP sur ce segment (donc, vaut mieux pas brancher la patte LAN sur votre réseau, vous risquez les petites joyeusetés d'avoir deux DHCP sur un segment ;-))

Après avoir identifié l'adresse de votre patton, il faut se connecter sur l'interface web (http://<ip_du_boitier_>/). L'interface web étant quelque peu…… ce qu'elle est, il vaut mieux se contenter de l'utiliser pour faire des imports/exports de la configuration Voici un exemple de configuration de base, qui active 4 T0

config.cfg
#----------------------------------------------------------------#
#                                                                #
# SN4638/5BIS                                                    #
# R6.1 2012-07-17 H323 SIP BRI                                   #
# 2012-12-04T13:34:26                                            #
# SN/00A0BA062720                                                #
# Generated configuration file                                   #
#                                                                #
#----------------------------------------------------------------#
 
cli version 3.20
administrator administrator password YNMdFwK2XvHf0XXz7ZROdw== encrypted
clock local default-offset +02:00
webserver port 80 language en
sntp-client
sntp-client server primary 88.190.12.250 port 123 version 4
 
system
 
  ic voice 0
 
system
  clock-source 1 bri 0 0
  clock-source 2 bri 0 1
 
profile ppp default
 
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
  fax transmission 1 relay t38-udp
 
profile pstn default
 
profile sip default
  no autonomous-transitioning
 
profile aaa default
  method 1 local
  method 2 none
 
context ip router
 
  interface IF_IP_WAN
    ipaddress dhcp
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu
 
context cs switch
  national-prefix 0
  international-prefix 00
 
  routing-table called-e164 RT_ISDN_TO_SIP
    route T dest-interface IF_SIP
 
  routing-table calling-e164 RT_SIP_TO_ISDN
    route default dest-service SV_HUNT_ISDN strip_pref
 
  mapping-table calling-e164 to calling-e164 strip_pref
    map 0(033)?(.%) to \2
 
  interface isdn IF_ISDN_0
    route call dest-table RT_ISDN_TO_SIP
 
  interface isdn IF_ISDN_1
    route call dest-table RT_ISDN_TO_SIP
 
  interface isdn IF_ISDN_2
    route call dest-table RT_ISDN_TO_SIP
 
  interface isdn IF_ISDN_3
    route call dest-table RT_ISDN_TO_SIP
 
  interface sip IF_SIP
    bind context sip-gateway GW_SIP
    route call dest-table RT_SIP_TO_ISDN
    remote 192.168.10.1
 
  service hunt-group SV_HUNT_ISDN
    drop-cause normal-unspecified
    drop-cause no-circuit-channel-available
    drop-cause network-out-of-order
    drop-cause temporary-failure
    drop-cause switching-equipment-congestion
    drop-cause access-info-discarded
    drop-cause circuit-channel-not-available
    drop-cause resources-unavailable
    route call 1 dest-interface IF_ISDN_0
    route call 2 dest-interface IF_ISDN_1
    route call 3 dest-interface IF_ISDN_2
    route call 4 dest-interface IF_ISDN_3
 
context cs switch
  no shutdown
 
authentication-service AUTH_ASTERISK
  realm 1 smartnode-gw
  username patton password LgwK6EtOvBQScY1PLvUXmaZY9Ce4jbB2M+rsrzh3fnY= encrypted
 
location-service LS_ASTERISK
  domain 1 smartnode-gw
 
  identity-group default
 
    authentication inbound
 
  identity BNAIbc89124OLib2TCizbiCZ
 
    authentication inbound
 
context sip-gateway GW_SIP
 
  interface WAN
    bind interface IF_IP_WAN context router port 5060
 
context sip-gateway GW_SIP
  bind location-service LS_ASTERISK
  no shutdown
 
port ethernet 0 0
  medium auto
  encapsulation ip
  bind interface IF_IP_WAN router
  no shutdown
 
port ethernet 0 1
  medium 10 half
  shutdown
 
port bri 0 0
  clock auto
  encapsulation q921
 
  q921
    uni-side auto
    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 auto
  encapsulation q921
 
  q921
    uni-side auto
    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
 
port bri 0 2
  clock auto
  encapsulation q921
 
  q921
    uni-side auto
    encapsulation q931
 
    q931
      protocol dss1
      uni-side user
      bchan-number-order ascending
      encapsulation cc-isdn
      bind interface IF_ISDN_2 switch
 
port bri 0 2
  no shutdown
 
port bri 0 3
  clock auto
  encapsulation q921
 
  q921
    uni-side auto
    encapsulation q931
 
    q931
      protocol dss1
      uni-side user
      bchan-number-order ascending
      encapsulation cc-isdn
      bind interface IF_ISDN_3 switch
 
port bri 0 3
  no shutdown
 
port bri 0 4
  clock auto
  encapsulation q921
 
  q921
    uni-side auto
    encapsulation q931
 
    q931
      protocol dss1
      uni-side net
      bchan-number-order ascending
 
port bri 0 4
  shutdown

Dans cet exemple, voilà les paramètres importants:

  • pass interface web: m2p4PATTON
  • secret (asterisk): BNAIbc89124OLib2TCizbiCZ
  • ip asterisk: 192.168.10.1

Il faut ensuite créer un trunk dans FreePBX (un trunk SIP bien évidemment), dont les détails sont (à mettre dans la zone PEER DETAILS).

username=patton1
type=friend
secret=BNAIbc89124OLib2TCizbiCZ
qualify=300
insecure=very
host=192.168.10.11
dtmfmode=rcf2833
disallow=all
context=from-pstn
canreinvite=no
allow=alaw

En admettant que le boitier patton ait obtenu l'IP 192.168.10.11 par le DHCP (il est d'ailleurs recommandé de lui fixer une IP par votre DHCP, ou de lui mettre une IP fixe directement)

il est possible de debuguer les apels isdn, pour cela, il faut se connecter en telnet sur le boitier (login administrator et le même mot de passe que pour l'interface web), puis taper ces commandes:

enable
configure
debug context sip-gateway transport detail 1
debug context sip-gateway signaling detail 1
debug ccisdn signaling

Configuration d'une passerelle Patton SmartNode 4614

La série SmartNode 461X permet de convertir des lignes analogiques en SIP. Le modèle 4614 par exemple dispose de 4 ports FXS.

patton.cfg
system
 
  ic voice 0
    low-bitrate-codec g729
 
profile napt NAPT
 
profile ppp default
 
profile voip default
  codec 1 g711alaw64k rx-length 20 tx-length 20
  codec 2 g711ulaw64k rx-length 20 tx-length 20
 
profile pstn default
 
profile sip default
 
 
profile aaa default
  method 1 local
  method 2 none
 
context ip router
 
  interface IF_ETH
    ipaddress dhcp
    use profile napt NAPT
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu
 
 
context cs switch
 
  routing-table called-e164 RT_FXS_TO_SIP
    route .T dest-interface IF_SIP
 
  interface sip IF_SIP
    bind context sip-gateway GW_SIP
    route call dest-service SV_HUNT_FXS
    remote 192.168.150.2  #IP serveur Asterisk#
 
  interface fxs IF_FXS_0
    route call dest-table RT_FXS_TO_SIP
 
  interface fxs IF_FXS_1
    route call dest-table RT_FXS_TO_SIP
 
  interface fxs IF_FXS_2
    route call dest-table RT_FXS_TO_SIP
 
  interface fxs IF_FXS_3
    route call dest-table RT_FXS_TO_SIP
 
  service hunt-group SV_HUNT_FXS
    drop-cause normal-unspecified
    drop-cause no-circuit-channel-available
    drop-cause network-out-of-order
    drop-cause temporary-failure
    drop-cause switching-equipment-congestion
    drop-cause access-info-discarded
    drop-cause circuit-channel-not-available
    drop-cause resources-unavailable
    drop-cause user-busy
    route call 1 dest-interface IF_FXS_0
    route call 2 dest-interface IF_FXS_1
    route call 3 dest-interface IF_FXS_2
    route call 4 dest-interface IF_FXS_3	
 
context cs switch
  no shutdown
 
authentication-service AUTH_ASTERISK
  realm 1 smartnode-gw
  username patton password c4Y3GucUi2Nuk0h5L/6xIaGj
 
location-service LS_ASTERISK
  domain 1 smartnode-gw
 
  identity-group default
    authentication inbound
 
  identity patton
    authentication inbound
 
  registration outbound
      register auto
 
context sip-gateway GW_SIP
 
  interface IF_VOIP
    bind interface IF_ETH context router port 5060
 
context sip-gateway GW_SIP
  bind location-service LS_ASTERISK
  no shutdown
 
port ethernet 0 0
  medium auto
  encapsulation ip
  bind interface IF_ETH router
  no shutdown
 
port ethernet 0 1
  medium 10 half
  shutdown
 
port fxs 0 0
  caller-id format bell
  use profile fxs us
  encapsulation cc-fxs
  bind interface IF_FXS_0 switch
  no shutdown
 
port fxs 0 1
  caller-id format bell
  use profile fxs us
  encapsulation cc-fxs
  bind interface IF_FXS_1 switch
  no shutdown
 
port fxs 0 2
  caller-id format bell
  use profile fxs us
  encapsulation cc-fxs
  bind interface IF_FXS_2 switch
  no shutdown
 
port fxs 0 3
  caller-id format bell
  use profile fxs us
  encapsulation cc-fxs
  bind interface IF_FXS_3 switch
  no shutdown
  • tuto/ipasserelle/telephonie/configuration_gateway_patton.1366888458.txt.gz
  • Dernière modification: 25/04/2013 13:14
  • de dani