[Astpp-commit] SF.net SVN: astpp:[2305] trunk/freeswitch/astpp-fs-xml.pl
Brought to you by:
darrenkw
From: <dar...@us...> - 2010-02-18 05:02:49
|
Revision: 2305 http://astpp.svn.sourceforge.net/astpp/?rev=2305&view=rev Author: darrenkw Date: 2010-02-18 05:02:42 +0000 (Thu, 18 Feb 2010) Log Message: ----------- Added more debugging. Modified Paths: -------------- trunk/freeswitch/astpp-fs-xml.pl Modified: trunk/freeswitch/astpp-fs-xml.pl =================================================================== --- trunk/freeswitch/astpp-fs-xml.pl 2010-02-15 18:57:11 UTC (rev 2304) +++ trunk/freeswitch/astpp-fs-xml.pl 2010-02-18 05:02:42 UTC (rev 2305) @@ -129,6 +129,7 @@ "<action application=\"reject\" data=\"CANNOT RETRIEVE ACCOUNT\"/>\n"; $xml = $ASTPP->fs_dialplan_xml_footer( xml => $xml ); $ASTPP->debug( debug => "Returning nothing so dialplan can continue." ); + $ASTPP->debug( debug => $void_xml ); print $void_xml; exit(0); } @@ -168,6 +169,7 @@ if (!$routeinfo->{cost} && !$routeinfo->{pricelist}) { $ASTPP->debug( debug => "COULD NOT FIND ROUTE. EXITING SO DIALPLAN CAN TAKE OVER" ); + $ASTPP->debug( debug => $void_xml ); print $void_xml; exit(0); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |