Was this helpful?
Retrieve moh server information.
GET /api/moh_server HTTP/1.1 Host: hostname:8887 Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
OK
{ "enabled": true, "play_type": "DEFAULT_MUSIC" }
Update moh server
Enable MOH service or not.
Set MOH personalized music by these modes:
DEFAULT_MUSIC
RANDOM_MUSIC_PER_CALL
RANDOM_MUSIC_PER_DAY
POST /api/moh_server HTTP/1.1 Host: hostname:8887 Authorization: Bearer YOUR_SECRET_TOKEN Content-Type: application/json Accept: */* Content-Length: 44 { "enabled": true, "play_type": "DEFAULT_MUSIC" }
No Content