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