That’s an almost year old version of Asterisk. You should always try the latest version to ensure you aren’t chasing/experiencing issues that have already been resolved.
You can opt not to, but people may be less willing to spend time on it.
Thank you.
I need to connect a VoIP trunk provider of Japan.
They provide patch for Asterisk for connect to their trunk.
Because it’s not B2BUA trunk.
Asterisk 18.13.0 is latest version which they provide patch for Asterisk.
They give permission for connect to their trunk if we use certificated PBX.
it match for rule for their SIP trunk like headers or register interval and format.
Patched Asterisk is match for rule of their trunk.
In case of B2BUA SIP trunk, there is gateway(B2BUA) server in front of their SIP server.
hmm that is some hefty patching off the sip dialog handeling
either they have a realy broken platform or they have just desided that RFC is not somthing that they need to comply with
but I will guess that you can always try apply it directly to 18.18.0 and se if the patch fails
most likely
most of it is adding support for where it is a normal sip or rakuten-sip
and they change a lot of timing to use milliseconds so that is that
and they also changes respons codes and they are only to be send one time
so any aditionals are being drop
It’s working.
I commented out external_media_address=20.78.xx.xxx on pjsip.conf.
there is 2 VMs on MS Azure.
1st one is PBX and 2nd is patched Asterisk.
VMs are in same subnet.
patched Asterisk is connecting to Rakuten-trunk via Internet.
If commented out for media, SDP specify local address, but it seem it will ignore SDP in case of media_direct = yes.
RTP is communicating between PBX and Rakuten-trunk correctly.
Thank you.