[Astpp-commit] SF.net SVN: astpp:[2319] trunk/modules/ASTPP/lib/ASTPP.pm
Brought to you by:
darrenkw
|
From: <dar...@us...> - 2010-09-29 03:40:42
|
Revision: 2319
http://astpp.svn.sourceforge.net/astpp/?rev=2319&view=rev
Author: darrenkw
Date: 2010-09-29 03:40:36 +0000 (Wed, 29 Sep 2010)
Log Message:
-----------
Corrected code for incoming DIDs. Transfer will work better than execute.
Modified Paths:
--------------
trunk/modules/ASTPP/lib/ASTPP.pm
Modified: trunk/modules/ASTPP/lib/ASTPP.pm
===================================================================
--- trunk/modules/ASTPP/lib/ASTPP.pm 2010-09-13 23:25:06 UTC (rev 2318)
+++ trunk/modules/ASTPP/lib/ASTPP.pm 2010-09-29 03:40:36 UTC (rev 2319)
@@ -356,7 +356,7 @@
#jump to local dialplan
$ext =~ s/"//mg;
$context =~ s/"//mg;
- $xml .= "<action application=\"execute_extension\" data=\"" . $ext ." XML " .$context . "\"/>\n";
+ $xml .= "<action application=\"transfer\" data=\"" . $ext ." XML " .$context . "\"/>\n";
} else {
$xml .= "<action application=\"bridge\" data=\"" . $diddata->{extensions} . "\"/>\n";
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|