Hello.
I’m sorry if this question has been asked before but I could not find a clear answer regarding the DIAL application when using PJSIP.
Is it possible to simply dial an extension via an IP address (be it another PBX/SBC) without defining it as an endpoint?
For instance, I am trying to route calls via a SIP-SIP trunk between an Asterisk and Cisco router. This was very to achieve up to version 11.0 but now it seems we can only dial via a defined endpoint. Unfortunately, I could not manage to define a Cisco SBC as an endpoint without outbound auth mechanism (and I need it as does not use credentials for call routing).
-- Executing [0758222646@direct-test:1] NoOp("PJSIP/7000-00000011", "Test Direct") in new stack
-- Executing [0758222646@direct-test:2] Set("PJSIP/7000-00000011", "CALLERID(name)=40318108893") in new stack
-- Executing [0758222646@direct-test:3] Dial("PJSIP/7000-00000011", "PJSIP/0758222646@192.168.1.1") in new stack
[Jul 10 11:26:54] ERROR[22768]: chan_pjsip.c:1686 request: Unable to create PJSIP channel - endpoint ‘192.168.1.1’ was not found
[Jul 10 11:26:54] WARNING[23069][C-00000011]: app_dial.c:2421 dial_exec_full: Unable to create channel of type ‘PJSIP’ (cause 3 - No route to destination)
== Everyone is busy/congested at this time (1:0/0/1)
Thank you.