I’m using a Stasis application to handle calls, and for outgoing calls, I create a channel and dial out using the ari.channels.create
and ari.channels.dial
methods. Additionally, I set the connected line number and name with CONNECTEDLINE(num)
and CONNECTEDLINE(name)
. However, I’m occasionally seeing the caller ID as “anonymous” despite setting these values. Has anyone encountered this issue or have any suggestions on what might be going wrong?
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.