JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbrcalls->create( $to, $from, ["url" => "https://twilio.com"] ); print("Call made successfully with sid: ".$call->sid."\n\n"); // Get some calls $callsList = $client->calls->read([],null,2); foreach ($callsList as $call) { print("Call {$call->sid}: {$call->duration} seconds\n"); }