[Astpp-commit] SF.net SVN: astpp: [2167] trunk
Brought to you by:
darrenkw
|
From: <dar...@us...> - 2007-11-19 09:47:40
|
Revision: 2167
http://astpp.svn.sourceforge.net/astpp/?rev=2167&view=rev
Author: darrenkw
Date: 2007-11-19 01:47:43 -0800 (Mon, 19 Nov 2007)
Log Message:
-----------
Added a couple of sound files. Also corrected the error in astpp-callingcards.agi. Asterisk cannot handle the amount of debugging I was throwing at it through the agi interface so I turned that off.
Modified Paths:
--------------
trunk/astpp-callingcards.agi
trunk/sounds/astpp-phonenum.gsm
trunk/sounds/astpp-this-card-has-a-balance-of.gsm
Modified: trunk/astpp-callingcards.agi
===================================================================
--- trunk/astpp-callingcards.agi 2007-11-18 05:18:03 UTC (rev 2166)
+++ trunk/astpp-callingcards.agi 2007-11-19 09:47:43 UTC (rev 2167)
@@ -40,7 +40,7 @@
$AGI->set_variable( 'ASTPP', '1' );
$ASTPP = ASTPP->new;
$ASTPP->set_verbosity($verbosity); #Tell ASTPP debugging how verbose we want to be.
-$ASTPP->set_asterisk_agi($AGI);
+#$ASTPP->set_asterisk_agi($AGI);
sub initialize() {
$SIG{HUP} = 'ignore_hup'; # We ignore the HUP command that Asterisk sends on a call hangup.
Modified: trunk/sounds/astpp-phonenum.gsm
===================================================================
(Binary files differ)
Modified: trunk/sounds/astpp-this-card-has-a-balance-of.gsm
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|