Hi List, Is there a way to have Asterisk "remember" which agents are registered to it using a MySQL database rather than in memory? It would help with high availability / clustering scenarios. It also means you could restart the server without loosing this information... Cheers, Jean-Michel.
Jean-Michel Hiver wrote:> Is there a way to have Asterisk "remember" which agents are registered > to it using a MySQL database rather than in memory? It would help with > high availability / clustering scenarios. It also means you could > restart the server without loosing this information...Check the sample config file docs... 'persistentagents=yes' will store then in the local Asterisk database.