Hello,
I am trying to start music-on-hold on a channel while specifying the class name with ARI (v13). It keeps using the default class instead of the one a asked. my code is :
"/ari/channels/" + ChannelId + “/moh?mohClass=” + MohClass
From the dialplan it works correctly:
exten => 466,3,Set(CHANNEL(MUSICCLASS)=CHOK)
exten => 466,4,MusicOnHold()
What am I missing?
Thanks,
Eyal.