[Astpp-commit] SF.net SVN: astpp:[2302] trunk/freeswitch/astpp-fs-xml.pl
Brought to you by:
darrenkw
From: <dar...@us...> - 2010-02-12 04:21:31
|
Revision: 2302 http://astpp.svn.sourceforge.net/astpp/?rev=2302&view=rev Author: darrenkw Date: 2010-02-12 04:21:23 +0000 (Fri, 12 Feb 2010) Log Message: ----------- Missed $void_xml opportunity. Modified Paths: -------------- trunk/freeswitch/astpp-fs-xml.pl Modified: trunk/freeswitch/astpp-fs-xml.pl =================================================================== --- trunk/freeswitch/astpp-fs-xml.pl 2010-02-12 04:14:25 UTC (rev 2301) +++ trunk/freeswitch/astpp-fs-xml.pl 2010-02-12 04:21:23 UTC (rev 2302) @@ -167,6 +167,7 @@ if (!$routeinfo->{cost} && !$routeinfo->{pricelist}) { $ASTPP->debug( debug => "COULD NOT FIND ROUTE. EXITING SO DIALPLAN CAN TAKE OVER" ); + print $void_xml; exit(0); } while ( $carddata->{reseller} && $maxlength > 1 && $callstatus == 1 ) { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |