NoMethodError on queue().join!
Reported by Roland Kloeters | April 16th, 2010 @ 08:39 PM | in 0.8.5
I recieve a NoMethodError when calling queue.join! in my
dialplan.
I found out, that you are trying to use downcase on the QUEUESTATUS
variable. This variable is not set in the beginning of the queue.
This causes the variable to be nil so that downcase is not
applicable.
Comments and changes to this ticket
-
Ben Klang July 28th, 2010 @ 10:38 PM
- Assigned user changed from Jay Phillips to Ben Klang
- Milestone order changed from 0 to 0
Are you specifying a queue name when calling join!? This does work for some people so I'd like to figure out if this is a usage error, a documentation problem or a legitimate bug.
If possible, would you paste your dialplan.rb that leads to this exception?
-
Ben Klang August 19th, 2010 @ 07:33 PM
- Milestone set to 0.8.5
- State changed from new to fixcommitted
- Milestone order changed from 3035 to 0
Adhearsion will now raise a QueueDoesNotExistError exception when calling join! on a non-existant queue.
http://github.com/adhearsion/adhearsion/commit/8de1b52750bdee52b65e...
-
Ben Klang August 19th, 2010 @ 07:33 PM
- Tag set to exception, queues
-
Ben Klang August 24th, 2010 @ 01:52 PM
- State changed from fixcommitted to resolved
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป