Well if you got 100% CPU usage right after you insterted the rows, it seems more like a database issue. What did you use to determine 100% usage? Did you use top and it said asterisk was using 100%?
-Matthw ----- Original Message ----- From: "VoIP" <[EMAIL PROTECTED]> To: "'Asterisk Users Mailing List - Non-Commercial Discussion'" <[email protected]> Sent: Tuesday, December 28, 2004 9:50 PM Subject: RE: [Asterisk-Users] Realtime extension problem > Actually I only inserted these two records to my database and got CPU 100% > load. The AGI script didn't run because I didn't make any call. > I am using RH9 and checkout the CVS data 12/09/04 version. > > > > ----- Original Message ----- > From: "VoIP" <[EMAIL PROTECTED]> > To: "'Asterisk Users Mailing List - Non-Commercial Discussion'" > <[email protected]> > Sent: Tuesday, December 28, 2004 7:22 AM > Subject: [Asterisk-Users] Realtime extension problem > > > > Try insert below 2 records to the extension table, > > > > INSERT INTO `extensions_table` VALUES (1, 'mycontext', '_1.', 1, 'AGI', > > 'pstn.agi'); > > > > INSERT INTO `extensions_table` VALUES (2, 'mycontext', '_2.', 1, 'AGI', > > 'pstn.agi'); > > > > Asterisk will make CPU 100% load and hang. > > Are you positive there is nothing wrong with your AGI scripts? Can you > run the AGI scripts outside of RealTime extensions? > > No problems over here... > -Matthew > > _______________________________________________ > Asterisk-Users mailing list > [email protected] > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > > _______________________________________________ > Asterisk-Users mailing list > [email protected] > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
