(issue #16384)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@236306
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
Applications
------------
+ * Added 'R' option to app_queue. This option stops moh and indicates ringing
+ to the caller when an Agent's phone is ringing. This can be used to indicate
+ to the caller that their call is about to be picked up, which is nice when
+ one has been on hold for an extened period of time.
* Added .m3u support for Mp3Player application.
* Added progress option to the app_dial D() option. When progress DTMF is
present, those values are sent immediately upon receiving a PROGRESS message
if (ringing != 1 && args.options && (strchr(args.options, 'R'))) {
qe.ring_when_ringing = 1;
- } else {
- qe.ring_when_ringing = 0;
}
if (args.options && (strchr(args.options, 'c')))