Affichage des résultats 1 à 2 sur 2

Discussion: RE: Configurer Patton SN-DTA Single/Dual-Port ISDN

Mode arborescent

Message précédent Message précédent   Message suivant Message suivant
  1. #2
    Membre Junior
    Date d'inscription
    septembre 2016
    Messages
    1
    Downloads
    0
    Uploads
    0
    Bonjour,

    J'ai préféré remonter un sujet existant plutôt que d'en ouvrir un autre, si jamais vous préférez un nouveau, merci de me le dire :)

    Donc voilà, j'ai une Patton SN-DTA, avec un IP nous avons fait le paramétrage que nous supposions utile... sauf que très basiquement, je ne sais pas où indiquer les informations concernant le serveur du trunk SIP, nom d'utilisateur et mot de passe, vous pouvez m'aider s'il vous plaît ?
    S'il vous faut le fichier de config, il est en dessous

    Merci beaucoup.

    Code:
    #----------------------------------------------------------------#
    #                                                                #
    # SN-DTA/2BIS2V                                                  #
    # R6.8 2016-05-02 H323 SIP                                       #
    # 2016-09-17T17:32:39                                            #
    # SN/00A0BA0BA0D8                                                #
    # Generated configuration file                                   #
    #                                                                #
    #----------------------------------------------------------------#
    
    cli version 3.20
    clock local default-offset +00:00
    timer PROVISIONING now + 3 minutes "provisioning execute PF_PROVISIONING_CONFIG"
    webserver port 80 language en
    sntp-client
    sntp-client server primary 0.patton.pool.ntp.org port 123 version 4
    sntp-client server secondary 1.patton.pool.ntp.org port 123 version 4
    
    system
    
      ic voice 0
        low-bitrate-codec g729
    
    system
      clock-source 1 bri 0 0
      clock-source 2 bri 0 1
    
    profile napt NAPT
    
    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
    
    profile pstn default
    
    profile sip default
      no autonomous-transitioning
    
    profile aaa default
      method 1 local
      method 2 none
    
    profile provisioning PF_PROVISIONING_CONFIG
      destination configuration
      location 1 http://redirect.patton.com/$(system.mac);mac=$(system.mac);serial=$(system.serial);hwMajor=$(system.hw.major);hwMinor=$(system.hw.minor);swMajor=$(system.sw.major);swMinor=$(system.sw.minor);swDate=$(system.sw.date);productName=$(system.product.name);cliMajor=$(cli.major);cliMinor=$(cli.minor);osName=$(cli.major>=4|Trinity|SmartWare);subDirTrinity=$(cli.major>=4|/Trinity);subDirSmartWare=$(cli.major<4|/SmartWare);dhcp66=$(dhcp.66);dhcp67=$(dhcp.67)
      location 2 $(dhcp.66)
      location 3 $(dhcp.66)/$(system.mac).cfg
      location 4 http://$(dhcp.66)/$(dhcp.67)
      location 5 http://$(dhcp.66)/$(system.mac).cfg
      location 6 tftp://$(dhcp.66)/$(dhcp.67)
      location 7 tftp://$(dhcp.66)/$(system.mac).cfg
      activation reload immediate
    
    context ip router
    
      interface eth0
        ipaddress 192.168.1.20 255.255.255.0
        tcp adjust-mss rx mtu
        tcp adjust-mss tx mtu
    
      interface pabx
        ipaddress 192.168.1.10 255.255.0.0
        tcp adjust-mss rx mtu
        tcp adjust-mss tx mtu
    
    context ip router
      route 0.0.0.0 0.0.0.0 192.168.1.10 1
    
    context cs switch
    
      routing-table called-ip route_01
    
      complex-function functions_01
    
      interface isdn ISDN1
        route call dest-interface IP_SIP_PBX
    
      interface isdn ISDN2
        route call dest-interface IP_SIP_PBX
    
      interface sip IP_SIP_PBX
        bind context sip-gateway 192.168.1.10
        route call dest-service S_HUNT_GROUPS
        remote 192.168.1.10 5060
        early-connect
        early-disconnect
    
      service hunt-group S_HUNT_GROUPS
        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 ISDN1
        route call 2 dest-interface ISDN2
    
    context cs switch
      no shutdown
    
    authentication-service ProgetCom
      username 0990000335066 password WCB3CmqJORfbZVqxIEmSCA== encrypted
    
    location-service default
    
    context sip-gateway 192.168.1.10
    
      interface sip3.openvno.net
        bind interface eth0 context router port 5060
    
    context sip-gateway 192.168.1.10
      bind location-service default
      no shutdown
    
    port ethernet 0 0
      medium auto
      encapsulation ip
      bind interface eth0 router
      no shutdown
    
    port bri 0 0
      clock auto
      encapsulation q921
    
      q921
        permanent-layer2
        protocol pp
        uni-side auto
        encapsulation q931
    
        q931
          protocol dss1
          uni-side net
          bchan-number-order ascending
          encapsulation cc-isdn
          bind interface ISDN1 switch
    
    port bri 0 0
      no shutdown
    
    port bri 0 1
      clock auto
      encapsulation q921
    
      q921
        permanent-layer2
        protocol pp
        uni-side user
        encapsulation q931
    
        q931
          protocol dss1
          uni-side user
          bchan-number-order ascending
          encapsulation cc-isdn
          bind interface ISDN2 switch
    
    port bri 0 1
      no shutdown
    Dernière modification par Alexxxx ; 17/09/2016 à 22h31.

Règles de messages

  • Vous ne pouvez pas créer de nouvelles discussions
  • Vous ne pouvez pas envoyer des réponses
  • Vous ne pouvez pas envoyer des pièces jointes
  • Vous ne pouvez pas modifier vos messages
  •