6 comments
-
Eric Jiang Hi Timileyin,
May I know the model of your PBX?
For S series PBX you can refer to this guide: https://help.yeastar.com/en/s-series-developer-v2/api-v2/event-DTMF.html
For P series PBX the API is not supported yet.
-
Timileyin oluwayomi Thanks Mr Eric,
Yes I read the doc but my problem is how do I connect my website (a post back url to recieve report) to the yeaster so I get report on my website on the DTMF event -
Timileyin oluwayomi The doc says "If a user enters the DTMF digits during a call, PBX will send a DTMF report to the application server"
So I want to know how do i make my website also an application server to receive reports,
Do you understand me sir -
Eric Jiang https://help.yeastar.com/en/s-series-developer-v2/api-v2/login.html
You can listen to the port to receive the event.
-
Timileyin oluwayomi Thanks Mr Eric,
I have a question sir, one i am able to login with json request
"{
"username": "api",
"password": "2d7257a528679d01a19c70e3fa773870",
"port": "8260",
"version": "2.0.0"
} "
Will the system marks the IP address or url address that sends the request or I will be the one making a post/get requests to listen to the activities on the pbx and also in the API settings I have no option to select either TCP or HTTP for connection
I will be expecting your response
Thanks for your Time -
Timileyin oluwayomi I mean will activities be automatically sent to the IP address or I will be the one sending request to API to get activities