In this network interface instruction example, the script directs the tic to dial out on the current channel using the phone number stored in ch.PHONE_NUM. The script sleeps for 3 seconds, then quits.
DIAL_OUT:
tic('X', ch.PHONE_NUM, 1) /*transfer when the transfer number is sent*/
sleep(3)
End:
quit()