[Astpp-commit] SF.net SVN: astpp:[2336] trunk/modules/ASTPP/lib/ASTPP.pm
Brought to you by:
darrenkw
|
From: <dar...@us...> - 2011-04-30 16:51:38
|
Revision: 2336
http://astpp.svn.sourceforge.net/astpp/?rev=2336&view=rev
Author: darrenkw
Date: 2011-04-30 16:51:30 +0000 (Sat, 30 Apr 2011)
Log Message:
-----------
Added ignore_early_media to freeswitch bridge command.
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:14:18 UTC (rev 2335)
+++ trunk/modules/ASTPP/lib/ASTPP.pm 2011-04-30 16:51:30 UTC (rev 2336)
@@ -373,7 +373,7 @@
# $dialstring .= "<action application=\"set\" data=\"provider=" . $trunkdata->{provider} . "\"/>\n";
# $dialstring .= "<action application=\"set\" data=\"trunk=" . $trunkdata->{name} . "\"/>\n";
my $dialstring .= "<action application=\"set\" data=\"hangup_after_bridge=true\"/>\n";
- $dialstring .= "<action application=\"bridge\" data=\"";
+ $dialstring .= "<action application=\"bridge\" data=\"{ignore_early_media=true}";
return $dialstring;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|