[Astpp-commit] SF.net SVN: astpp:[2335] trunk/modules/ASTPP/lib/ASTPP.pm
Brought to you by:
darrenkw
|
From: <dar...@us...> - 2011-04-13 03:14:26
|
Revision: 2335
http://astpp.svn.sourceforge.net/astpp/?rev=2335&view=rev
Author: darrenkw
Date: 2011-04-13 03:14:18 +0000 (Wed, 13 Apr 2011)
Log Message:
-----------
Missed adding a line.
Modified Paths:
--------------
trunk/modules/ASTPP/lib/ASTPP.pm
Modified: trunk/modules/ASTPP/lib/ASTPP.pm
===================================================================
--- trunk/modules/ASTPP/lib/ASTPP.pm 2011-04-13 03:07:50 UTC (rev 2334)
+++ trunk/modules/ASTPP/lib/ASTPP.pm 2011-04-13 03:14:18 UTC (rev 2335)
@@ -372,7 +372,8 @@
# my $dialstring = "<action application=\"set\" data=\"outbound_route=" . $arg{route_id} . "\"/>\n";
# $dialstring .= "<action application=\"set\" data=\"provider=" . $trunkdata->{provider} . "\"/>\n";
# $dialstring .= "<action application=\"set\" data=\"trunk=" . $trunkdata->{name} . "\"/>\n";
- my $dialstring = "<action application=\"bridge\" data=\"";
+ my $dialstring .= "<action application=\"set\" data=\"hangup_after_bridge=true\"/>\n";
+ $dialstring .= "<action application=\"bridge\" data=\"";
return $dialstring;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|