Seite 1 von 2 12 LetzteLetzte
Ergebnis 1 bis 20 von 23

Thema: Neue Probleme mit Chan-SCCP-3.0_RC2 (gelöst)

  1. #1
    IPPF-Einsteiger
    Registriert seit
    12.07.2005
    Beiträge
    25

    Neue Probleme mit Chan-SCCP-3.0_RC2 (gelöst)

    Hallo an die Chan_SCCP Entwickler!

    Mit dem neuem RC2 treten bei mir folgende Probleme auf:

    1. Alle ausgehenden Anrufe werden im Display mit "To Unknown Number" angezeigt.
    2. Bei eingehenden Anrufen wird der gesetzte CallerId(name) nicht mehr angezeigt.

    Server: Asterisk 1.6.2.10
    Telefone: 7970 Firmware 8.3.1

    Danke und beste Grüße,

    Markus
    Geändert von mschatz (31.08.2010 um 00:18 Uhr)

  2. #2
    IPPF-Einsteiger
    Registriert seit
    12.07.2005
    Beiträge
    25
    Hier man ein Auszug aus meiner sccp.conf:

    Code:
    [general]
    keepalive = 30
    context = default
    dateFormat = D.M.Y
    bindaddr = 178.77.72.XXX
    port = 2000
    disallow = all
    allow = alaw
    allow = ulaw
    allow = g729
    firstdigittimeout = 16
    digittimeout = 8
    digittimeoutchar = #
    echocancel = on
    
    [SEP001BD40B5XXX]
    type = device
    devicetype = 7970
    description = Markus
    button = line, 02514193XXX
    button = line, 02517129XXX
    
    [02514193XXX]
    type = line
    cid_num = 02514193XXX
    label = 02514193XXX
    
    [02517129XXX]
    type = line
    cid_num = 02517129XXX
    label = 02517129XXX
    Und hier noch ein Log aus der CLI bei ankommenden Anrufen:

    Code:
    -- SCCP: Asterisk asked to create a channel type=SCCP, format=4, line=02514193XXX, subscriptionId.number=, options=ringer=inside
    [Aug 30 15:46:27] NOTICE[30011]: chan_sccp.c:218 sccp_request: : calling all subscribers
     [SCCP] in file chan_sccp.c, line 265 (sccp_request)
        -- : Asterisk request to call SCCP/02514193XXX-00000007
        -- SEP001BD40B5XXX: send callInfo of callid 7
     00000000 - 01 00 00 00 07 00 00 00 01 00 00 00 00 00 00 00 ................
     00000010 - 00 00 00 00 01 00 00 00 01 00 00 00 00 00 00 00 ................
     00000020 - 30 31 37 31 33 34 37 36 33 34 30 00 00 30 32 35 01713476XXX..025
     00000030 - 31 34 31 39 33 34 37 30 00 00 00 00 00 00 00 4D 14193XXX.......M
     00000040 - 61 72 6B 75 73 20 53 63 68 61 74 7A 20 28 4D 6F arkus Handy.....
     00000050 - 62 69 6C 65 29 00 00 00 00 00 00 00             ..........
    > notify asterisk to set state to sccp channelstate RINGING (4) => asterisk: Device is ringing (6) on channel SCCP/02514193XXX

  3. #3
    IPPF-Tausend-VIP
    Registriert seit
    22.08.2004
    Ort
    LE
    Beiträge
    1.950
    welche protocolversion ist gesetzt?
    sccp show device SEP001BD40B5XXX
    Anbindung: T-DSL 768/128, Arcor DSL-Flat 2 MBit/256kbits
    Router: Cisco 806
    Server: Asterisk branch 1.8
    Phone(s): Cisco 7970, Cisco 7971, Cisco 7906, Cisco 7912, Cisco 7921, Cisco 7940, iphone
    channel: chan-sccp-b v4 DeveloperPreview
    Provider: sipgate.de, sipphone.com

  4. #4
    IPPF-Einsteiger
    Registriert seit
    12.07.2005
    Beiträge
    25
    Folgende Device Infos sind gesetzt:

    Code:
    MAC-Address        : SEP001BD40B5XXX
    Protocol Version   : Supported '12', In Use '12'
    Keepalive          : 30
    Registration state : OK(3)
    State              : On Hook(0)
    MWI handset light  : OFF
    Description        : Markus
    Config Phone Type  : 7970
    Skinny Phone Type  : Cisco 7970(30006)
    Softkey support    : Yes
    Image Version      :
    Timezone Offset    : 0
    Capabilities       : 0x10c (ulaw|alaw|g729)
    Codecs preference  : (alaw|ulaw|g729)
    DND Feature enabled: YES
    DND Status         : Disabled
    Can Transfer       : Yes
    Can Park           : Yes
    Private softkey    : Enabled
    Can CFWDALL        : No
    Can CFWBUSY        : No
    Can CFWNOANSWER    : No
    Dtmf mode          : In-Band
    Nat                : No
    Videosupport?      : No
    Direct RTP         : No
    Trust phone ip     : No
    Early RTP          : No
    Device State (Acc.): On Hook
    Last Used Accessory: Handset
    Last dialed number : 0251690XXX

  5. #5
    IPPF-Tausend-VIP
    Registriert seit
    22.08.2004
    Ort
    LE
    Beiträge
    1.950
    ok, ich kümmere mich
    Anbindung: T-DSL 768/128, Arcor DSL-Flat 2 MBit/256kbits
    Router: Cisco 806
    Server: Asterisk branch 1.8
    Phone(s): Cisco 7970, Cisco 7971, Cisco 7906, Cisco 7912, Cisco 7921, Cisco 7940, iphone
    channel: chan-sccp-b v4 DeveloperPreview
    Provider: sipgate.de, sipphone.com

  6. #6
    IPPF-Tausend-VIP
    Registriert seit
    22.08.2004
    Ort
    LE
    Beiträge
    1.950
    ok, das liegt an der protocolversion.

    kannst du in src/sccp_channel.c mal noch folgenden Zeilen suchen:
    Code:
    if (device->inuseprotocolversion < 12) {
    		usableFields = 12;
    und wie folgt ändern:
    Code:
    if (device->inuseprotocolversion < 15) {
    		usableFields = 12;
    Kannst du mir bescheid geben ob das passt?
    Geändert von chaos2000 (30.08.2010 um 20:30 Uhr)
    Anbindung: T-DSL 768/128, Arcor DSL-Flat 2 MBit/256kbits
    Router: Cisco 806
    Server: Asterisk branch 1.8
    Phone(s): Cisco 7970, Cisco 7971, Cisco 7906, Cisco 7912, Cisco 7921, Cisco 7940, iphone
    channel: chan-sccp-b v4 DeveloperPreview
    Provider: sipgate.de, sipphone.com

  7. #7
    IPPF-Einsteiger
    Registriert seit
    12.07.2005
    Beiträge
    25
    Aber hallo, das hat geklappt.

    Klingt logisch, das 7970 wird mit Protokollversion 12 angesprochen, die if-Abfrage hat aber nur für alle Versionen < 12 gegriffen.

    Allerdings fragt das Telefon beim Anmelden an den Server auch nach Version 17, bekommt aber nur 12. Ist das so gewollt?

    Danke und Gruß,

    Markus

  8. #8
    IPPF-Tausend-VIP
    Registriert seit
    22.08.2004
    Ort
    LE
    Beiträge
    1.950
    Dann hast du in deiner sccp.conf nur die 12 erlaubt
    Anbindung: T-DSL 768/128, Arcor DSL-Flat 2 MBit/256kbits
    Router: Cisco 806
    Server: Asterisk branch 1.8
    Phone(s): Cisco 7970, Cisco 7971, Cisco 7906, Cisco 7912, Cisco 7921, Cisco 7940, iphone
    channel: chan-sccp-b v4 DeveloperPreview
    Provider: sipgate.de, sipphone.com

  9. #9
    IPPF-Einsteiger
    Registriert seit
    12.07.2005
    Beiträge
    25
    Nee in der sccp.conf habe ich gar nichts dergleichen erlaubt oder verboten, die Config hatte ich ja oben schon gepostet. Oder habe ich dort noch Fehler drin oder fehlen irgendwelche benötigten Angaben?

    Ich habe nämlich gerade auch noch festgestellt dass ich teilweise keine Klingelzeichen mehr höre wenn ich jemanden anrufe. Liegt das auch an der falschen Protokollversion?

  10. #10
    IPPF-Tausend-VIP
    Registriert seit
    22.08.2004
    Ort
    LE
    Beiträge
    1.950
    schick mir mal bitte die ausgabe der cli wenn sich das device registriert
    sccp debug core device

    P.S.: default context, bist du dir da sicher?
    Anbindung: T-DSL 768/128, Arcor DSL-Flat 2 MBit/256kbits
    Router: Cisco 806
    Server: Asterisk branch 1.8
    Phone(s): Cisco 7970, Cisco 7971, Cisco 7906, Cisco 7912, Cisco 7921, Cisco 7940, iphone
    channel: chan-sccp-b v4 DeveloperPreview
    Provider: sipgate.de, sipphone.com

  11. #11
    IPPF-Einsteiger
    Registriert seit
    12.07.2005
    Beiträge
    25
    Ja der default context reicht für mich, in meiner extensions.conf steht nicht viel drin. Das passt auch alles.

    Code:
        -- SCCP: Accepted connection from 77.177.242.XXX
        -- SCCP: Using ip 178.77.72.XXX
        -- SCCP: Alarm Message: Severity: Informational (2), 20: Name=SEP001BD40B5XXX Load= SCCP70.8-3-1S Last=Phone-Keypad [0/0]
     SEP001BD40B5XXX: is registering, Instance: 0, Type: Cisco 7970 (30006), Version: 12
        -- SEP001BD40B5XXX: Allocating device to session (23) 77.177.242.XXX
        -- SEP001BD40B5XXX: Ask the phone to send keepalive message every 24 seconds
     00000000 - 53 45 50 30 30 31 42 44 34 30 42 35 41 39 35 00 SEP001BD40B5XXX.
     00000010 - 00 00 00 00 00 00 00 00 0A 00 00 05 36 75 00 00 ............6u..
     00000020 - 05 00 00 00 00 00 00 00 0C 00 70 85 01 00 00 00 ..........p.....
     00000030 - 00 00 00 00 00 00 00 00                         ........
        -- SEP001BD40B5XXX: asked our protocol capability (17). We answered (12).
        -- SEP001BD40B5XXX: Building button template Cisco 7970(30006), user config 7970
        -- SEP001BD40B5XXX: >> Send message Button Template Message
        -- SEP001BD40B5XXX: Button(0)[ 1] = Redial
        -- SEP001BD40B5XXX: Button(1)[ 2] = NewCall
        -- SEP001BD40B5XXX: Button(2)[ 3] = Hold
        -- SEP001BD40B5XXX: Button(3)[ 4] = Transfer
        -- SEP001BD40B5XXX: Button(4)[ 5] = CFwdALL
        -- SEP001BD40B5XXX: Button(5)[ 6] = CFwdBusy
        -- SEP001BD40B5XXX: Button(6)[ 7] = CFwdNoAnswer
        -- SEP001BD40B5XXX: Button(7)[ 8] = &lt;&lt;
        -- SEP001BD40B5XXX: Button(8)[ 9] = EndCall
        -- SEP001BD40B5XXX: Button(9)[10] = Resume
        -- SEP001BD40B5XXX: Button(10)[11] = Answer
        -- SEP001BD40B5XXX: Button(11)[12] = Info
        -- SEP001BD40B5XXX: Button(12)[13] = Confrn
        -- SEP001BD40B5XXX: Button(13)[14] = Park
        -- SEP001BD40B5XXX: Button(14)[15] = Join
        -- SEP001BD40B5XXX: Button(15)[16] = MeetMe
        -- SEP001BD40B5XXX: Button(16)[17] = PickUp
        -- SEP001BD40B5XXX: Button(17)[18] = GPickUp
        -- SEP001BD40B5XXX: Button(18)[19] = RmLstC
        -- SEP001BD40B5XXX: Button(19)[20] = CallBack
        -- SEP001BD40B5XXX: Button(20)[21] = Barge
        -- SEP001BD40B5XXX: Button(21)[22] = DND
        -- SEP001BD40B5XXX: Button(22)[23] = No Park Number Available
        -- SEP001BD40B5XXX: Button(23)[24] = CallPark Reversion
        -- SEP001BD40B5XXX: Button(24)[25] = Service is not Active
        -- SEP001BD40B5XXX: Button(25)[26] = Empty
        -- SEP001BD40B5XXX: Button(26)[27] = ConfList
        -- SEP001BD40B5XXX: Button(27)[28] = Select
        -- SEP001BD40B5XXX: Button(28)[29] = Private
        -- SEP001BD40B5XXX: Button(29)[30] = TrnsfVM
        -- SEP001BD40B5XXX: Button(30)[31] = DirTrfr
        -- SEP001BD40B5XXX: Button(31)[32] = iDivert
        -- SEP001BD40B5XXX: >> Send message SoftKey Template Response
        -- SEP001BD40B5XXX: softkey count: 11
        -- SEP001BD40B5XXX: TRANSFER        is enabled
        -- SEP001BD40B5XXX: DND             is disabled
        -- SEP001BD40B5XXX: PRIVATE         is enabled
        -- SEP001BD40B5XXX: PARK            is  enabled
        -- SEP001BD40B5XXX: CFWDALL         is  disabled
        -- SEP001BD40B5XXX: CFWDBUSY        is  disabled
        -- SEP001BD40B5XXX: CFWDNOANSWER    is  disabled
        -- SEP001BD40B5XXX: TRNSFVM/IDIVERT is  disabled
        -- SEP001BD40B5XXX: MEETME          is  disabled
        -- SEP001BD40B5XXX: PICKUPGROUP     is  disabled
        -- SEP001BD40B5XXX: PICKUPEXTEN     is  disabled
        -- SEP001BD40B5XXX: Set[0 ]= 0 :Redial     1 :NewCall    5 :DND
        -- SEP001BD40B5XXX: Set[1 ]= 0 :Hold       1 :EndCall    2 :Park       3 :Select
        -- SEP001BD40B5XXX: Set[2 ]= 0 :Resume     1 :NewCall    2 :EndCall    3 :Transfer   4 :Select     5 :DirTrfr
        -- SEP001BD40B5XXX: Set[3 ]= 0 :Answer     1 :EndCall
        -- SEP001BD40B5XXX: Set[4 ]= 0 :Redial     1 :EndCall    2 :Private
        -- SEP001BD40B5XXX: Set[5 ]= 0 :Hold       1 :EndCall    2 :Transfer   3 :Park       4 :Select     5 :DirTrfr
        -- SEP001BD40B5XXX: Set[6 ]= 0 :&lt;&lt;   1 :EndCall
        -- SEP001BD40B5XXX: Set[7 ]= 0 :Hold       1 :EndCall
        -- SEP001BD40B5XXX: Set[8 ]= 0 :EndCall    1 :Transfer
        -- SEP001BD40B5XXX: Set[9 ]= 0 :Redial     1 :EndCall
        -- SEP001BD40B5XXX: Set[10]= 0 :NewCall
        -- There are 11 SoftKeySets.
        -- SEP001BD40B5XXX: >> Send message SoftKey Set Response
        -- SEP001BD40B5XXX: Send softkeyset to On Hook(0) on line 0  and call 0
        -- SEP001BD40B5XXX: >> Send message Select SoftKeys Message
        -- SEP001BD40B5XXX: >> Send message Config State Message
        -- SEP001BD40B5XXX: Sending ConfigStatMessage, lines 2, speeddials 0
        -- SEP001BD40B5XXX: Device has 8 Capabilities
        -- SEP001BD40B5XXX: SCCP:    25 Wideband 256k             AST:     0 unknown
        -- SEP001BD40B5XXX: SCCP:     4 G.711 u-law 64k           AST:     4 G.711 u-law
        -- SEP001BD40B5XXX: SCCP:     2 G.711 A-law 64k           AST:     8 G.711 A-law
        -- SEP001BD40B5XXX: SCCP:    15 G.729 Annex B             AST:     0 unknown
        -- SEP001BD40B5XXX: SCCP:    16 G.729 Annex A + B         AST:     0 unknown
        -- SEP001BD40B5XXX: SCCP:    11 G.729                     AST:     0 unknown
        -- SEP001BD40B5XXX: SCCP:    12 G.729 Annex A             AST:   256 G.729A
        -- SEP001BD40B5XXX: SCCP:     1 Non-standard codec        AST:     0 unknown
        -- SEP001BD40B5XXX: Accessory 'Headset' is 'On Hook' (0)
        -- SEP001BD40B5XXX: Accessory 'Handset' is 'On Hook' (0)
        -- SEP001BD40B5XXX: Looking for line with instance 1.
        -- SEP001BD40B5XXX: button instance 1, type: 0
        -- SCCP: Found line 02514193XXX
        -- SEP001BD40B5XXX: >> Send message Line State Message
        -- SEP001BD40B5XXX: Send Forward Status.  Line: 02514193XXX
        -- SEP001BD40B5XXX: >> Send message Forward State Message
        -- SEP001BD40B5XXX: Got Forward Status Request.  Line: 1
        -- SEP001BD40B5XXX: Looking for line with instance 1.
        -- SEP001BD40B5XXX: button instance 1, type: 0
        -- SCCP: Found line 02514193XXX
        -- SEP001BD40B5XXX: Send Forward Status.  Line: 02514193XXX
        -- SEP001BD40B5XXX: >> Send message Forward State Message
        -- SEP001BD40B5XXX: Looking for line with instance 2.
        -- SEP001BD40B5XXX: button instance 1, type: 0
        -- SEP001BD40B5XXX: button instance 2, type: 0
        -- SCCP: Found line 02517129XXX
        -- SEP001BD40B5XXX: >> Send message Line State Message
        -- SEP001BD40B5XXX: Send Forward Status.  Line: 02517129XXX
        -- SEP001BD40B5XXX: >> Send message Forward State Message
        -- SEP001BD40B5XXX: Got Forward Status Request.  Line: 2
        -- SEP001BD40B5XXX: Looking for line with instance 2.
        -- SEP001BD40B5XXX: button instance 1, type: 0
        -- SEP001BD40B5XXX: button instance 2, type: 0
        -- SCCP: Found line 02517129XXX
        -- SEP001BD40B5XXX: Send Forward Status.  Line: 02517129XXX
        -- SEP001BD40B5XXX: >> Send message Forward State Message
        -- SEP001BD40B5XXX: >> Send message Define Time Date
        -- SEP001BD40B5XXX: Send date/time
        -- SEP001BD40B5XXX: >> Send message Set Lamp Message
        -- SEP001BD40B5XXX: >> Send message Display Notify Message
        -- SEP001BD40B5XXX: Display notify with timeout 5
        -- SEP001BD40B5XXX: >> Send message Clear Prompt Status Message
        -- SEP001BD40B5XXX: Clear the status prompt on line 0 and callid 0
        -- SEP001BD40B5XXX: >> Send message Display Dynamic Prompt Status Message
        -- SEP001BD40B5XXX: Display prompt on line 0, callid 0, timeout 0
        -- SEP001BD40B5XXX: Send softkeyset to On Hook(0) on line 0  and call 0
        -- SEP001BD40B5XXX: >> Send message Select SoftKeys Message
        -- SEP001BD40B5XXX: Post registration process... done!
        -- SEP001BD40B5XXX: Phone available lines 2
        -- SEP001BD40B5XXX: Attaching line 02514193XXX with instance 1 to this device
        -- SEP001BD40B5XXX: sccp_device_find_index_for_line searching for 02514193XXX
        -- SEP001BD40B5XXX: sccp_device_find_index_for_line found: 1
        -- SEP001BD40B5XXX: sccp_device_find_index_for_line return: 1
           > notify asterisk to set state to sccp channelstate DOWN (0) => asterisk: Device is not in use (1) on channel SCCP/02514193XXX
        -- SEP001BD40B5XXX: Attaching line 02517129XXX with instance 2 to this device
        -- SEP001BD40B5XXX: sccp_device_find_index_for_line searching for 02517129XXX
        -- SEP001BD40B5XXX: sccp_device_find_index_for_line found: 2
        -- SEP001BD40B5XXX: sccp_device_find_index_for_line return: 2
           > notify asterisk to set state to sccp channelstate DOWN (0) => asterisk: Device is not in use (1) on channel SCCP/02517129XXX

  12. #12
    IPPF-Tausend-VIP
    Registriert seit
    22.08.2004
    Ort
    LE
    Beiträge
    1.950
    Dann musst da eine Beschränkung sein.
    sccp show globals

    Bzgl default context bist du dir der Sicherheit in Verbindung mit sip bewusst?
    Anbindung: T-DSL 768/128, Arcor DSL-Flat 2 MBit/256kbits
    Router: Cisco 806
    Server: Asterisk branch 1.8
    Phone(s): Cisco 7970, Cisco 7971, Cisco 7906, Cisco 7912, Cisco 7921, Cisco 7940, iphone
    channel: chan-sccp-b v4 DeveloperPreview
    Provider: sipgate.de, sipphone.com

  13. #13
    IPPF-Einsteiger
    Registriert seit
    12.07.2005
    Beiträge
    25
    Ja natürlich, aber das kann ich ja später noch umstellen wenn alles vernünftig läuft. Ich weiß aber was du meinst.

    Code:
    Platform byte order   : LITTLE ENDIAN
    Protocol Version      : 17
    Server Name           : Asterisk
    Bind Address          : 178.77.72.XXX:2000
    Nat                   : No
    Direct RTP            : No
    Keepalive             : 30
    Debug                 : (1) core
    Date format           : D.M.Y
    First digit timeout   : 16
    Digit timeout         : 8
    SCCP tos (signaling)  : 104
    SCCP cos (signaling)  : 4
    AUDIO tos (rtp)       : 184
    AUDIO cos (rtp)       : 6
    VIDEO tos (vrtp)      : 136
    VIDEO cos (vrtp)      : 5
    Context               : default
    Language              :
    Accountcode           :
    Musicclass            :
    AMA flags             : 3 - DOCUMENTATION
    Callgroup             :
    Pickupgroup           :
    Capabilities          : 0x10c (ulaw|alaw|g729)
    Codecs preference     : (alaw|ulaw|g729)
    CFWDALL               : No
    CFWBUSY               : No
    CFWNOANSWER           : No
    Call Events:          : No
    DND                   : Reject
    Park                  : Enabled
    Private softkey       : Enabled
    Echo cancel           : Enabled
    Silence suppression   : Disabled
    Trust phone ip        : No
    Early RTP             : No
    AutoAnswer ringtime   : 0
    AutoAnswer tone       : 50
    RemoteHangup tone     : 50
    Transfer tone         : 0
    CallWaiting tone      : 45
    Jitterbuffer enabled  : No
    Jitterbuffer forced   : No
    Jitterbuffer max size : -1
    Jitterbuffer resync   : -1
    Jitterbuffer impl     :
    Jitterbuffer log      : No
    Jitterbuf target extra: -1

  14. #14
    IPPF-Tausend-VIP
    Registriert seit
    22.08.2004
    Ort
    LE
    Beiträge
    1.950
    kannst du in der src/scc_actions.c folgende ersetzung durchführen:
    Code:
    if(r->length < 56) {
    	 	// registration request with protocol 0 version structure.
    durch
    Code:
    if(r->length < 56 && d->protocolversion == 0) {
    	 	// registration request with protocol 0 version structure.
    Anbindung: T-DSL 768/128, Arcor DSL-Flat 2 MBit/256kbits
    Router: Cisco 806
    Server: Asterisk branch 1.8
    Phone(s): Cisco 7970, Cisco 7971, Cisco 7906, Cisco 7912, Cisco 7921, Cisco 7940, iphone
    channel: chan-sccp-b v4 DeveloperPreview
    Provider: sipgate.de, sipphone.com

  15. #15
    IPPF-Einsteiger
    Registriert seit
    12.07.2005
    Beiträge
    25
    Ja habe ich gemacht, bringt aber keine Veränderung. Vom Server wird nach wie vor mit Protokollversion 12 geantwortet.

  16. #16
    IPPF-Einsteiger
    Registriert seit
    12.07.2005
    Beiträge
    25
    Hast du noch eine Idee? Gruß Markus

  17. #17
    IPPF-Tausend-VIP
    Registriert seit
    22.08.2004
    Ort
    LE
    Beiträge
    1.950
    das phone mit der firmware macht nur 12, war von einer anderen version ausgegangen
    Anbindung: T-DSL 768/128, Arcor DSL-Flat 2 MBit/256kbits
    Router: Cisco 806
    Server: Asterisk branch 1.8
    Phone(s): Cisco 7970, Cisco 7971, Cisco 7906, Cisco 7912, Cisco 7921, Cisco 7940, iphone
    channel: chan-sccp-b v4 DeveloperPreview
    Provider: sipgate.de, sipphone.com

  18. #18
    IPPF-Einsteiger
    Registriert seit
    27.08.2005
    Beiträge
    3
    Hallo ich hab das selbe Problem mit 3.0 RC3.1
    anbei sccp show device, sccp show globals und der Debug output von der Registrierung des Phones
    Vielleicht kann ja wer licht in die Sache bringen.

    Code:
    sccp show device SEP001F9E265283
    Current settings for selected Device
    ------------------------------------
    
    MAC-Address        : SEP001F9EXXXXXX
    Protocol Version   : Supported '20', In Use '20'
    Keepalive          : 60
    Registration state : OK(3)
    State              : On Hook(0)
    MWI handset light  : OFF
    Description        : Sysadmin
    Config Phone Type  : 7970
    Skinny Phone Type  : Cisco 7970(30006)
    Softkey support    : Yes
    BTemplate support  : Yes
    linesRegistered    : Yes
    Image Version      : P00405000700
    Timezone Offset    : 0
    Capabilities       : 0x10c (ulaw|alaw|g729)
    Codecs preference  : (alaw|g729|gsm)
    DND Feature enabled: YES
    DND Status         : Disabled
    Can Transfer       : Yes
    Can Park           : Yes
    Private softkey    : Enabled
    Can CFWDALL        : Yes
    Can CFWBUSY        : Yes
    Can CFWNOANSWER    : Yes
    Dtmf mode          : In-Band
    Nat                : No
    Videosupport?      : No
    Direct RTP         : No
    Trust phone ip     : No
    Bind Address       : XXX.XXX.XXX.XXX:52078
    Early RTP          : No
    Device State (Acc.): On Hook
    Last Used Accessory: Speaker
    Last dialed number : 23
    PendingUpdate      : No
    PendingDelete      : No
    Code:
    SCCP channel driver global settings
    ------------------------------------
    
    Platform byte order   : LITTLE ENDIAN
    Protocol Version      : 20
    Server Name           : Asterisk
    Bind Address          : XXX.XXX.XXX.XXX:2000
    Nat                   : No
    Direct RTP            : No
    Keepalive             : 60
    Debug                 : (1) core
    Date format           : D.M.Y
    First digit timeout   : 16
    Digit timeout         : 8
    SCCP tos (signaling)  : 104
    SCCP cos (signaling)  : 4
    AUDIO tos (rtp)       : 184
    AUDIO cos (rtp)       : 6
    VIDEO tos (vrtp)      : 136
    VIDEO cos (vrtp)      : 5
    Context               : sccp
    Language              : at
    Accountcode           :
    Musicclass            : default
    AMA flags             : 3 - DOCUMENTATION
    Callgroup             :
    Pickupgroup           :
    Capabilities          : 0x10a (gsm|alaw|g729)
    Codecs preference     : (alaw|g729|gsm)
    CFWDALL               : Yes
    CFWBUSY               : Yes
    CFWNOANSWER           : Yes
    Call Events:          : No
    DND                   : Reject
    Park                  : Enabled
    Private softkey       : Enabled
    Echo cancel           : Enabled
    Silence suppression   : Disabled
    Trust phone ip        : No
    Early RTP             : Yes
    AutoAnswer ringtime   : 1
    AutoAnswer tone       : 50
    RemoteHangup tone     : 50
    Transfer tone         : 50
    CallWaiting tone      : 45
    Registration Context  :
    Jitterbuffer enabled  : Yes
    Jitterbuffer forced   : No
    Jitterbuffer max size : 300
    Jitterbuffer resync   : -1
    Jitterbuffer impl     : adaptive
    Jitterbuffer log      : Yes
    Jitterbuf target extra: -1
    Code:
    SCCP: Accepted connection from XXX.XXX.XXX.XXX
        -- SCCP: Using ip XXX.XXX.XXX.XXX
    [Jun 24 02:50:53] WARNING[32307]: sccp_socket.c:87 sccp_read_data: SCCP: read() returned zero length. Assuming closed connection.
        -- SCCP: Accepted connection from XXX.XXX.XXX.XXX
        -- SCCP: Using ip XXX.XXX.XXX.XXX
     SEP001F9EXXXXXX: is registering, Instance: 0, Type: Cisco 7970 (30006), Version: 20
        -- SEP001F9EXXXXXX: Allocating device to session (29) XXX.XXX.XXX.XXX
        -- SEP001F9EXXXXXX: Ask the phone to send keepalive message every 41 seconds
        -- SEP001F9EXXXXXX: asked our protocol capability (20). We answered (20).
        -- SEP001F9EXXXXXX: Building button template Cisco 7970(30006), user config 7970
        -- SEP001F9EXXXXXX: >> Send message Button Template Message
        -- SEP001F9EXXXXXX: Button(0)[ 1] = Redial
        -- SEP001F9EXXXXXX: Button(1)[ 2] = NewCall
        -- SEP001F9EXXXXXX: Button(2)[ 3] = Hold
        -- SEP001F9EXXXXXX: Button(3)[ 4] = Transfer
        -- SEP001F9EXXXXXX: Button(4)[ 5] = CFwdALL
        -- SEP001F9EXXXXXX: Button(5)[ 6] = CFwdBusy
        -- SEP001F9EXXXXXX: Button(6)[ 7] = CFwdNoAnswer
        -- SEP001F9EXXXXXX: Button(7)[ 8] = &lt;&lt;
        -- SEP001F9EXXXXXX: Button(8)[ 9] = EndCall
        -- SEP001F9EXXXXXX: Button(9)[10] = Resume
        -- SEP001F9EXXXXXX: Button(10)[11] = Answer
        -- SEP001F9EXXXXXX: Button(11)[12] = Info
        -- SEP001F9EXXXXXX: Button(12)[13] = Confrn
        -- SEP001F9EXXXXXX: Button(13)[14] = Park
        -- SEP001F9EXXXXXX: Button(14)[15] = Join
        -- SEP001F9EXXXXXX: Button(15)[16] = MeetMe
        -- SEP001F9EXXXXXX: Button(16)[17] = PickUp
        -- SEP001F9EXXXXXX: Button(17)[18] = GPickUp
        -- SEP001F9EXXXXXX: Button(18)[19] = RmLstC
        -- SEP001F9EXXXXXX: Button(19)[20] = CallBack
        -- SEP001F9EXXXXXX: Button(20)[21] = Barge
        -- SEP001F9EXXXXXX: Button(21)[22] = DND
        -- SEP001F9EXXXXXX: Button(22)[23] = ConfList
        -- SEP001F9EXXXXXX: Button(23)[24] = Select
        -- SEP001F9EXXXXXX: Button(24)[25] = Private
        -- SEP001F9EXXXXXX: Button(25)[26] = TrnsfVM
        -- SEP001F9EXXXXXX: Button(26)[27] = DirTrfr
        -- SEP001F9EXXXXXX: Button(27)[28] = iDivert
        -- SEP001F9EXXXXXX: Button(28)[29] = Video Mode
        -- SEP001F9EXXXXXX: Button(29)[30] = Intrcpt
        -- SEP001F9EXXXXXX: Button(30)[31] = Empty
        -- SEP001F9EXXXXXX: >> Send message SoftKey Template Response
        -- SEP001F9EXXXXXX: searching for softkeyset: softkeyset!
        -- SEP001F9EXXXXXX: using softkeyset: softkeyset!
        -- SEP001F9EXXXXXX: d->softkeyDefinition=softkeyset!
        -- SEP001F9EXXXXXX: softkey count: 11
        -- SEP001F9EXXXXXX: TRANSFER        is enabled
        -- SEP001F9EXXXXXX: DND             is disabled
        -- SEP001F9EXXXXXX: PRIVATE         is enabled
        -- SEP001F9EXXXXXX: PARK            is  enabled
        -- SEP001F9EXXXXXX: CFWDALL         is  enabled
        -- SEP001F9EXXXXXX: CFWDBUSY        is  enabled
        -- SEP001F9EXXXXXX: CFWDNOANSWER    is  enabled
        -- SEP001F9EXXXXXX: TRNSFVM/IDIVERT is  enabled
        -- SEP001F9EXXXXXX: MEETME          is  enabled
        -- SEP001F9EXXXXXX: PICKUPGROUP     is  enabled
        -- SEP001F9EXXXXXX: PICKUPEXTEN     is  enabled
        -- SEP001F9EXXXXXX: Set[0 ]= 0 :Redial     1 :GPickUp    2 :PickUp     3 :NewCall    4 :CFwdALL    5 :DND
        -- SEP001F9EXXXXXX: Set[1 ]= 0 :Hold       1 :EndCall    2 :Park       3 :Select     4 :CFwdALL    5 :CFwdBusy   6 :iDivert
        -- SEP001F9EXXXXXX: Set[2 ]= 0 :Resume     1 :NewCall    2 :EndCall    3 :Transfer   4 :Empty      5 :Select     6 :DirTrfr    7 :iDivert
        -- SEP001F9EXXXXXX: Set[3 ]= 0 :Answer     1 :EndCall    2 :iDivert
        -- SEP001F9EXXXXXX: Set[4 ]= 0 :Redial     1 :EndCall    2 :Private    3 :CFwdALL    4 :CFwdBusy   5 :PickUp     6 :GPickUp    7 :MeetMe
        -- SEP001F9EXXXXXX: Set[5 ]= 0 :Hold       1 :EndCall    2 :Transfer   3 :Empty      4 :Park       5 :Select     6 :DirTrfr    7 :CFwdALL    8 :CFwdBusy
        -- SEP001F9EXXXXXX: Set[6 ]= 0 :&lt;&lt;   1 :EndCall
        -- SEP001F9EXXXXXX: Set[7 ]= 0 :Hold       1 :EndCall    2 :Join
        -- SEP001F9EXXXXXX: Set[8 ]= 0 :EndCall    1 :Transfer   2 :CFwdALL    3 :iDivert
        -- SEP001F9EXXXXXX: Set[9 ]= 0 :Redial     1 :EndCall
        -- SEP001F9EXXXXXX: Set[10]= 0 :PickUp
        -- There are 11 SoftKeySets.
        -- SEP001F9EXXXXXX: >> Send message SoftKey Set Response
        -- SEP001F9EXXXXXX: Send softkeyset to On Hook(0) on line 0  and call 0
        -- SEP001F9EXXXXXX: >> Send message Select SoftKeys Message
        -- SEP001F9EXXXXXX: >> Send message Config State Message
        -- SEP001F9EXXXXXX: Sending ConfigStatMessage, lines 2, speeddials 5
        -- SEP001F9EXXXXXX: Device has 8 Capabilities
        -- SEP001F9EXXXXXX: SCCP:    25 Wideband 256k             AST:     0 unknown
        -- SEP001F9EXXXXXX: SCCP:     4 G.711 u-law 64k           AST:     4 G.711 u-law
        -- SEP001F9EXXXXXX: SCCP:     2 G.711 A-law 64k           AST:     8 G.711 A-law
        -- SEP001F9EXXXXXX: SCCP:    15 G.729 Annex B             AST:     0 unknown
        -- SEP001F9EXXXXXX: SCCP:    16 G.729 Annex A + B         AST:     0 unknown
        -- SEP001F9EXXXXXX: SCCP:    11 G.729                     AST:     0 unknown
        -- SEP001F9EXXXXXX: SCCP:    12 G.729 Annex A             AST:   256 G.729A
        -- SEP001F9EXXXXXX: SCCP:     1 Non-standard codec        AST:     0 unknown
        -- SEP001F9EXXXXXX: Looking for line with instance 1.
        -- SEP001F9EXXXXXX: button instance 1, type: 0
        -- SCCP: Found line 200
        -- SEP001F9EXXXXXX: >> Send message Line State Message
        -- SEP001F9EXXXXXX: Send Forward Status.  Line: 200
        -- SEP001F9EXXXXXX: >> Send message Forward State Message
        -- SEP001F9EXXXXXX: Sent Forward Status.  Line: 200
        -- SEP001F9EXXXXXX: Got Forward Status Request.  Line: 1
        -- SEP001F9EXXXXXX: Looking for line with instance 1.
        -- SEP001F9EXXXXXX: button instance 1, type: 0
        -- SCCP: Found line 200
        -- SEP001F9EXXXXXX: Send Forward Status.  Line: 200
        -- SEP001F9EXXXXXX: >> Send message Forward State Message
        -- SEP001F9EXXXXXX: Sent Forward Status.  Line: 200
        -- SEP001F9EXXXXXX: Looking for line with instance 2.
        -- SEP001F9EXXXXXX: button instance 1, type: 0
        -- SEP001F9EXXXXXX: button instance 2, type: 0
        -- SCCP: Found line 2000
        -- SEP001F9EXXXXXX: >> Send message Line State Message
        -- SEP001F9EXXXXXX: Send Forward Status.  Line: 2000
        -- SEP001F9EXXXXXX: >> Send message Forward State Message
        -- SEP001F9EXXXXXX: Sent Forward Status.  Line: 2000
        -- SEP001F9EXXXXXX: Got Forward Status Request.  Line: 2
        -- SEP001F9EXXXXXX: Looking for line with instance 2.
        -- SEP001F9EXXXXXX: button instance 1, type: 0
        -- SEP001F9EXXXXXX: button instance 2, type: 0
        -- SCCP: Found line 2000
        -- SEP001F9EXXXXXX: Send Forward Status.  Line: 2000
        -- SEP001F9EXXXXXX: >> Send message Forward State Message
        -- SEP001F9EXXXXXX: Sent Forward Status.  Line: 2000
        -- SEP001F9EXXXXXX: >> Send message SpeedDial State Dynamic Message
        -- SEP001F9EXXXXXX: >> Send message SpeedDial State Dynamic Message
        -- SEP001F9EXXXXXX: >> Send message SpeedDial State Dynamic Message
        -- SEP001F9EXXXXXX: >> Send message SpeedDial State Dynamic Message
        -- SEP001F9EXXXXXX: Speed Dial Request for Button 5
        -- SEP001F9EXXXXXX: >> Send message SpeedDial State Message
        -- SEP001F9EXXXXXX: >> Send message SpeedDial State Dynamic Message
        -- SEP001F9EXXXXXX: got FeatureChangeEvent 1
        -- SEP001F9EXXXXXX: >> Send message Define Time Date
        -- SEP001F9EXXXXXX: Send date/time
        -- SEP001F9EXXXXXX: >> Send message Set Lamp Message
        -- SEP001F9EXXXXXX: Device does not support RegisterAvailableLinesMessage, force this
        -- SEP001F9EXXXXXX: Phone available lines 2
        -- SEP001F9EXXXXXX: Attaching line 200 with instance 1 to this device
        -- SEP001F9EXXXXXX: sccp_device_find_index_for_line searching for 200
        -- SEP001F9EXXXXXX: sccp_device_find_index_for_line found: 1
        -- SEP001F9EXXXXXX: sccp_device_find_index_for_line return: 1
        -- SEP001F9EXXXXXX: Attaching line 2000 with instance 2 to this device
        -- SEP001F9EXXXXXX: sccp_device_find_index_for_line searching for 2000
        -- SEP001F9EXXXXXX: sccp_device_find_index_for_line found: 2
        -- SEP001F9EXXXXXX: sccp_device_find_index_for_line return: 2
        -- SEP001F9EXXXXXX: >> Send message Display Notify Message
        -- SEP001F9EXXXXXX: Display notify with timeout 5
        -- SEP001F9EXXXXXX: >> Send message Clear Prompt Status Message
        -- SEP001F9EXXXXXX: Clear the status prompt on line 0 and callid 0
        -- SEP001F9EXXXXXX: >> Send message Display Dynamic Prompt Status Message
        -- SEP001F9EXXXXXX: Display prompt on line 0, callid 0, timeout 0
        -- SEP001F9EXXXXXX: Send softkeyset to On Hook(0) on line 0  and call 0
        -- SEP001F9EXXXXXX: >> Send message Select SoftKeys Message
        -- SEP001F9EXXXXXX: Send softkeyset to On Hook(0) on line 1  and call 0
        -- SEP001F9EXXXXXX: >> Send message Select SoftKeys Message
        -- SEP001F9EXXXXXX: >> Send message SpeedDial State Dynamic Message
        -- SEP001F9EXXXXXX: Send softkeyset to On Hook(0) on line 2  and call 0
        -- SEP001F9EXXXXXX: >> Send message Select SoftKeys Message
        -- SEP001F9EXXXXXX: >> Send message SpeedDial State Dynamic Message
        -- SEP001F9EXXXXXX: Send softkeyset to On Hook(0) on line 3  and call 0
        -- SEP001F9EXXXXXX: >> Send message Select SoftKeys Message
        -- SEP001F9EXXXXXX: >> Send message SpeedDial State Dynamic Message
        -- SEP001F9EXXXXXX: Send softkeyset to On Hook(0) on line 4  and call 0
        -- SEP001F9EXXXXXX: >> Send message Select SoftKeys Message
        -- SEP001F9EXXXXXX: >> Send message SpeedDial State Dynamic Message
        -- SEP001F9EXXXXXX: Post registration process... done!
        -- SEP001F9EXXXXXX: Accessory 'Headset' is 'On Hook' (0)
        -- SEP001F9EXXXXXX: Accessory 'Handset' is 'On Hook' (0)

  19. #19
    IPPF-Tausend-VIP
    Registriert seit
    22.08.2004
    Ort
    LE
    Beiträge
    1.950
    Kannst Du das Problem noch mal kurz erläutern?
    Anbindung: T-DSL 768/128, Arcor DSL-Flat 2 MBit/256kbits
    Router: Cisco 806
    Server: Asterisk branch 1.8
    Phone(s): Cisco 7970, Cisco 7971, Cisco 7906, Cisco 7912, Cisco 7921, Cisco 7940, iphone
    channel: chan-sccp-b v4 DeveloperPreview
    Provider: sipgate.de, sipphone.com

  20. #20
    IPPF-Einsteiger
    Registriert seit
    27.08.2005
    Beiträge
    3
    Für alle getätigten Anrufen steht in der "Placed Calls" liste nur "To Unknown Number" wenn ich auf Details drücke kann ich die Uhrzeit und die Dauer des Gesprächs sehen.

Seite 1 von 2 12 LetzteLetzte

Ähnliche Themen

  1. Chan-SCCP-b & Asterisk 1.8
    Von scriptor im Forum Cisco
    Antworten: 2
    Letzter Beitrag: 24.08.2011, 17:10
  2. chan-sccp-b release für asterisk 1.2 und 1.4
    Von chaos2000 im Forum Cisco
    Antworten: 208
    Letzter Beitrag: 17.12.2010, 15:19
  3. chan-sccp - Asterisk mit Cisco CallManager
    Von caipiranha im Forum Cisco
    Antworten: 5
    Letzter Beitrag: 13.02.2010, 13:22
  4. chan-sccp fehler beim kompilieren ?
    Von SkyTalker im Forum Cisco
    Antworten: 3
    Letzter Beitrag: 08.09.2009, 10:08
  5. [gelöst] fehler beim chan-capi 1.0.0 compilieren
    Von alex0801 im Forum Asterisk ISDN mit CAPI (chan_capi, chan_capi_cm)
    Antworten: 1
    Letzter Beitrag: 16.03.2007, 11:23

Berechtigungen

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