[Home]

Summary:ASTERISK-18332: chan_dahdi does not seem to report User Rate from Bearer Capabiities
Reporter:David Woodhouse (dwmw2)Labels:
Date Opened:2011-08-23 18:36:39Date Closed:2011-09-14 10:40:23
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_dahdi/NewFeature
Versions:1.8.5.0 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The V.110 application (see issue 15175) wants to know the User rate specified in the Bearer Capabilities.

With an mISDN channel this gets put into a MISDN_URATE variable. With Dahdi I *see* it...
{noformat}
PRI Span: 2 < Bearer Capability (len= 8) [ Ext: 1  Coding-Std: 0  Info transfer capability: Unrestricted digital information (8)
PRI Span: 2 <                              Ext: 1  Trans mode/rate: 64kbps, circuit-mode (16)
PRI Span: 2 <                                User information layer 1: V.110 Rate Adaption (33)
PRI Span: 2 <                                Async: 1, Negotiation: 0, User rate: 9.6 kbit/s (0x8)
{noformat}
... but there seems to be no way for app_v110 to get access to it.
Comments:By: Richard Mudgett (rmudgett) 2011-08-30 12:54:07.775-0500

Libpri does not pass that information up to chan_dahdi.

By: Leif Madsen (lmadsen) 2011-08-30 14:17:23.672-0500

Per Richard, we'd need a patch to libpri to be submitted to expose this functionality. Would you be willing to submit that patch?