[Asterisk-Users] Realtime extension problem

VoIP voip at er21.com
Tue Dec 28 06:22:10 MST 2004


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. 





More information about the asterisk-users mailing list