I am not an asterisk expert, but doing a SIP integration against one. Now we find an issue and they say they don't have a way to handle it but would like to confirm.
Issue is that we have a numbering plan conflict. Our PBX range goes from 5000 to 8000 numbering range, theirs, go from 5000 to 5199.
So when we call from a conflicting extension, say, 5000 from our PBX dials to 5100 of their PBX, Asterisk returns a SIP/2.0 401 Unauthorized message.
Is there any way they could say to their Asterisk to handle them both differently according to the domain calling? I mean, my PBX and phones IP are from another network range, so I guess Asterisk somehow could determine the incoming extension is not from their Asterisk internal numbering plan but an external and should not try to match it against itself...
Am I correct? Is Asterisk that flexible? Option B is someone to change the numbering plan or have a SBC...but...they don't wanna do neither of them.
Thanks in advance