Fixed the example
git-svn-id: svn://192.168.202.10@916 3d104415-ff17-0410-8863-d5cf3c621b8a
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ my $cid_num = shift;
|
||||
# check if they typed --help
|
||||
if (($phone_number eq "--help") || ($exten eq "--help") || ($cid_name eq "--help") || ( $cid_num eq "--help")) {
|
||||
print "useage: test_call.pl phone_number extension caller_id_name caller_id_number\n";
|
||||
print "example: test_call.pl 97275551212 600 test 7775551212\n";
|
||||
print "example: test_call.pl 917275551212 600 test 7775551212\n";
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user