Hello,
kindly assist when trying to consume api from cloud pbx am getting this error
SIP/2.0 400 Missing CSeq Header CSeq: 0 POST Content-Length: 0
Hello,
kindly assist when trying to consume api from cloud pbx am getting this error
SIP/2.0 400 Missing CSeq Header CSeq: 0 POST Content-Length: 0
Hi Said,
Every INVITE header needs a CSeq. It is a number that increases with each exchange of communication, acting as an identifier. What are you sending to it?
Hi Said,
What do you want to implement with the cloudpbx API?
to pull get recording files and cdr report
Hi Said,
I assume you have read through:
https://help.yeastar.com/en/k2-developer/api/api_introduction.html
Did you authenticate and get a token (and update it)? Your json script would be helpful, or refer to https://help.yeastar.com/en/k2-developer/api/api_cdr.html.
The API is the same on S series and cloud PBX from what I understand. The web page also has an API tool for Windows that you can download and test your code.