[asterisk-bugs] [Asterisk 0017880]: Remove dahdi and meetme dependency for page function
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Aug 25 10:38:13 CDT 2010
The following issue requires your FEEDBACK.
======================================================================
https://issues.asterisk.org/view.php?id=17880
======================================================================
Reported By: ip-rob
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17880
Category: Applications/app_page
Reproducibility: N/A
Severity: feature
Priority: normal
Status: feedback
Asterisk Version: 1.6.2.11
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2010-08-17 19:29 CDT
Last Modified: 2010-08-25 10:38 CDT
======================================================================
Summary: Remove dahdi and meetme dependency for page function
Description:
Most of the features now are independent of dahdi for a timing source now
that there is kernel timing available in 1.6.2. app_page.c is still
dependent upon dahdi and meetme because uses meetme to merge the channels.
It would be better to remove that dependency. I've attached a diff which
changes the application to confbridge rather than meetme. The recording
feature isn't available but it seems like a better solution than the
existing app_page.c since it removes the dependencies.
Would it be possible to have the application detect if meetme is available
at build time and then make the "r" option available if meetme is there?
======================================================================
----------------------------------------------------------------------
(0126311) lmadsen (administrator) - 2010-08-25 10:38
https://issues.asterisk.org/view.php?id=17880#c126311
----------------------------------------------------------------------
If you're removing functionality from Page() (because ConfBridge() doesn't
have recording, etc...) then I don't see the point here.
Perhaps you should enable some sort of flag in the Page() application to
control which application is used for mixing the channels? I would not
support removing the ability to use Page() as it currently stands.
Issue History
Date Modified Username Field Change
======================================================================
2010-08-25 10:38 lmadsen Note Added: 0126311
2010-08-25 10:38 lmadsen Status new => feedback
======================================================================
More information about the asterisk-bugs
mailing list