Questions tagged [exotel-api]
12 questions
5
votes
0 answers
401 Auth error while sending post request from Android App while working perfect in Postman
I am integrating exotel calling service in one of my clients android app.
Api works fine in postman and receives xml response but it is not working in android app and gave volley 401 authentication error.
val stringRequest = object :…

chirag patel
- 229
- 4
- 16
2
votes
0 answers
What is the right way to handle huge payload size in webhooks?
We are trying to write a webhook where we notify the subscribers details about all their resources if one or more resource becomes 'inactive'.
Since, different subscribers can have different number of resources, the payload size of webhook POST…

Sarthak Singhal
- 665
- 2
- 10
- 26
2
votes
1 answer
Ruby - no implicit conversion of HTTParty::Response into String exotel api
I'm unable to fetch response or send request to exotel sms api using the provided documentation on exotel rubygem http://www.rubydoc.info/gems/exotel/0.2
The documentations says to fetch response as follows:
sms = Exotel::Sms.details(sms_id)
But…

Jesse Sravya
- 121
- 1
- 2
- 9
2
votes
1 answer
getting httparty undefined method `code' for # in rspec
I am writing specs for my first gem. But i am stuck with this weird error.
code for my rspec is
describe '#success' do
let(:resp) { {"TwilioResponse"=>{"SMSMessage"=>{"Sid"=>"0d1c0cbfb2b5e8f97dddb4479bdbbc6a", "AccountSid"=>"exotel_sid",…

Sinscary
- 652
- 12
- 32
1
vote
1 answer
What design pattern to implement for accessing api for different service providers
I would like to add a functionality(more like a gem) in ruby on rails in which a user specifies their service providers name and then it will automatically fetch the related configuration and inject it to model file and creates the necessary…

Sinscary
- 652
- 12
- 32
0
votes
0 answers
Exotel API Call.., I am getting an Error (site cant be reached) while calling Exotel API
I am getting the error that Site cant be reached when i make Exotel API call.
HTML Forms
https://:@/v1/Accounts//Calls/connect
From:
To:
CallerId:
CallType:
StatusCallBack:
If you click the "Submit" button, the form-data will be…

Anand
- 1
0
votes
0 answers
What could be the cause of my Exotel Passthru URL not returning query params in node.js?
I have to make a url or API to get the data from Exotel passthru using HTTP get method and the Exotel passtrhu sends the data in query params so I want to get the data from query params and save it in my db
but I didn't understand why the API didn't…

Nirmal Jaiswal
- 1
- 2
0
votes
2 answers
Exotel call working for "From" user not for "To" user?
"from_number",
'To' => "to_number",
'Url' =>…

Hira
- 293
- 4
- 19
0
votes
1 answer
Cron Job for Exotel Call Detail API
Exotel has Call detail API (here) which provides detail call duration, call status everything. we are using this API to fetch call details but the problem with this API is it provides the call detail after sometime (within 2 minutes).
So, what…

Jon snow
- 1
- 1
0
votes
1 answer
Having issue with webmock in stubbing request
I am writin specs for my gem and I am using webmock to mock http requests. But i keep on getting this weird error.
Here is my specs code
require 'spec_helper'
describe 'Generator::Exotel' do
describe '#success' do
let(:resps) {…

Sinscary
- 652
- 12
- 32
0
votes
2 answers
Yii Framework logger always attaches the debug log at end of file
I am using the yii framework to write a application and using yii logger functionality . The problem is it always append the debug log statement at the end of the log file. Does any one has idea how why this is happening ?
Here is my log file…

Pradeep Jaiswar
- 1,785
- 7
- 27
- 48
-2
votes
1 answer
Cloud telephony call forwarding
I am looking for a cloud telephony solution that would allow me to create a routing service. The service would work as follows:
The user calls the number,
The user makes some menu choices using a dail pad,
Based on some data fetched from a DB and…

julx
- 8,694
- 6
- 47
- 86