Outbound call using remote Endpoint

Hello team;
When I connect chan_sip server in to remote chan_Pjsip server

I use this dialplan(pjsip.conf server):
exten => _07XXXXXXXX,1,Set(CALLERID(number)=+256xxxxxxx)
exten => _07XXXXXXXX,n,Dial(PJSIP/TrunkNew/sip:${EXTEN}@192.168.101.100:5060,30,T)
exten => _07XXXXXXXX,n,Hangup()

and I can make ouboud calls using my pjsip server.
Note: 192.168.101.100 …This is IP is the chan_sip server(remote).

Now, I am connecting Chan_pjsip in to chan_pjsip remote server.

But Outboud is not working. Please I need full support Pjsip to pjsip Ouboud configuration

What does “Outboud is not working” actually mean? What happens?

Incoming is working fine.
But I can’t make outgoing call.

That’s not really helpful. You have to explain further what happens, show console output, a SIP trace (pjsip set logger on), further configuration.

Ok. I will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.