Giter Club home page Giter Club logo

Comments (15)

dkgroot avatar dkgroot commented on May 25, 2024

In principle good that it does cleanup after itself.

Not good is that we are missing a release somewhere. Do you have the sccp_refs file / sccp debug logging that belongs to this session ?

from chan-sccp.

marcelloceschia avatar marcelloceschia commented on May 25, 2024

Nein, das ist ein produktivsystem.
ich kann aber die config holen

from chan-sccp.

dkgroot avatar dkgroot commented on May 25, 2024

Wir mussen da nochmal in ruhe durch. Habe bei mir auch schon welche gefunden.

from chan-sccp.

marcelloceschia avatar marcelloceschia commented on May 25, 2024

refcount:1171
da scheint es noch ein problem zu geben

Unloaded chan_sccp.so
[Mar 13 12:11:12] NOTICE[25717]: sccp_refcount.c:119 sccp_refcount_destroy: SCCP: (Refcount) destroying...
[Mar 13 12:11:12] NOTICE[25717]: sccp_refcount.c:128 sccp_refcount_destroy: Cleaning up [ 45]=type:             line, id:                       10, ptr:     0xb749ae40, refcount:1171, alive: yes, size:1544
[Mar 13 12:11:12] NOTICE[25717]: sccp_refcount.c:128 sccp_refcount_destroy: Cleaning up [132]=type:           device, id:          SEP0017596EA95D, ptr:     0xb7499200, refcount: 162, alive: yes, size:3188
[Mar 13 12:11:12] NOTICE[25717]: sccp_refcount.c:128 sccp_refcount_destroy: Cleaning up [213]=type:           device, id:          SEP001D457DD32C, ptr:     0xb74933c0, refcount:   3, alive: yes, size:3188
[Mar 13 12:11:12] NOTICE[25717]: sccp_refcount.c:128 sccp_refcount_destroy: Cleaning up [322]=type:          channel, id:         SCCP/10-0000008f, ptr:     0xb5693ba0, refcount:   2, alive: yes, size:1608
[Mar 13 12:11:12] NOTICE[25717]: sccp_refcount.c:128 sccp_refcount_destroy: Cleaning up [412]=type:          channel, id:         SCCP/10-00000046, ptr:     0xb74f9f58, refcount:   1, alive: yes, size:1608
[Mar 13 12:11:12] NOTICE[25717]: sccp_refcount.c:128 sccp_refcount_destroy: Cleaning up [418]=type:           device, id:          SEP001D457DD255, ptr:     0xb7496b88, refcount: 215, alive: yes, size:3188
[Mar 13 12:11:12] NOTICE[25717]: sccp_refcount.c:128 sccp_refcount_destroy: Cleaning up [529]=type:          channel, id:         SCCP/10-000000aa, ptr:     0xb5679cc8, refcount:   1, alive: yes, size:1608
[Mar 13 12:11:12] NOTICE[25717]: pbx_impl/ast/astTrunk.c:3057 unload_module: Running Cleanup
[Mar 13 12:11:12] NOTICE[25717]: pbx_impl/ast/astTrunk.c:3063 unload_module: Module chan_sccp unloaded

from chan-sccp.

dkgroot avatar dkgroot commented on May 25, 2024

Aaaaii, sieht so aus. Ich nehme an das 10 ein shared lines ist oder.

Kannst du eine kurzeren sample machen, und mir davon der logging geben,
dann kann ich vielleich finden wo das falsch geht.

Diederik

On 03/13/2013 01:14 PM, marcelloceschia wrote:

refcount:1171
da scheint es noch ein problem zu geben

