Skip to content

Commit

Permalink
bumping timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Gershman committed Jul 3, 2018
1 parent 542a125 commit 79709a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helpline-dialer.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
'statusCallback' => $webhook_url . '/helpline-dialer.php?service_body_id=' . $service_body_id . '&tracker=' . ++$tracker . '&FriendlyName=' . $_REQUEST['FriendlyName'],
'statusCallbackEvent' => 'completed',
'statusCallbackMethod' => 'GET',
'timeout' => 10
'timeout' => 20
)
);
} catch ( \Twilio\Exceptions\TwilioException $e ) {
Expand Down
2 changes: 1 addition & 1 deletion helpline-outdial-response.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

?>
<Response>
<Gather numDigits="1" timeout="10" action="helpline-answer-response.php?conference_name=<?php echo $_REQUEST['conference_name'] ?>" method="GET">
<Gather numDigits="1" timeout="15" action="helpline-answer-response.php?conference_name=<?php echo $_REQUEST['conference_name'] ?>" method="GET">
<Say voice="<?php echo $voice; ?>" language="<?php echo $language; ?>">
You have a call from the helpline, press 1 to accept. Press any other key to hangup.
</Say>
Expand Down

0 comments on commit 79709a6

Please sign in to comment.