[asterisk-bugs] [Asterisk 0011825]: Add addtional commands to app_externalivr.c and some code restructuring
noreply at bugs.digium.com
noreply at bugs.digium.com
Wed Feb 13 15:01:22 CST 2008
The following issue has been ASSIGNED.
======================================================================
http://bugs.digium.com/view.php?id=11825
======================================================================
Reported By: ctooley
Assigned To: jpeeler
======================================================================
Project: Asterisk
Issue ID: 11825
Category: Applications/app_externalivr
Reproducibility: always
Severity: feature
Priority: normal
Status: assigned
Asterisk Version: 1.6.0-beta1
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 01-23-2008 13:38 CST
Last Modified: 02-13-2008 15:01 CST
======================================================================
Summary: Add addtional commands to app_externalivr.c and some
code restructuring
Description:
This adds some additional commands and responses to the ExternalIVR
protocol.
P - Returns the arguments passed to ExternalIvr() separated by pipes.
Pipe delimiting was used to maintain backwards compatibility with
applications already using this command.
P,TIMESTAMP is responded to with
P,TIMESTAMP,ALL_DATA_PASSED_TO_ExternalIvr
G - Get a variable or variables (spearated by commas)
G,variable1,variable2,etc is responded to with
G,TIMESTAMP,variable1=value1,variable2=value2,etc
L - Log a message to the Asterisk logs.
L,Message here is responded to with L,TIMESTAMP
======================================================================
----------------------------------------------------------------------
svnbot - 02-13-08 15:01
----------------------------------------------------------------------
Repository: asterisk
Revision: 103662
U trunk/apps/app_externalivr.c
------------------------------------------------------------------------
r103662 | jpeeler | 2008-02-13 15:01:19 -0600 (Wed, 13 Feb 2008) | 6 lines
(closes issue http://bugs.digium.com/view.php?id=11825)
Reported by: ctooley
Patches:
additional_eivr_commands.patch uploaded by ctooley (license 136)
Tested by: ctooley
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=103662
Issue History
Date Modified Username Field Change
======================================================================
02-13-08 15:01 svnbot Note Added: 0082185
02-13-08 15:01 svnbot Status new => assigned
02-13-08 15:01 svnbot Assigned To => jpeeler
======================================================================
More information about the asterisk-bugs
mailing list