Echo problem and other with patton

Tecia

Neuer User
Mitglied seit
28 Sep 2007
Beiträge
3
Punkte für Reaktionen
0
Punkte
0
Hi, i have a ISDN with Patton Smartnode 4552 and Nblade (like asterisk).

1) i have a problem with nblade because in console it says registered to patton timed out but i can use telephone anyway. i turn in nblade register off.
Sometimes there's some problem when i try to call but if a restart my server (nblade) when always works fine.

2) I have echo problem with all call, i think i have some problem with patton or other but i don't know..

Code:
#----------------------------------------------------------------#
#                                                                #
# SN4552/2BIS/EUI                                                #
# R3.21 2007-05-14 SIP                                           #
# 1970-01-07T20:17:20                                            #
# Generated configuration file                                   #
#                                                                #
#----------------------------------------------------------------#

cli version 3.20
gui type basic
administrator admin password MtMEIhgUMpET5CJB7J3JQA== encrypted
dns-relay
webserver port 80 language en
sntp-client
sntp-client server primary 129.132.2.21 port 123 version 4

system

  ic voice 0

profile ppp default

profile call-progress-tone IT_Dialtone
  play 1 200 425 -12
  pause 2 200
  play 3 600 425 -12
  pause 4 1000

profile call-progress-tone IT_Alertingtone
  play 1 1000 425 -12
  pause 2 4000

profile call-progress-tone IT_Busytone
  play 1 500 425 -12
  pause 2 500

profile tone-set default

profile tone-set IT
  map call-progress-tone dial-tone IT_Dialtone
  map call-progress-tone ringback-tone IT_Alertingtone
  map call-progress-tone busy-tone IT_Busytone
  map call-progress-tone release-tone IT_Busytone
  map call-progress-tone congestion-tone IT_Busytone

profile voip default
  codec 1 g711alaw64k rx-length 20 tx-length 20
  codec 2 g711ulaw64k rx-length 20 tx-length 20

profile voip NBLADE
  codec 1 g729 rx-length 20 tx-length 20
  codec 2 g711alaw64k rx-length 20 tx-length 20
  codec 3 g711ulaw64k rx-length 20 tx-length 20

profile voip VOIP
  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 sip nblade

profile dhcp-server DHCPS_LAN
  network 192.168.0.151 255.255.255.0
  lease 2 hours
  default-router 1 192.168.0.1
  domain-name patton.com
  domain-name-server 1 192.168.0.1

profile aaa default
  method 1 local
  method 2 none

context ip router

  interface IF_IP_WAN
    ipaddress dhcp
    no napt-inside

  interface IF_IP_LAN
    ipaddress 192.168.0.151 255.255.255.0
    icmp router-discovery

context cs switch
  digit-collection timeout 4
  national-prefix 0
  international-prefix 00

  routing-table called-e164 RT_2_ISDN
    route .%T dest-service HUNTING MT_ITC

  routing-table called-e164 RT_ISDN_2_SIP
    route 99[1-9].T3 dest-interface IF_S0_PSTN
    route 0[1-9].T3 dest-service SER_HUNT_OUT
    route 00[1-9].T3 dest-service SER_HUNT_OUT
    route default dest-service SER_HUNT_OUT

  mapping-table itc to itc MT_ITC
    map default to speech

  interface isdn IF_S0_PSTN
    route call dest-interface IF_S0_PHONE
    dtmf-dialing

  interface isdn IF_S0_PHONE1
    route call dest-table RT_ISDN_2_SIP
    dtmf-dialing
    use profile tone-set IT

  interface isdn IF_S0_PHONE2
    route call dest-table RT_ISDN_2_SIP
    dtmf-dialing
    use profile tone-set IT

  interface isdn IF_S0_PHONE3
    route call dest-table RT_ISDN_2_SIP
    dtmf-dialing
    use profile tone-set IT

  interface isdn IF_S0_PHONE4
    route call dest-table RT_ISDN_2_SIP
    dtmf-dialing
    use profile tone-set IT

  interface isdn IF_S0_01

  interface sip IF_SIP_NBLADE
    bind gateway GW-NBLADE
    service default
    route call dest-table RT_2_ISDN
    early-disconnect
    remote-party-id called-party
    remote-party-id calling-party
    address-translation outgoing-call from-header user-part fix 210 host-part call
    use profile voip NBLADE

  interface sip IF_SIP_SERVICE
    service default
    address-translation outgoing-call from-header user-part fix patton host-part call

  service hunt-group SER_HUNT_OUT
    timeout 6
    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_SIP_NBLADE
    route call 2 dest-interface IF_S0_PSTN

  service hunt-group HUNTING
    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_S0_PHONE1
    route call 2 dest-interface IF_S0_PHONE2
    route call 3 dest-interface IF_S0_PHONE3
    route call 4 dest-interface IF_S0_PHONE4

  service hunt-group SER_HG_PSTN_FALLBACK
    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_SIP_SERVICE

context cs switch
  no shutdown

gateway sip GW-NBLADE
  bind interface IF_IP_LAN router

  service default
    domain 192.168.0.150
    authenticate patton password MtMEIhgUMpET5CJB7J3JQA== encrypted
    default-server 192.168.0.150 loose-router
    registration-lifetime 1200
    registrar 192.168.0.150
    user patton

gateway sip GW-NBLADE
  no shutdown

gateway sip GW_SIP
  call-signaling-port 5062

  service default
    domain 192.168.0.150
    authenticate patton password MtMEIhgUMpET5CJB7J3JQA== encrypted
    default-server 192.168.0.150 loose-router
    registration-lifetime 1200
    registrar 192.168.0.150
    user patton

gateway sip GW_SIP
  no shutdown

port ethernet 0 0
  encapsulation ip
  bind interface IF_IP_WAN router
  no shutdown

port ethernet 0 1
  encapsulation ip
  bind interface IF_IP_LAN router
  no shutdown

port bri 0 0
  clock auto
  encapsulation q921

  q921
    protocol pp
    uni-side auto
    encapsulation q931

    q931
      protocol dss1
      uni-side user
      encapsulation cc-isdn
      bind interface IF_S0_PHONE1 switch

port bri 0 0
  no shutdown

port bri 0 1
  clock auto
  encapsulation q921

  q921
    protocol pmp
    uni-side auto
    encapsulation q931

    q931
      protocol dss1
      uni-side net
      encapsulation cc-isdn
      bind interface IF_S0_PSTN switch

port bri 0 1
  no shutdown

My isdn is connect to patton, patton is connect to router
Nblade is connect to router
Telephone is connect to router (grandstream bt-200 and gpx-2000)


Can someone help me?
sorry for my bad english..
 

Statistik des Forums

Themen
244,695
Beiträge
2,216,692
Mitglieder
371,315
Neuestes Mitglied
jack-mack
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.