Ergebnis 1 bis 4 von 4

Thema: [gelöst] Probleme mit Sirrix (Lost Framing)

  1. #1
    IPPF-Aufsteiger
    Registriert seit
    26.11.2006
    Beiträge
    36

    [gelöst] Probleme mit Sirrix (Lost Framing)

    Hallo,

    ich habe die aktuelle Asterisk 1.4.3 mit den Sirrix Treibern 070330 im Einsatz.
    Der Anlagenanschluss funktioniert tadellos, aber der interne S0-Bus mit dem Fax funktioniert leider nicht

    Ich habe sowohl einen FaxServer mit Fritz!Card, als auch ein analoges Fax mit a/b-wandler (Eumex 100) getestet.

    Hier meine Sirrix.conf (Anlagenanschluss aus Platzgründen rausgenommen):
    PHP-Code:
    ;;;;;;;;;;;;;;;;
    ;; Global
    ;;;;;;;;;;;;;;;;
    [Global]
    internationalprefix 00
    nationalprefix 
    0        
    countrycode 
    49         
    strip_countrycode 
    yes
    areacode 
    851          
    strip_areacode 
    no 
    notify_time 
    60      

    ;;;;;;;;;;;;;;;;
    ;; 
    GroupISDN-FAX
    ;;;;;;;;;;;;;;;;
    [
    isdn-fax]
    mode NT                       NT-Mode for internal Devicees
    ptp 
    no                        PTP no Mehrgeräteanschluss
    ports 
    0000                    Port 0 on Srx-Card
    context 
    fax-in                Context for incoming faxes
    echocancel 
    yes                Echocancel einschalten
    number 
    915+                      ; Number+Extension
    extension 
    =                     ; nothing 
    Hier ein Ausschnitt aus Extensions.conf:
    PHP-Code:
    [intern]
    ;; 
    Faxe an Exchange Server weiterleiten
    exten 
    => 55,1,NoOP(Fax an Exchange Server weiterleiten)
    exten => 55,n,Dial(Srx/gfax-in/91555)
    exten => 55,n,Hangup() 
    Wenn ich nun einen Reload vom Asterisk mache und auf die 55 anrufe, bekomme ich folgende Error am CLI. Die 100Ohm Anschlusswiederstände hatte ich auch schon mal gesetzt... das brachte keine Besserung...

    PHP-Code:
    ares*CLI
    [
    Apr 30 11:54:12NOTICE[3829]: layer1_user.cpp:310 l1u_from_kernelL1M1_STARTUP|CONFIRM for port 0000
    [Apr 30 11:54:12NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G_RESET
    [Apr 30 11:54:12NOTICE[3829]: layer1_user.cpp:264 l1u_from_kernelL1L2_PH_DEACTIVATE|INDICATIONport=0000
    [Apr 30 11:54:12NOTICE[3829]: layer1_user.cpp:346 l1u_from_kernelL1M1_MPH_DEACTIVATE|INDICATION for port 0000
    [Apr 30 11:54:12NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G4_WAIT_FOR_NDR
    [Apr 30 11:54:12NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G2_PENDING_ACTIVATION
    ares
    *CLI
    [
    Apr 30 11:54:15NOTICE[3816]: chan_iax2.c:5640 update_registryRestricting registration for peer 'iaxmodem' to 60 seconds (requested 50)
    [
    Apr 30 11:54:27NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G4_PENDING_DEACTIVATION
    [Apr 30 11:54:27NOTICE[3829]: layer1_user.cpp:264 l1u_from_kernelL1L2_PH_DEACTIVATE|INDICATIONport=0000
    [Apr 30 11:54:27NOTICE[3829]: layer1_user.cpp:346 l1u_from_kernelL1M1_MPH_DEACTIVATE|INDICATION for port 0000
    [Apr 30 11:54:27NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G4_WAIT_FOR_NDR
    [Apr 30 11:54:27NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G1_DEACTIVATED_DI
    [Apr 30 11:54:34NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G1_DEACTIVATED_TIM
    [Apr 30 11:54:34NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G2_PENDING_ACTIVATION
    [Apr 30 11:54:34NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G3_ACTIVATED
    [Apr 30 11:54:34NOTICE[3829]: layer1_user.cpp:259 l1u_from_kernelL1L2_PH_ACTIVATE|INDICATIONport=0000
    [Apr 30 11:54:34NOTICE[3829]: layer1_user.cpp:333 l1u_from_kernelL1M1_MPH_ACTIVATE|INDICATION for port 0000
    [Apr 30 11:54:34NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G2_LOST_FRAMING
    [Apr 30 11:54:34NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G3_ACTIVATED
    [Apr 30 11:54:34NOTICE[3829]: layer1_user.cpp:259 l1u_from_kernelL1L2_PH_ACTIVATE|INDICATIONport=0000
    [Apr 30 11:54:34NOTICE[3829]: layer1_user.cpp:333 l1u_from_kernelL1M1_MPH_ACTIVATE|INDICATION for port 0000
    [Apr 30 11:54:34NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G2_LOST_FRAMING
    [Apr 30 11:54:34NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G3_ACTIVATED
    [Apr 30 11:54:34NOTICE[3829]: layer1_user.cpp:259 l1u_from_kernelL1L2_PH_ACTIVATE|INDICATIONport=0000
    [Apr 30 11:54:34NOTICE[3829]: layer1_user.cpp:333 l1u_from_kernelL1M1_MPH_ACTIVATE|INDICATION for port 0000
    [Apr 30 11:54:34NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G2_LOST_FRAMING
    [Apr 30 11:54:34NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G3_ACTIVATED
    [Apr 30 11:54:34NOTICE[3829]: layer1_user.cpp:259 l1u_from_kernelL1L2_PH_ACTIVATE|INDICATIONport=0000
    [Apr 30 11:54:34NOTICE[3829]: layer1_user.cpp:333 l1u_from_kernelL1M1_MPH_ACTIVATE|INDICATION for port 0000
        
    -- Executing [55@technik:1NoOp("SIP/222-0821c338""Fax an Exchange Server weiterleiten"in new stack
        
    -- Executing [55@technik:2Dial("SIP/222-0821c338""Srx/gisdn-fax/915055"in new stack
    [Apr 30 11:55:05NOTICE[9767]: chan_sirrix_helper.c:2232 cc_reserve_chansrxpvt=0x81f8840 port=0000 chan=01
    [Apr 30 11:55:05NOTICE[9767]: chan_sirrix_helper.c:2119 cc_force_chansrxpvt=0x81f8840 port=0000 chan=ff chan_reserved=01 pref=01 force=1
    [Apr 30 11:55:05NOTICE[9767]: chan_sirrix_helper.c:1984 cc_bch_stop_read_subsrxpvt=0x81f8840 port=0x0000 chan=01 sub=0 bch->fd=30 st=00
    [Apr 30 11:55:05NOTICE[9767]: chan_sirrix_helper.c:2002 cc_bch_start_write_subsrxpvt=0x81f8840 port=0x0000 chan=01 sub=0 bch->fd=30 st=00
    [Apr 30 11:55:05NOTICE[9767]: chan_sirrix_helper.c:1984 cc_bch_stop_read_subsrxpvt=0x81f8840 port=0x0000 chan=01 sub=1 bch->fd=31 st=00
    [Apr 30 11:55:05NOTICE[9767]: chan_sirrix_helper.c:2020 cc_bch_stop_write_subsrxpvt=0x81f8840 port=0x0000 chan=01 sub=1 bch->fd=31 st=00
    [Apr 30 11:55:05NOTICE[9767]: chan_sirrix_helper.c:2095 cc_open_chansrxpvt=0x81f8840 port=0000 chan=01 pref=ff
    [Apr 30 11:55:05NOTICE[9767]: chan_sirrix_helper.c:2119 cc_force_chansrxpvt=0x81f8840 port=0000 chan=01 chan_reserved=ff pref=ff force=0
     CCMSG OUT
    port=0000l3=0x8233348type=00400150=CC_SETUP REQUEST
        
    -- Called gisdn-fax/915055
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G2_LOST_FRAMING
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G3_ACTIVATED
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:259 l1u_from_kernelL1L2_PH_ACTIVATE|INDICATIONport=0000
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:333 l1u_from_kernelL1M1_MPH_ACTIVATE|INDICATION for port 0000
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G2_LOST_FRAMING
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G3_ACTIVATED
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:259 l1u_from_kernelL1L2_PH_ACTIVATE|INDICATIONport=0000
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:333 l1u_from_kernelL1M1_MPH_ACTIVATE|INDICATION for port 0000
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G2_LOST_FRAMING
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G3_ACTIVATED
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:259 l1u_from_kernelL1L2_PH_ACTIVATE|INDICATIONport=0000
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:333 l1u_from_kernelL1M1_MPH_ACTIVATE|INDICATION for port 0000
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G2_LOST_FRAMING
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G3_ACTIVATED
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:259 l1u_from_kernelL1L2_PH_ACTIVATE|INDICATIONport=0000
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:333 l1u_from_kernelL1M1_MPH_ACTIVATE|INDICATION for port 0000
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G2_LOST_FRAMING
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G3_ACTIVATED
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:259 l1u_from_kernelL1L2_PH_ACTIVATE|INDICATIONport=0000
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:333 l1u_from_kernelL1M1_MPH_ACTIVATE|INDICATION for port 0000
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G2_LOST_FRAMING
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G3_ACTIVATED
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:259 l1u_from_kernelL1L2_PH_ACTIVATE|INDICATIONport=0000
    [Apr 30 11:55:05NOTICE[3829]: layer1_user.cpp:333 l1u_from_kernelL1M1_MPH_ACTIVATE|INDICATION for port 0000
    [Apr 30 11:55:09NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G2_LOST_FRAMING
    [Apr 30 11:55:09NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G3_ACTIVATED
    [Apr 30 11:55:09NOTICE[3829]: layer1_user.cpp:259 l1u_from_kernelL1L2_PH_ACTIVATE|INDICATIONport=0000
    [Apr 30 11:55:09NOTICE[3829]: layer1_user.cpp:333 l1u_from_kernelL1M1_MPH_ACTIVATE|INDICATION for port 0000
    [Apr 30 11:55:09NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G2_LOST_FRAMING
    [Apr 30 11:55:09NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G3_ACTIVATED
    [Apr 30 11:55:09NOTICE[3829]: layer1_user.cpp:259 l1u_from_kernelL1L2_PH_ACTIVATE|INDICATIONport=0000
    [Apr 30 11:55:09NOTICE[3829]: layer1_user.cpp:333 l1u_from_kernelL1M1_MPH_ACTIVATE|INDICATION for port 0000
    [Apr 30 11:55:09NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G2_LOST_FRAMING
    [Apr 30 11:55:09NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G3_ACTIVATED
    [Apr 30 11:55:09NOTICE[3829]: layer1_user.cpp:259 l1u_from_kernelL1L2_PH_ACTIVATE|INDICATIONport=0000
    [Apr 30 11:55:09NOTICE[3829]: layer1_user.cpp:333 l1u_from_kernelL1M1_MPH_ACTIVATE|INDICATION for port 0000
    [Apr 30 11:55:09NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G2_LOST_FRAMING
    [Apr 30 11:55:09NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G3_ACTIVATED
    [Apr 30 11:55:09NOTICE[3829]: layer1_user.cpp:259 l1u_from_kernelL1L2_PH_ACTIVATE|INDICATIONport=0000
    [Apr 30 11:55:09NOTICE[3829]: layer1_user.cpp:333 l1u_from_kernelL1M1_MPH_ACTIVATE|INDICATION for port 0000
    [Apr 30 11:55:09NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G2_LOST_FRAMING
    [Apr 30 11:55:09NOTICE[3829]: layer1_user.cpp:379 l1u_from_kernelL1M1_STATUS|INDICATION for port 0000 with state ST_L1_IPAC_G3_ACTIVATED
    [Apr 30 11:55:09NOTICE[3829]: layer1_user.cpp:259 l1u_from_kernelL1L2_PH_ACTIVATE|INDICATIONport=0000
    [Apr 30 11:55:09NOTICE[3829]: layer1_user.cpp:333 l1u_from_kernelL1M1_MPH_ACTIVATE|INDICATION for port 0000
    [Apr 30 11:55:10NOTICE[3817]: chan_iax2.c:5640 update_registryRestricting registration for peer 'iaxmodem' to 60 seconds (requested 50)
     
    CCMSG IN:  port=0000l3=0x8233348type=004001f2=CC_RELEASE INDICATIONsrxcisig=(nil), srxpvt=0x81f8840srxpvt->owner=0x8261768
      
    == CC_RELEASE|INDICATIONsrxpvt->owner=0x8261768srxpvt->owner->_state=3
    [Apr 30 11:55:13NOTICE[9767]: chan_sirrix_helper.c:2199 cc_release_chansrxpvt=0x81f8840 port=0000 chan=01
      
    == cc_handle_ccmsg: (CC_RELEASE|INDICATIONdone
      
    == Everyone is busy/congested at this time (1:0/0/1)
        -- 
    Executing [55@technik:3Hangup("SIP/222-0821c338"""in new stack
      
    == Spawn extension (technik553exited non-zero on 'SIP/222-0821c338'
    ares*CLI

    Hat jemand eine Idee, wo das Problem liegt, oder was ich noch machen könnte!?!

    Vielen Dank im Vorraus!

    MfG Markus
    Geändert von Nizzmo (02.05.2007 um 12:37 Uhr)

  2. #2
    IPPF-Fünfhundert-Club
    Registriert seit
    06.04.2005
    Ort
    Ba-Wü
    Beiträge
    561
    Noch ein paar Fragen:
    - Hat es vorher schon mal funktioniert? (Treiberversion, etc)
    -- - Sind sonst noch andere ISDN Geräte intern angeschlossen?
    - Eventuell gekreuztes Kabel verwendet ?
    - Was passiert wenn das Fax wählt?
    - Ist die LED für den Port an?



    Für Fax immer Echocancel ausschalten (geht auch im Dialplan, s. sirrix Doku)
    Router: OpenWrt 8.09 ALIX.2D3 || Anbindung: KabelBW ISDN 32Mbit
    Telefone: Snom 360, 300 FW 7.3.x| S685IP || VoIP: PBX-Network (IAX) + *-VServer
    Asterisk: 1.4.19.2| Debian 4.0/Voyage | ALIX.1C | Sirrix PCI 4S0 080226 | AEL 2 | chan-sccp-b

  3. #3
    IPPF-Aufsteiger
    Registriert seit
    26.11.2006
    Beiträge
    36
    Hallo!

    Danke für die schnelle Antwort!
    Nein, das hat bisher noch nicht funktioniert! Das ist mein erster Asterisk-Server!
    Es sind keine weiteren ISDN-Geräte intern angeschlossen....
    Nein, es wurde kein gekreuztes Kabel verwendet, da auch die LED an der Karte leuchtet.

    Beim Fax passiert so ziemlich das selbe, wie wenn ich das Fax anrufe...also ein Connection-Test von der Fritz!Card schlägt immer fehl

    Also ich habe gerade mal überall die Echocancel ausgeschaltet und nochmals getestet, aber es funktioniert leider nicht!

    MfG Markus

  4. #4
    IPPF-Aufsteiger
    Registriert seit
    26.11.2006
    Beiträge
    36
    Hallo,

    Vielen Dank für eure Tipps (auch wenn leider kein richtiger dabei war)!
    Es lag an der Hardware....Ich hatte einen 2HE Server mit Risercards und
    die vertragen sich anscheinend mit den ISDN-Karten nicht!
    Jetzt habe ich mir einen neuen Server geholt und jetzt funktioniert es!

    MfG Markus

Ähnliche Themen

  1. [gelöst]FB7270 lost in IP-Space
    Von chriwi im Forum FRITZ!Box Fon: DSL, Internet und Netzwerk
    Antworten: 11
    Letzter Beitrag: 09.08.2010, 08:18
  2. [gelöst]zaphfc sync lost,pci performance too low.you might have some cpu throtteling
    Von Rolleff im Forum Asterisk ISDN mit Bristuff (hfc, zaptel)
    Antworten: 3
    Letzter Beitrag: 02.06.2006, 15:36
  3. [gelöst] Asterisk & Sirrix.PCI4S0 über ISDN raustelefonieren
    Von sercz im Forum Asterisk ISDN mit Sirrix-Karten
    Antworten: 7
    Letzter Beitrag: 21.02.2006, 13:47
  4. [gelöst] D-Channel Problem mit Asterisk + Sirrix PCI4S0
    Von Szony im Forum Asterisk ISDN mit Sirrix-Karten
    Antworten: 14
    Letzter Beitrag: 25.08.2005, 14:03
  5. [gelöst] Sirrix PCI4S0 wie an Stromversorgung anschließen?
    Von msaal im Forum Asterisk ISDN mit Sirrix-Karten
    Antworten: 1
    Letzter Beitrag: 12.08.2005, 13:22

Berechtigungen

  • Neue Themen erstellen: Nein
  • Themen beantworten: Nein
  • Anhänge hochladen: Nein
  • Beiträge bearbeiten: Nein
  •