1741
General Asterisk configuration / Re: QM Issue with TB 2.8
« on: November 11, 2009, 09:57:01 »
As you can see, you have AddQueueMember on your Asterisk system.
This is what I get for AddQueueMember on a 1.6.x:
So it looks like the application and its parameter are correct.
Try and set maximum verbosity and send again a request, to find which error you get.
This is what I get for AddQueueMember on a 1.6.x:
Code: [Select]
Connected to Asterisk 1.6.1.6 currently running on pbx-ch (pid = 23691)
-= Info about application 'AddQueueMember' =-
[Synopsis]
Dynamically adds queue members
[Description]
AddQueueMember(queuename[,interface[,penalty[,options[,membername[,stateinterface]]]]]):
Dynamically adds interface to an existing queue.
If the interface is already in the queue it will return an error.
This application sets the following channel variable upon completion:
AQMSTATUS The status of the attempt to add a queue member as a
text string, one of
ADDED | MEMBERALREADY | NOSUCHQUEUE
Example: AddQueueMember(techsupport,SIP/3000)So it looks like the application and its parameter are correct.
Try and set maximum verbosity and send again a request, to find which error you get.
