I’m very new to asterisk and freepbx and I was able to create a working voip, however I do have some issues with some devices.
I am trying to create a local VOIP network.
I’m getting this error “Endpoint ‘anonymous’ (:5060) has no configured AORs” and I found out that the client VOIP device is trying to REGISTER with SIP URL that contains prefix “+63”.
There’s no way to edit or remove the + sign on the SIP account settings on the client device, so only way is to do it within asterisk or freepbx.
I tried creating extensions with “+63” prefix but it won’t let me add the + sign at the beginning.
Is it possible to allow SIP connections with + on the username or SIP URL? How can this be done?
I’ve never heard of that. Do you not have the ability to configure the device (for example you don’t know the admin password), or is the prefix somehow hard coded in the firmware? Device make/model? How many of these do you have?
If you really are stuck with this situation, you should be able to configure them as trunks, rather than extensions. If they just need to make and receive calls, this is pretty easy. If you need other extension capability (voicemail, forwarding, etc.), you may be able to use a custom extension and a trunk.
Alternatively, you could set up these devices as extensions in Asterisk using custom config files, rather than using the FreePBX GUI.
Yet another option may be to use a small amount of custom dialplan to rewrite the source and destination numbers, depending on the details of what the devices allow.
hi @Stewart1.
I have more than 40 units of ONUs (HG6245D) where the prefix is hardcoded in firmware, it only allows me to change the sip server/port and the sip number and password. I also have few ZTE F670L and they are working fine since it does not add +63 prefix when doing registration with SIP.
Thanks for suggesting about trunks, i’ll try that method.
I’m not successful in using them as Trunk.
The only way I can have the endpoints registered is by manually editing the conf file and add individual extension with the “+63” added in the username, but those modifications will be wiped out if I made changes on the freepbx GUI.