Asterisk 14
Hello,
I have an application in Asterisk that is making an outbound call to customers. What is the channel variable I could use to see the number Asterisk called?
Thank you for any insights you have!
Asterisk 14
Hello,
I have an application in Asterisk that is making an outbound call to customers. What is the channel variable I could use to see the number Asterisk called?
Thank you for any insights you have!
CDR(dst) might have what you want.
Typically this is done the other way round, i.e. a channel variable is used to set the number called. This will often be derived from the initial value of ${EXTEN} for the call.