[Home]

Summary:ASTERISK-13287: [patch] Possibility to disable to hold prompt with followme
Reporter:Clod Patry (junky)Labels:
Date Opened:2008-12-31 15:20:11.000-0600Date Closed:2009-11-24 07:59:20.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_followme
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) M14555-trunk.diff
( 1) nohold.diff
Description:A friend called me and reported:
Right now, with followme, there's no way to disable the hold prompt (which is streamed to the customer) when calling FollowMe.

That patch adds a new option, called 'd' to disable this stream.



****** ADDITIONAL INFORMATION ******

before:
   -- Executing [133@default:1] FollowMe("SIP/10-00840ac0", "junky") in new stack
   -- <SIP/10-00840ac0> Playing 'followme/pls-hold-while-try' (language 'fr')
   -- Started music on hold, class 'default', on SIP/10-00840ac0


with this new option:
   -- Executing [133@default:1] FollowMe("SIP/10-007d8dc0", "junky|d") in new stack
   -- Started music on hold, class 'default', on SIP/10-007d8dc0
   -- calling 10
   -- Executing [10@default:1] Dial("Local/10@default-02d6,2", "SIP/10|20|Ww") in new stack


(Remark the stream is gone).
Comments:By: Mark Michelson (mmichelson) 2009-01-06 15:39:43.000-0600

Thanks for the patch. I think this is fine and is written well, but we need to have a patch for Asterisk trunk instead of 1.4 since this is a new feature.

By: Clod Patry (junky) 2009-01-17 17:44:36.000-0600

there you go (based on trunk rev 169153)



By: Digium Subversion (svnbot) 2009-11-23 16:44:35.000-0600

Repository: asterisk
Revision: 230964

U   trunk/apps/app_followme.c

------------------------------------------------------------------------
r230964 | mnicholson | 2009-11-23 16:44:34 -0600 (Mon, 23 Nov 2009) | 8 lines

Add an option to app_followme to disable the "please hold" announcement.

(closes issue ASTERISK-13287)
Reported by: junky
Patches:
     M14555-trunk.diff uploaded by junky (license 177) (modified)
Tested by: junky

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

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

By: Digium Subversion (svnbot) 2009-11-24 07:59:20.000-0600

Repository: asterisk
Revision: 231025

U   trunk/CHANGES

------------------------------------------------------------------------
r231025 | mnicholson | 2009-11-24 07:59:19 -0600 (Tue, 24 Nov 2009) | 5 lines

Updated CHANGES file to describe the new 'd' option to app_followme added in r230964

(related to issue ASTERISK-13287)
Reported by: junky

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

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