[Home]

Summary:ASTERISK-00363: [PATCH] add announce option to app_dial
Reporter:Matteo Brancaleoni (mbrancaleoni)Labels:
Date Opened:2003-10-08 02:55:44Date Closed:2004-09-25 02:21:16
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_dial.patch
Description:This patch permits to specify a file to be played to the called party as soon he answers (like announce does in queues) . This is done adding an option to app dial, in the form
of A(/my/own/file) .
Example :
exten => blah,1,Dial(TECH/blah,30,tTA(/my/own/file)r)

Comments:By: John Todd (jtodd) 2003-10-19 20:39:01

Does the caller hear the recording also, or do they just hear ringback tones while the called party hears the recording?

By: Matteo Brancaleoni (mbrancaleoni) 2003-10-20 00:51:29

no, the recording is heard only by the called party. the other channel is provisioned by ast_autoservice_start.
but if needed, the behaviour can be changed .

The function (and the code) is basically the same as the announce= option in app_queue.c

edited on: 10-21-03 17:24

By: Mark Spencer (markster) 2003-10-21 22:59:31

Added to CVS