[asterisk-bugs] [Asterisk 0012705]: [patch] Change the ExternalIVR() argument method, add 'I'nform event, add 'T'alk (answer channel) command, add options
noreply at bugs.digium.com
noreply at bugs.digium.com
Thu May 22 00:03:49 CDT 2008
The following issue has been RESOLVED.
======================================================================
http://bugs.digium.com/view.php?id=12705
======================================================================
Reported By: ctooley
Assigned To: svnbot
======================================================================
Project: Asterisk
Issue ID: 12705
Category: Applications/app_externalivr
Reproducibility: always
Severity: feature
Priority: normal
Status: resolved
Asterisk Version: SVN
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 117683
Disclaimer on File?: N/A
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 05-21-2008 17:08 CDT
Last Modified: 05-22-2008 00:03 CDT
======================================================================
Summary: [patch] Change the ExternalIVR() argument method,
add 'I'nform event, add 'T'alk (answer channel) command, add options
Description:
ExternalIVR() now uses the argument format:
ExternalIVR(app|ivr://host[(arg1[,arg2[,arg3]])][,options])
ExternalIVR() accepts the following options:
'n'oanswer: does not answer the channel
'i'gnore_hangup: sends an 'I'nform (I,TIMESTAMP,HANGUP) event instead of a
'H'angup)
'd'ead: allows operation on a channel that's already hungup
ExternalIVR() sends an 'I'nform event:
Only used in the event that the 'i'gnore_hangup option has been passed in
to ExternalIVR()
ExternalIVR() accepts the 'T'alk command:
Will answer an otherwise unanswered channel.
======================================================================
----------------------------------------------------------------------
svnbot - 05-22-08 00:03
----------------------------------------------------------------------
Repository: asterisk
Revision: 117725
U trunk/CHANGES
U trunk/apps/app_externalivr.c
U trunk/doc/externalivr.txt
------------------------------------------------------------------------
r117725 | tilghman | 2008-05-22 00:03:46 -0500 (Thu, 22 May 2008) | 8
lines
Enhance ExternalIVR with new options and commands.
(closes issue http://bugs.digium.com/view.php?id=12705)
Reported by: ctooley
Patches:
new_externalivr_argument_format-v2.diff uploaded by ctooley
(license 136)
new_externalivr_documentation.diff uploaded by ctooley (license
136)
and a few additional fixes by me
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=117725
Issue History
Date Modified Username Field Change
======================================================================
05-22-08 00:03 svnbot Note Added: 0087191
05-22-08 00:03 svnbot Status new => resolved
05-22-08 00:03 svnbot Resolution open => fixed
05-22-08 00:03 svnbot Assigned To => svnbot
======================================================================
More information about the asterisk-bugs
mailing list