Ankommender Anruf werden abgewiesen bei Rufnummernunterdrückung

MABORNMA

Neuer User
Mitglied seit
9 Nov 2010
Beiträge
4
Punkte für Reaktionen
0
Punkte
0
Hallo,
zu meiner Konfiguration:
Anlagenanschluss <-> Patton 4638 FW 5.5 <-> 3cx
Funktioniert alles super. Nur habe ich das Problem, dass ankommende Anrufer, die ihre Rufnummer unterdrücken abgewiesen werden. "Der angerufene Teilnehmer ist z.Z.t nicht zu erreichen". Kennt jmd. dieses Phänomen?

GREETZ
 
Hallo!

Was hast du in der Route Rtg. 3Cx stehen?
default? .T?

Sonst ev. einen Debug bzw. die Konfig posten?

debug ccisdn signaling
debug call-control detail 5
debug call-router detail 5
debug context sip-gateway transport detail 5
debug context sip-gateway error detail 5
debug context sip-gateway signaling detail 5

jwm
 
Hallo,
hier meine Patton 4638 Config. Ich blick da leider nicht durch. Die hat mir die 3cx zusammen gebaut.......kannst du dir das mal bitte anschauen. Wenn ich später zeit habe, mach ich nochma die Debugs (falls benötigt)

DANKE!


Code:
#########################################################
#
# For Patton SmartNode 4638/5BIS/UI 4-port BRI
# Supported firmware versions R5.x
#
# Author: Kevin Attard Compagno
# Contact: [email protected]
#
#########################################################

webserver port 80 language en

system

  ic voice 0

profile ppp default


profile call-progress-tone defaultDialtone
  flush-play-list
  play 1 1000 425 0

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 480 425 -7
  pause 2 480

profile call-progress-tone defaultReleasetone
  flush-play-list
  play 1 240 425 -7
  pause 2 240

profile call-progress-tone defaultCongestiontone
  flush-play-list
  play 1 240 425 -7
  pause 2 240
  

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 relay t38-udp

profile pstn default

profile sip default

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

  interface IF_IP_LAN
    ipaddress 192.168.110.35 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 (.%)-(.%)-(.%)-(.%)-(.%) 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
    
  
  routing-table called-e164 RT_ISDN_TO_SIP_0
    route T2 dest-interface IF_SIP_0 MAPPING_INCOMING_CALLS
    
  routing-table called-e164 RT_ISDN_TO_SIP_1
    route T2 dest-interface IF_SIP_1 MAPPING_INCOMING_CALLS
    
  routing-table called-e164 RT_ISDN_TO_SIP_2
    route T2 dest-interface IF_SIP_2 MAPPING_INCOMING_CALLS
    
  routing-table called-e164 RT_ISDN_TO_SIP_3
    route T2 dest-interface IF_SIP_3 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 isdn IF_ISDN_2
    route call dest-table RT_ISDN_TO_SIP_2
    user-side-ringback-tone
    call-hold disable
    caller-name

  interface isdn IF_ISDN_3
    route call dest-table RT_ISDN_TO_SIP_3
    user-side-ringback-tone
    call-hold disable
    caller-name

  interface sip IF_SIP_0
    bind context sip-gateway GW_SIP_0
    
no early-connect
        
    early-disconnect
    route call dest-interface IF_ISDN_0
    remote 192.168.110.50 5060
	  address-translation outgoing-call request-uri user-part fix 10000 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
    
no early-connect
        
    early-disconnect
    route call dest-interface IF_ISDN_1
    remote 192.168.110.50 5060
    address-translation outgoing-call request-uri user-part fix 10001 host-part to-header target-param none
    address-translation incoming-call called-e164 request-uri

  interface sip IF_SIP_2
    bind context sip-gateway GW_SIP_2
    
no early-connect
        
    early-disconnect
    route call dest-interface IF_ISDN_2
    remote 192.168.110.50 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

  interface sip IF_SIP_3
    bind context sip-gateway GW_SIP_3
    
no early-connect
        
    early-disconnect
    route call dest-interface IF_ISDN_3
    remote 192.168.110.50 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

context cs switch
  no shutdown

authentication-service AS_ALL_LINES
  realm 1 3CXPhoneSystem
  username 10000 password xxxxxxx
  username 10001 password xxxxxxx
  username 10002 password xxxxxxx
  username 10003 password xxxxxxx

location-service LS_10000
  domain 1 192.168.110.50
  
  identity-group default
    authentication outbound
      authenticate 1 authentication-service AS_ALL_LINES username 10000
  
  identity 10000
    authentication outbound
      authenticate 1 authentication-service AS_ALL_LINES

    registration outbound
      registrar 192.168.110.50 5060
      lifetime 300
      register auto

location-service LS_10001
  domain 1 192.168.110.50
  
  identity-group default
    authentication outbound
	  authenticate 1 authentication-service AS_ALL_LINES username 10001
  
  identity 10001
    authentication outbound
      authenticate 1 authentication-service AS_ALL_LINES

    registration outbound
      registrar 192.168.110.50 5060
      lifetime 300
      register auto
	  
location-service LS_10002
  domain 1 192.168.110.50
  
  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.110.50 5060
      lifetime 300
      register auto

location-service LS_10003
  domain 1 192.168.110.50
  
  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.110.50 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_10000
  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_10001
  no shutdown
  
context sip-gateway GW_SIP_2

  interface LAN
    bind interface IF_IP_LAN context router port 5064

context sip-gateway GW_SIP_2
  bind location-service LS_10002
  no shutdown

context sip-gateway GW_SIP_3

  interface LAN
    bind interface IF_IP_LAN context router port 5066

context sip-gateway GW_SIP_3
  bind location-service LS_10003
  no shutdown
  
port ethernet 0 0
  medium auto
  encapsulation ip
  bind interface IF_IP_WAN router
  no shutdown

port ethernet 0 1
  medium auto
  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
      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
    
protocol pp
        
    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
    
protocol pp
        
    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
    
protocol pp
        
    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
    
protocol pp
        
    uni-side auto
    encapsulation q931

    q931
      
protocol dss1
        
      uni-side net

port bri 0 4
  shutdown
 
Hallo!

Du musst über den Debug mal nachsehen, was der ISDN bei einem unterdrückten Anruf bringt. Mit dem kannst du dann deine Mappingtable bzw. Routingtable anpassen.

Es gibt schon einen Eintrag der das ev. schon zu berücksichtigen "versucht":

mapping-table calling-pi to calling-e164 MAP_REMOVE_BLANK_CALLERID
map restricted to ""

Wie gesagt im Debug nochmal nachsehen ober der Anruf wirklich als "restricted" reinkommt.

jwm
 
Also:
Patton Konfig ist i.O.
Es hat an der 3cx gelegen. Und zwar kommen unterdrückte Nummern mit der 0 rein. In der 3cx war eine virt. NST mit der Rufnummer 0 angelegt. Somit hat das nicht fkt.
TROTZDEM DANKE!!!
 
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.