<br>I have a config where I define a single peer and have possibly hundreds of register commands for that single peer.<br><br>I'm not clear if I can do the register part via Asterisk Realtime (right now I updated a file and force a reload which re-registers all the users defined in the register directives).
<br><br>I want to avoid reload/restart everytime I add a register user to the list:<br><br>ie:<br><br>register=user1@domain:<a href="mailto:pw@1.2.3.4">pw@1.2.3.4</a><br>register=user2@domain:<a href="mailto:pw@1.2.3.4">pw@1.2.3.4
</a><br>register=user3@domain:<a href="mailto:pw@1.2.3.4">pw@1.2.3.4</a><br><br>replaced with realtime interface in MySQL table.<br><br>Thanks in advance<br><br>Tom<br>