[Home]

Summary:DAHLIN-00243: No audio on outbound calls via PRI. Call flow stops on PRI_EVENT_PROGRESS by sig_pri.c
Reporter:A.J. Fletcher (crossit)Labels:
Date Opened:2011-06-10 14:42:38Date Closed:2011-06-22 21:07:53
Priority:MajorRegression?
Status:Closed/CompleteComponents:dahdi (the module)
Versions:2.4.1.2 Frequency of
Occurrence
Constant
Related
Issues:
Environment:CentOS 2.6.18, Asterisk 1.8.4, libpri 1.4.11.5Attachments:
Description:When making outbound calls to some external numbers via a PRI channel the call connects but there is no audio from the remote end. On a normal call I see: [2011-06-10 12:33:31] VERBOSE[9442] chan_dahdi.c: 1 Done handling message for SAPI/TEI=0/0
[2011-06-10 12:33:31] VERBOSE[9442] sig_pri.c: Span: 1 Processing event: PRI_EVENT_PROGRESS
[2011-06-10 12:33:31] DEBUG[9442] sig_pri.c: Queuing frame from PRI_EVENT_PROGRESS on channel 0/4 span 1
[2011-06-10 12:33:31] VERBOSE[12613] app_dial.c:     -- DAHDI/i1/17242298989-261a is making progress passing it to SIP/6617-00006b64
...
[2011-06-10 12:33:41] VERBOSE[9442] chan_dahdi.c: 1 t203_expire

On the broken call I see this instead:
[2011-06-10 12:33:13] VERBOSE[9442] chan_dahdi.c: 1 Done handling message for SAPI/TEI=0/0
[2011-06-10 12:33:13] VERBOSE[9442] sig_pri.c: Span: 1 Processing event: PRI_EVENT_PROGRESS
...
[2011-06-10 12:33:23] VERBOSE[9442] chan_dahdi.c: 1 t203_expire

sig_pri.c never seems to continue to the "Queuing frame" action.
Comments:By: A.J. Fletcher (crossit) 2011-06-22 21:07:53.403-0500

Actually issue: https://issues.asterisk.org/jira/browse/ASTERISK-17459