View Single Post
Posts: 156 | Thanked: 90 times | Joined on Jan 2010
#250
go to Phone control wiki page ang get the two commands for calling and ending the call. then write the script.

#!/bin/sh
-dial command-
sleep 290
-end call command-

290 = time in seconds.

then execute this script with dcew:

sh /path/script.sh | echo ""

remember that script has to be executable and cannot be in mydocs.
 

The Following 2 Users Say Thank You to rooted For This Useful Post: