Hi Team, I am using Ari application and when the call is answered i am setting variable using setchanvar “timeout(absolute) = 10sec”, means after 10 sec channel will be destroyed
but i want to set the custom hangup cause and code for it as i have manually destroyed it
how can i set that
i am fetching the hangup cause code and cause txt from channel destroyed event of that channel
but i always comes to 16 and normal clearing I tried to set that also where is set the timeout but not working
i tried to set the following variables
key : 'HANGUPCAUSE',
value : 17
},
{
key:'HANGUPCAUSE_STRING',
value : "User Busy"
Not working can you suggest how can i achieve this