[asterisk-bugs] [JIRA] Updated: (ASTERISK-460) [patch] Campon feature

Alec Davis (JIRA) noreply at issues.asterisk.org
Mon Oct 1 14:41:27 CDT 2012


     [ https://issues.asterisk.org/jira/browse/ASTERISK-460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alec Davis updated ASTERISK-460:
--------------------------------

    Attachment: campon-1.8.diff.txt

uploaded campon-1.8.diff.txt

Still in use on production server.

> [patch] Campon feature
> ----------------------
>
>                 Key: ASTERISK-460
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-460
>             Project: Asterisk
>          Issue Type: New Feature
>          Components: Applications/app_queue
>            Reporter: pliew
>         Attachments: 0000464-app_queue.diff, campon-1.6.2-diff2.txt, campon-1.6.2-diff.txt, campon-1.8.diff.txt
>
>
> 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.
> ****** ADDITIONAL INFORMATION ******
> Sample extensions.conf
> [macro-ext]
> ;
> ; Standard extension macro:
> ;   ${ARG1} - Technology/Number
> ;
> exten => s,1,Dial(${ARG1},30|tr)
> exten => s,2,Voicemail(u${MACRO_EXTEN})
> exten => s,102,Campon(${ARG1}) ; phone busy camp the caller on
> exten => s,103,Voicemail(b${MACRO_EXTEN}) ; caller decides to leave voicemail by pressing 1
> exten => s,203,Directory(Default)        ; caller decides to call another extension by pressing 2
> You have to record "campon" voice file to instruct the caller ie "extension in busy, press 1 for voicemail, 2 for directory, or hold the line to wait". A repeat voice file "campon-repeat" is used for subsequent instructions every 45 seconds (default). The default MOH used is "default", these can be overwritten by adding to queues.conf
> [campon]
> music => random
> timeout => 30

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list