Call processing for the period
Call processing for the period
Itgrix module API request
curl --digest -u login:password "<Asterisk IP>:8077/pbx/read_call?<parameters>"Using the call ID
curl --digest -u login:password "<Asterisk IP>:8077/pbx/read_call?id=1234567890.1"curl --digest -u login:password "<Asterisk IP>:8077/pbx/read_call" \
-H "Content-Type: application/json" \
-d '{"id":["1111111111.1", "2222222222.2"]}'Использование границ периода
Last updated