the new asterisk versions (>13) use the PJSIP module instead of chan_sip. What I'm missing so far are practical examples how to use the PJSIP lib properly with asterisk.
What I want to do is the following:
- I have two, three or more asterisk servers on different sites which are all connected by IP
- end-devices like IP-phones are connected to the asterisk servers on the sides and they use PJSIP (Asterisk<==>IP-Phone works so far)
- Now I want to connect all the asterisk servers with each other in order to build a communication network with a proper dialplan where every end-device can communicate with another phone on the other sites
like that: [end-device<==>Asterisk1<========>Asterisk2<==>end-device]
Up to now I only found tutorials how to do this with chan_sip or with IAX2, but not with PJSIP. There are also several tutorials availible that bind an asterisk server to an external provider, but thats not what I want to do.
Please help me, at least with a links to rich tutorials or information websites on that topic!
Thank you