Garry Hill
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Comments
Recent activity by Garry Hill Sort by recent activity-
Seehttps://support.yeastar.com/hc/en-us/articles/217393078-HTTP-Interface-for-SMSSending SMS format:http://[IP]/cgi/WebCGI?1500101=account=[user]&password=[pass]&port=[port]&destination=[phone_numb...
-
So what you are basically doing is Curling this below where [IP] is your Gateway IP (and port if you changed it) (From the Gateway Release notes) http://[IP]/cgi/WebCGI?1500101=account=[user]&passw...
-
because it cant dial like "+" I guess, my application required Australian Only phone numbers, you can probably leave like that out and the Telco/Provider will default to your country :-)
-
onyegbado collins ucYesit turned out to be not so hard to do in PHPestablish your Gateway IP and Port, and set the Params your Yeastar should send a SMSHere is some code that worked for me (note +6...
-
Hi do you have example PHP code/framework to send SMS through Yeastar TGX00 I am interested to understand Throttling, round Robin of GSM, need some way to read/store "Sucess Send of SMS" to the da...