[Asterisk-cvs] astcc astcc.agi,1.4,1.5

markster at lists.digium.com markster at lists.digium.com
Fri Jul 30 11:27:55 CDT 2004


Update of /usr/cvsroot/astcc
In directory localhost.localdomain:/tmp/cvs-serv32209

Modified Files:
	astcc.agi 
Log Message:
Fix typo from john!!!


Index: astcc.agi
===================================================================
RCS file: /usr/cvsroot/astcc/astcc.agi,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- astcc.agi	30 Jul 2004 03:05:38 -0000	1.4
+++ astcc.agi	30 Jul 2004 15:13:58 -0000	1.5
@@ -237,7 +237,7 @@
                 return $dialstatus;
 	}
 
-	if ($res->{tech eq "SIP") {
+	if ($res->{tech} eq "SIP") {
 		$dialstr = "SIP/$res->{path}/$phone|30|HS(" . ($maxtime * 60) . ")";
 		$res = $AGI->exec("DIAL $dialstr");
 		$answeredtime = $AGI->get_variable("ANSWREDTIME");




More information about the svn-commits mailing list