Hello.
I want to make a (maybe strange) setup:
- There is a local subnet
- All devices from that sunet are allowed to make calls without registration
- If asterisk want to calll a device, it shold call it by ip address
- If a device calls asterisk, it is also calls it by ip address
- The subnet is out of my control; devices can appear and disappear, and I cannot re-setup asterisk for each new device
That is, in essense thre is peer-to-peer network using sip as signaling protocol.
I created one context and one endpoint for all subnet, but i an getting warning in asterisk log
res_pjsip_registrar.c:1189 registrar_on_rx_request: Endpoint âsubnet-trunkâ (172.16.19.253:5060) has no configured AORs
So it seems I have to create AOR.
But here is the problem: how should i fill AOR record? Wich fields I should fill and which I should not?