Start voice calls via Twilio, Telnyx, or Plivo
Initiate and manage voice calls programmatically.
pilot voicecall call --to "+15555550123" --message "Hello from Pilot"
pilot voicecall status --call-id <id>
initiate_call - Start a new call
message: What to sayto: Phone number (optional if default set)mode: Call modecontinue_call - Continue conversation
callId: Active call IDmessage: What to sayspeak_to_user - Speak during call
callId: Active call IDmessage: What to sayend_call - End the call
callId: Active call IDget_status - Check call status
callId: Call ID