Hello people,
I’m reading
https://wiki.asterisk.org/wiki/display/AST/Asterisk+13+Channels+REST+API#Asterisk13ChannelsRESTAPI-originate
and doing some tests with
But I’m having some trouble understanding the originator parameter
I modified example.js (https://pastebin.com/7tcnfVpe) to include the current channel id as originator parameter in the originate function (line 67).
But when the new channel gets originated and bridged to my stasis application, how do I retrieve the originator id (line 45/46)??
Thanks…