-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not going to voicemail #112
Comments
url of your yap instance? |
web hook in twilio https://bmlt.charlestonna.org/yap/index.php?override_service_body_id=1 |
I believe this issue might be related to a bug with using forced caller id. Will have to validate this later. |
yes as I turned that off and its working now, ill just leave it off for now and turn on sms notification. |
I'll work on a patch this evening. |
thanks! |
this works as expected now, thank you very much. this was on a working helpline so I really appreciate it. |
Describe the bug
phoneline isnt going to voicemail, i currently don't have a custom voicemail mp3.
What version are you running
2.0.1
my php_error log has this in it
[24-Jul-2018 12:59:56 America/New_York] Dialing voicemail
[24-Jul-2018 12:59:57 America/New_York] PHP Fatal error: Uncaught Twilio\Exceptions\RestException: [HTTP 400] Unable to update record: Url is not a valid URL: /voicemail.php?service_body_id=1&caller_id=843-852-3001&caller_number=+15089391663 in /home/charl767/bmlt/yap/vendor/twilio/sdk/Twilio/Version.php:85
Stack trace:
#0 /home/charl767/bmlt/yap/vendor/twilio/sdk/Twilio/Version.php(133): Twilio\Version->exception(Object(Twilio\Http\Response), 'Unable to updat...')
#1 /home/charl767/bmlt/yap/vendor/twilio/sdk/Twilio/Rest/Api/V2010/Account/CallContext.php(108): Twilio\Version->update('POST', '/Accounts/ACbd6...', Array, Array)
#2 /home/charl767/bmlt/yap/helpline-dialer.php(78): Twilio\Rest\Api\V2010\Account\CallContext->update(Object(Twilio\Values))
#3 {main}
thrown in /home/charl767/bmlt/yap/vendor/twilio/sdk/Twilio/Version.php on line 85
The text was updated successfully, but these errors were encountered: