[Home]

Summary:ASTERISK-05546: [patch] [post-1.2] Multiple extensions pickup
Reporter:Chih-Wei Huang (cwhuang)Labels:
Date Opened:2005-11-10 00:05:02.000-0600Date Closed:2006-01-13 10:03:08.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_directed_pickup
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) multiple-pickup.diff
( 1) multiple-pickup2.diff
( 2) pickup_multiple.diff
Description:I have modified the Pickup application (app_directed_pickup.c) to accept multiple extensions pickup syntax, like

Pickup(extension1&extension2&...)

For example,

Pickup(601&602&603)

will try to pickup extension 601, 602, 603 sequentially, if one of them is in ringing state.
Comments:By: Chih-Wei Huang (cwhuang) 2005-11-10 00:14:44.000-0600

I uploaded two patches with the same feature. multiple-pickup.diff keeps the original indented format so you can read what I added more easily, while multiple-pickup2.diff is the formated one.
Please just apply only one of them!!



By: opsys (opsys) 2005-11-12 23:11:52.000-0600

How is this different than pickupgroups??  Other than it is set in the Dialplan instead of per channel??

By: opsys (opsys) 2005-12-31 07:17:42.000-0600

Do we need this??
How dowes it handle multiple contexts?

/HOUSEKEEPING

By: Matt O'Gorman (mogorman) 2006-01-13 09:06:45.000-0600

well i updated the patch, for svn trunk, however it seems to have a n issue wihn multiple devices are ringing and trying to do the pickup.  it does work if only one device is ringing.

By: Matt O'Gorman (mogorman) 2006-01-13 10:02:41.000-0600

Committed revision 8057. into trunk