[Home]

Summary:ASTERISK-12066: [patch] Change the ExternalIVR() argument method, add 'I'nform event, add 'T'alk (answer channel) command, add options
Reporter:Chris Tooley (ctooley)Labels:
Date Opened:2008-05-21 17:08:46Date Closed:2008-05-22 00:08:47
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Applications/app_externalivr
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) new_externalivr_argument_format.diff
( 1) new_externalivr_argument_format-v2.diff
( 2) new_externalivr_documentation.diff
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.
Comments:By: Digium Subversion (svnbot) 2008-05-22 00:03:48

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 ASTERISK-12066)
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

By: Digium Subversion (svnbot) 2008-05-22 00:05:04

Repository: asterisk
Revision: 117727

_U  branches/1.6.0/

------------------------------------------------------------------------
r117727 | tilghman | 2008-05-22 00:05:03 -0500 (Thu, 22 May 2008) | 15 lines

Blocked revisions 117725 via svnmerge

........
r117725 | tilghman | 2008-05-22 00:10:01 -0500 (Thu, 22 May 2008) | 8 lines

Enhance ExternalIVR with new options and commands.
(closes issue ASTERISK-12066)
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=117727