[Home]

Summary:ASTERISK-13128: [patch] Add 'i' option to app_page (disable call forwarding)
Reporter:Mark Michelson (mmichelson)Labels:
Date Opened:2008-11-26 10:44:15.000-0600Date Closed:2008-12-15 14:07:00.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_page
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) page_ignore_forwards.patch
Description:This was requested by Alistair Cunningham on the asterisk-dev list. This was much easier than I thought it would be, requiring only 8 lines of change to the code.
Comments:By: Mark Michelson (mmichelson) 2008-12-01 10:01:47.000-0600

acunningham: I notice that you are monitoring this issue. Have you used the patch yet? Has it performed as you expect? If so, then this can easily be merged into trunk and I can get this issue closed.

By: Alistair Cunningham (acunningham) 2008-12-01 16:42:01.000-0600

We have not tested in detail (it's for use in Enswitch and it will be February or March until we next do a test cycle), but initial tests look good.

By: Mark Michelson (mmichelson) 2008-12-01 17:50:28.000-0600

Same here. I haven't used it in any formal situation yet. I just tried some pages with and without the 'i' option set, and things appeared to work properly.

By: Mark Michelson (mmichelson) 2008-12-15 14:04:41.000-0600

Hmm, I think that given how simple this patch is, and the fact that both of our initial tests have shown that it works, I'm going to close this issue. If it turns out later that there are problems with the functionality, then either this can be re-opened or a new issue may be opened instead.

By: Digium Subversion (svnbot) 2008-12-15 14:06:59.000-0600

Repository: asterisk
Revision: 164428

U   trunk/apps/app_page.c

------------------------------------------------------------------------
r164428 | mmichelson | 2008-12-15 14:06:59 -0600 (Mon, 15 Dec 2008) | 11 lines

Add an 'i' option to app_page. This option works the same as
the 'i' options for app_dial and app_queue, in that they will ignore
any attempts by phones to forward the call.

(closes issue ASTERISK-13128)
Reported by: putnopvut
Patches:
     page_ignore_forwards.patch uploaded by putnopvut (license 60)
Tested by: putnopvut, acunningham


------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=164428