freeswitch / spandsp

SpanDSP is a low-level signal processing library that modulates and demodulates signals commonly used in telephony, such as the "noise" generated by a fax modem or DTMF touchpad.
Other
141 stars 117 forks source link

HDLC Output Issue #36

Open fahadnaeem opened 2 years ago

fahadnaeem commented 2 years ago

When I send Signaling channels to HDLC library, it returns HDLC Frame is Ok but the s->buffer which should have the HDLC frame gives segmentation fault whenever I try to access it in theframe_handler function.

coppice-git commented 10 months ago

Why are you trying to access the library's internal data?