I configure AMI, Also I make call from AMI’s originate command but when I give command like this,
Action:Originate
Channel:PJSIP/1101
Context:Long-Distance
Exten:1101
Priority:1
It’s make work but I received call like this sip:anonymously@anonymously.invalid
Why this happening?
What if I have to call like from exten 1101 to 1102, this both extens registered.
Thank you
Edit1:
I change something in my code,
Action:Originate
Channel:PJSIP/1106
Context:Long-Distance
Exten:1101
Priority:1
Its first make call to 1106 as Anonymously then 1101.
Why Anonymously is come in between why not direct 1106 to 1101?