|Unloaded chan_sccp.so
[Mar 13 12:11:12] NOTICE[25717]: sccp_refcount.c:119 sccp_refcount_destroy: SCCP: (Refcount) destroying...
[Mar 13 12:11:12] NOTICE[25717]: sccp_refcount.c:128 sccp_refcount_destroy: Cleaning up [ 45]=type: line, id: 10, ptr: 0xb749ae40, refcount:1171, alive: yes, size:1544
[Mar 13 12:11:12] NOTICE[25717]: sccp_refcount.c:128 sccp_refcount_destroy: Cleaning up [132]=type: device, id: SEP0017596EA95D, ptr: 0xb7499200, refcount: 162, alive: yes, size:3188
[Mar 13 12:11:12] NOTICE[25717]: sccp_refcount.c:128 sccp_refcount_destroy: Cleaning up [213]=type: device, id: SEP001D457DD32C, ptr: 0xb74933c0, refcount: 3, alive: yes, size:3188
[Mar 13 12:11:12] NOTICE[25717]: sccp_refcount.c:128 sccp_refcount_destroy: Cleaning up [322]=type: channel, id: SCCP/10-0000008f, ptr: 0xb5693ba0, refcount: 2, alive: yes, size:1608
[Mar 13 12:11:12] NOTICE[25717]: sccp_refcount.c:128 sccp_refcount_destroy: Cleaning up [412]=type: channel, id: SCCP/10-00000046, ptr: 0xb74f9f58, refcount: 1, alive: yes, size:1608
[Mar 13 12:11:12] NOTICE[25717]: sccp_refcount.c:128 sccp_refcount_destroy: Cleaning up [418]=type: device, id: SEP001D457DD255, ptr: 0xb7496b88, refcount: 215, alive: yes, size:3188
[Mar 13 12:11:12] NOTICE[25717]: sccp_refcount.c:128 sccp_refcount_destroy: Cleaning up [529]=type: channel, id: SCCP/10-000000aa, ptr: 0xb5679cc8, refcount: 1, alive: yes, size:1608
[Mar 13 12:11:12] NOTICE[25717]: pbx_impl/ast/astTrunk.c:3057 unload_module: Running Cleanup
[Mar 13 12:11:12] NOTICE[25717]: pbx_impl/ast/astTrunk.c:3063 unload_module: Module chan_sccp unloaded
|


Reply to this email directly or view it on GitHub
#47 (comment).

from chan-sccp.

marcelloceschia avatar marcelloceschia commented on May 25, 2024

ich kann dir die conf schicken, logging geht z.Z. nicht, die phones haben kein internet

from chan-sccp.

dkgroot avatar dkgroot commented on May 25, 2024

Ein zeitpunkt in der zeit ginge auch.

sccp debug core line refcount
sccp show refcount
...
...
Make calls
...
...
sccp show refcount
sccp debug no line refcount

Dann wurdest du kein restart brauchen. Ware dann nett wenn wir auch ein
/tmp/sccp_refs hatten. Aber diese machine ist vielleicht ohne
--enable-refcount-debug compiliert.

Diederik

On 03/13/2013 01:28 PM, marcelloceschia wrote:

ich kann dir die conf schicken, logging geht z.Z. nicht, die phones
haben kein internet


Reply to this email directly or view it on GitHub
#47 (comment).

from chan-sccp.

marcelloceschia avatar marcelloceschia commented on May 25, 2024

ich hab dir geschrieben das ich kein debug machen kann, weil die phones nicht erreichbar sind

from chan-sccp.

dkgroot avatar dkgroot commented on May 25, 2024

On 03/13/2013 03:03 PM, marcelloceschia wrote:

ich hab dir geschrieben das ich kein debug machen kann, weil die
phones nicht erreichbar sind

Ich versteh aber nicht was das heist. Kannst du von remote nicht auf der
asterisk server ? Oder meinst du was anderes ?

Diederik


Reply to this email directly or view it on GitHub
#47 (comment).

from chan-sccp.

marcelloceschia avatar marcelloceschia commented on May 25, 2024

ich kann auf den server, aber keine devices.

from chan-sccp.

dkgroot avatar dkgroot commented on May 25, 2024

Vielleicht das du der letzte variante demnachst mal probieren kannst,
dort sollte jedenfalls de sccp_handle_dialtone refcount gefixed sein.

Diederik

On 03/13/2013 07:26 PM, marcelloceschia wrote:

ich kann auf den server, aber keine devices.


Reply to this email directly or view it on GitHub
#47 (comment).

from chan-sccp.

marcelloceschia avatar marcelloceschia commented on May 25, 2024

see #100

from chan-sccp.

dkgroot avatar dkgroot commented on May 25, 2024

Gut gefunden, nice one
Close ??

from chan-sccp.

dkgroot avatar dkgroot commented on May 25, 2024

Ist dies jetzt noch vorgekommen ?

from chan-sccp.

marcelloceschia avatar marcelloceschia commented on May 25, 2024

ja

from chan-sccp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.