On Mon, 12 Apr 2004, Dragan Mickovic waxed: > Is it possible for asterisk to do an sql query in order to > get the member list of a call queue?
No, you will have to write code besides SQL in order to do it. To go the C route, try modifiying app_queue. To use a different language, you could code something over the manager interface that interacts with AddQueueMember and RemoveQueueMember in extensions.conf. That would even give you some more dynamic control of the members. There's lots more ways to do it, tho. --Chris -- Chris Maj, Rochester cmaj_at_freedomcorpse_dot_com Pronunciation Guide: Maj == May _______________________________________________ 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
