Rest API Methods

premasai

Member
Hi sir,
that is also i tried but its not working sir
please help me sir
and i have another doubt sir
if i am sending rest request manually to https://largecalls.com:8888/rest-api/call/
and this data
{"callId":"111","callee":"123","rtmpUrl":"rtmp://10.46.0.5/live","rtmpStream":"stream1","hasAudio":"true","hasVideo":"false","connection":{"sipLogin":"111","sipPassword":"Premasai@12345","sipAuthenticationName":"111","sipDomain":"myconference.sip.us1.twilio.com","sipPort":"5060","sipRegisterRequired":"false","appKey":"callApp"}}
it showing 404 error why?
if i am using flashphoner page it is working.
please help me on these two issues sir
Thank you
 

Attachments

Max

Administrator
Staff member

premasai

Member
Hi sir,
okay sir now it is working
now i want only sipa rtmp
remaining i don't want, can i delete reaming all(clik-call,etc...)
it is possible?
Thank you sir.
 

Max

Administrator
Staff member
You can delete anything that you don't need on your server. But you supposed to develop your own pages for your customers, and you should not expose WCS web interface to them.
 

premasai

Member
Hi max sir,
thank you so much sir
now it is working but present my twilio dashboard no money that's why it is not connecting.
really you are a good technical supporter..
Thank you so much sir
 
Last edited:

Max

Administrator
Staff member
Hello
409 Conflict status means you already have a SIP call with the same callId on the server-side.
Try to generate new and unique callID for each new call.
 
Top