exten => _500Z,1,NoOp()
same => n,Stasis(originate-example)
same => n,Hangup()
I want to make a call from 5002 to 5001 in my Stasis app. I need to know the dialed number, (5001) so I can pass it as an argument in my app, how do I do this?
Also, I need to know how I can get the argument value in the node.js app.