Custom UUID In Originate And AMI Home » Asterisk Users » Custom UUID In Originate And AMI May 8, 2015 Mehdi Shirazi Asterisk Users 3 Comments HiCould someone please help me how to set Custom generated UUID in Originate action in AMI ? RegardsBabak
May 8, 2015 Mehdi Shirazi Asterisk Users 3 Comments HiCould someone please help me how to set Custom generated UUID in Originate action in AMI ? RegardsBabak
what do you mean by “set” you can use like: Variable: __CUSTOMID=UUID-string\r\n to be able to read back ${CUSTOMID} back in the dialplan … ?
As described in https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+ManagerAction_Originate : In the AMI Originate request, if the channelId value is set, the new channel originated will have that value as it’s UUID or UniqueID.
Thanks for replyTiagoI want to write a voice message broadcast system with AMI asynchronously , so need to analyze returned event messages based on UUID to to check if call is successful or… for each originate action… Regards
3 thoughts on - Custom UUID In Originate And AMI
what do you mean by “set”
you can use like:
Variable: __CUSTOMID=UUID-string\r\n
to be able to read back ${CUSTOMID} back in the dialplan … ?
As described in https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+ManagerAction_Originate
:
In the AMI Originate request, if the channelId value is set, the new channel originated will have that value as it’s UUID or UniqueID.
Thanks for replyTiagoI want to write a voice message broadcast system with AMI asynchronously , so need to analyze returned event messages based on UUID to to check if call is successful or… for each originate action… Regards