Handy und Festnetz: Gewählte Nummer unterschiedlich?

lucderheld

Neuer User
Mitglied seit
16 Apr 2009
Beiträge
15
Punkte für Reaktionen
0
Punkte
0
Hallo,

ich habe ein Smartnode mit dem ich Direkt meinen ISDN Anschluss mit Asterisk verbunden habe. Wenn ich nun eine meiner Rufnummern z.B. "409982491" mit dem Handy anrufe dann bekomme ich:

-- Executing [409982491@incoming:1] Goto("SIP/sipgw1-b7c28578", "queue|s|1") in new stack
-- Goto (queue,s,1)
-- Executing [s@queue:1] Set("SIP/sipgw1-b7c28578", "TIMEOUT(digit)=1") in new stack

Rufe ich die Identische Nummer mit einem Festnetztelefon an bekomme ich:

[Apr 23 11:53:34] NOTICE[6248]: chan_sip.c:14721 handle_request_invite: Call from 'sipgw1' to extension '40998249' rejected because extension not found.

Die eine Zahl wird also einfach abgeschnitten. Woran kann das liegen?

Die Config meines Pattons:

Code:
#----------------------------------------------------------------#
#                                                                #
# SN4554/2BIS/EUI                                                #
# R4.2 2007-09-19 SIP                                            #
# 1970-01-01T00:06:53                                            #
# SN/00A0BA036C6C                                                #
# Generated configuration file                                   #
#                                                                #
#----------------------------------------------------------------#

cli version 3.20
gui type basic
administrator administrator password 123456789= 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

system
  clock-source 1 bri 0 0
  clock-source 2 bri 0 1

profile acl asterisk
  permit 1 tcp any any traffic-class default
  permit 2 udp any any traffic-class default
  permit 3 icmp any any traffic-class default
  permit 4 ip any any traffic-class default
  permit 5 sctp any any traffic-class default
  permit 6 ah any any
  permit 7 esp any any
  permit 8 gre any any
  permit 9 sctp any any

profile napt NAPT_WAN

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

profile aaa default
  method 1 local
  method 2 none

context ip router

  interface IF_IP_WAN
    ipaddress 192.168.2.250 255.255.255.0
    icmp router-discovery
    icmp redirect accept
    use profile acl asterisk in
    use profile acl asterisk out
    use profile napt NAPT_WAN
    tcp adjust-mss rx mtu
    tcp adjust-mss tx mtu

context ip router
  route 0.0.0.0 0.0.0.0 192.168.2.1 0

subscriber ppp SUB_PPPOE
  dial in-out
  no multilink
  bind interface IF_IP_WAN router

context cs switch

  routing-table called-e164 direkt1
    route 1 dest-interface IF_SIP_SERVICE
    route 2 dest-interface IF_S0_00
    route 3 dest-interface IF_S0_01
    route 4 dest-interface IF_S0_02
    route 5 dest-interface IF_S0_03
    
  interface isdn IF_S0_00
    route call dest-interface IF_SIP_SERVICE

  interface isdn IF_S0_01
    route call dest-interface IF_SIP_SERVICE
  
  interface isdn IF_S0_02
    route call dest-interface IF_SIP_SERVICE
    
  interface isdn IF_S0_03
    route call dest-interface IF_SIP_SERVICE

  interface sip IF_SIP_SERVICE
    bind gateway GW_SIP
    service default
    early-connect
    early-disconnect
    route call dest-interface IF_S0_00
    remote 192.168.2.112 5060

  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_SIP
  bind interface IF_IP_WAN router

  service default
    domain 192.168.2.112
    realm 192.168.2.112
    defaultserver manual 192.168.2.112 5060 loose-router
    registration manual 192.168.2.112 5060
    user patton authenticate password 123456789= encrypted register

gateway sip GW_SIP
  no shutdown

port ethernet 0 0
  bind interface IF_IP_WAN router

  pppoe

    session SES_PPPOE
      shutdown

port ethernet 0 0
  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_S0_00 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_S0_01 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_S0_02 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_S0_03 switch

port bri 0 3
  no shutdown

was kann das sein?
 
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.