Came across something that looked like this once before with the Williams Fireworx version of Asterisk. Have you added more agents or have you changed the naming conventions for the agents making the names longer?
In my case were were blowing the size of the memory space that was allocated. We had to change the size in source. -dbc. -----Original Message----- From: Bruce N [mailto:[email protected]] Sent: February-26-09 1:24 PM To: asterisk Mailing Subject: [on-asterisk] Queue not working as it should Hello Everyone, A functioning Queue just stopped working properly due to I don't know what...Dynamic agents are setup up to login 500* and ring strategy is FewestCalls. what happens now is that only that LATEST logged in agent gets all calls and everyone else goes on hold in the Queue so it doesn't forward to next agent. Following is from CLI: dialparties.agi: PHPAGI internal configuration: dialparties.agi: Array dialparties.agi: ( dialparties.agi: [phpagi] => Array dialparties.agi: ( dialparties.agi: [debug] => 1 dialparties.agi: [error_handler] => 1 dialparties.agi: [admin] => youremail dialparties.agi: [hostname] => elastix.yourdomain dialparties.agi: [tempdir] => /var/spool/asterisk/tmp/ dialparties.agi: ) dialparties.agi: dialparties.agi: [festival] => Array dialparties.agi: ( dialparties.agi: [text2wave] => /usr/bin/text2wave dialparties.agi: ) dialparties.agi: dialparties.agi: [asmanager] => Array dialparties.agi: ( dialparties.agi: [server] => localhost dialparties.agi: [port] => 5038 dialparties.agi: [username] => admin dialparties.agi: [secret] => xxxxxxxxxxxxxx dialparties.agi: ) dialparties.agi: dialparties.agi: [cepstral] => Array dialparties.agi: ( dialparties.agi: [swift] => /opt/swift/bin/swift dialparties.agi: [voice] => David dialparties.agi: ) dialparties.agi: dialparties.agi: ) dialparties.agi: dialparties.agi: Starting New Dialparties.agi dialparties.agi: Caller ID name is 'CSR:' number is 'unknown' dialparties.agi: Methodology of ring is 'none' dialparties.agi: Extension 332 has ExtensionState: 0 How can I debug this ? Also, FreePBX warns me of this: Memory Limit Changed Your memory_limit, 16M, is set too low and has been increased to 100M. You may want to change this in you php.ini config file Added 0 minutes ago (core.MEMLIMIT) Thanks _________________________________________________________________ The new Windows Live Messenger. You don't want to miss this. http://www.microsoft.com/windows/windowslive/products/messenger.aspx --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
