[asterisk-bugs] [Asterisk 0000464]: [patch] Campon feature
Asterisk Bug Tracker
noreply at bugs.digium.com
Fri Oct 8 05:33:30 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=464
======================================================================
Reported By: pliew
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 464
Category: Applications/app_queue
Reproducibility: always
Severity: feature
Priority: normal
Status: closed
Asterisk Version: I did not set the version :(
JIRA:
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 2003-10-30 04:46 CST
Last Modified: 2010-10-08 05:33 CDT
======================================================================
Summary: [patch] Campon feature
Description:
Allows ability to camp-on a caller with MOH, when the extension is busy.
Caller can break out of camp-on by pressing 1 or 2. Drops back onto the
dialplan with different priority. I've put it here because I modified the
app_queue file to provide this functionality.
======================================================================
----------------------------------------------------------------------
(0127804) alecdavis (manager) - 2010-10-08 05:33
https://issues.asterisk.org/view.php?id=464#c127804
----------------------------------------------------------------------
dialplan example:
[dial-campon]
exten => _XXX,1,Campon(SIP/${EXTEN})
exten => _XXX,n,Wait(10)
exten => o,1,NoOp(Operator) ;0 user press
exten => o,n,Wait(10)
exten => v,1,NoOp(VoiceMail) ;1 user press
exten => v,n,Wait(10)
exten => d,1,NoOp(Directory) ;2 user press
exten => d,n,Wait(10)
exten => a,1,NoOp(abort) ;* user press
exten => a,n,Wait(10)
exten => h,1,NoOp(abort) ;# user press
exten => h,n,Wait(10)
[phones]
exten => 649,hint,SIP/${EXTEN}
exten => 649,1,Progress()
exten => 649,n,Goto(dial-campon,${EXTEN},1)
Issue History
Date Modified Username Field Change
======================================================================
2010-10-08 05:33 alecdavis Note Added: 0127804
======================================================================
More information about the asterisk-bugs
mailing list