[asterisk-bugs] [Asterisk 0017683]: [patch] I could not find an easy way to access DAHDI channel and span number from the dialplan.
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jul 27 03:00:34 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17683
======================================================================
Reported By: mrwho
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17683
Category: Channels/chan_dahdi/NewFeature
Reproducibility: always
Severity: tweak
Priority: normal
Status: feedback
Asterisk Version: SVN
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 274530
Request Review:
======================================================================
Date Submitted: 2010-07-22 05:52 CDT
Last Modified: 2010-07-27 03:00 CDT
======================================================================
Summary: [patch] I could not find an easy way to access
DAHDI channel and span number from the dialplan.
Description:
I could not find an easy way to access from the dialplan the span and the
PRI channel being used by an Asterisk channel. As a quick solution I
patched chan_dahdi so that it will populate - if applicable - two
variables:
PRI_CHANNEL: the PRI channel number
PRI_SPAN: the PRI span number
These variables can then be used in the dialplan. The patch it's pretty
simple, even if I don't know how much it could be needed by others.
======================================================================
----------------------------------------------------------------------
(0125103) mrwho (reporter) - 2010-07-27 03:00
https://issues.asterisk.org/view.php?id=17683#c125103
----------------------------------------------------------------------
I see the point, the attached patch will add two variables that can be read
using the CHANNEL() function.
Now it's possible to access the span and PRI channel information using:
CHANNEL(pri_span)
and
CHANNEL(pri_channel)
Sorry for the previous patch, I guess I should have asked how it would
have been the proper way of handling this.
Issue History
Date Modified Username Field Change
======================================================================
2010-07-27 03:00 mrwho Note Added: 0125103
======================================================================
More information about the asterisk-bugs
mailing list