[Home]

Summary:ASTERISK-08435: [patch] app_page.so 's' option flag - skip adding channel to meetme if devicestatus != not in use
Reporter:Erik Sundberg (sunder)Labels:
Date Opened:2006-12-26 11:03:02.000-0600Date Closed:2007-01-17 23:25:00.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_page
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_page.c.s_option.patch
Description:Currently the paging application doesn't check to see if the channel that is being added to the meetme conf bridge is in use or not. This patch will check the channel that is being added to the conf bridge and make sure that the devicestate is eqult to 1(not in use). If the phone is not in use it will add it to they conf bridge. If not it will display a message and skip adding the phone to the channel.

This patch is very help full if you have phones that are "in use" and you page  over the speaker phone on the phone. Then people will not think that they have another call.

page option: s - skip channel if device state not equal to "1 - not in use"

NOTE: also fixed a spacing issue for the q flag when doing a show application page

****** ADDITIONAL INFORMATION ******

Please add to BE.
Comments:By: Erik Sundberg (sunder) 2006-12-29 11:12:14.000-0600

Disclaimer is now on file

By: Joshua C. Colp (jcolp) 2006-12-30 12:36:52.000-0600

Since this is a new feature we can only put it into trunk in the open source Asterisk. As for BE, it would probably only go into the next major version.

By: Joshua C. Colp (jcolp) 2007-01-17 23:25:00.000-0600

Put into trunk as of revision 51215. Thanks!