say('Leave a message for ' . $mailbox['desc'] . ' at the beep'); $response->record( array( 'action' => "handle_message.php?exten=$exten", 'maxLength' => '120') ); // record will post to this url if it receives a message // otherwise it falls through to the next verb $response->gather() ->say("A message was not received, press any key to try again"); print $response; } ?>