Ticket #3358 (closed Bugs: fixed)

Opened 5 years ago

Last modified 4 years ago

Something screw wrt devstate

Reported by: mbrevda Assigned to:
Priority: minor Milestone: 2.6
Component: Queues Version: 2.5-branch
Keywords: Cc:
Confirmation: Need testing Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description (Last modified by p_lindheimer)

there is something wrong with devstate, not sure if its freepbx related or not... I just upgraded to 1.4.22 and enabled devstate support in freepbx. Now when I call a q, it goes to the busy agents vm - which is skipped because of the blockvm key - and just plays the 'returning to ivr' message, and returns.
Asterisk log file shows this:

[Nov 2 12:47:46] WARNING[17931] app_queue.c: The device state of this queue member, Local/230@from-internal/n, is still 'Not in Use' when it probably should not be! Please check UPGRADE.txt for correct configuration settings.

is this FreePBX related or is it an asterisk bug?

Change History

11/10/08 10:27:09 changed by mbrevda

Ok, Im not sure if/how much this is related to devstate... this ticket sems to deal with the issue: http://bugs.digium.com/view.php?id=12958

11/10/08 11:23:00 changed by p_lindheimer

  • owner deleted.
  • confirmation changed from Unreviewed to Need testing.
  • component changed from - choose - to Queues.
  • description changed.

this needs a bit more detail to see if something else is going on, however it does appear there is a bug related to the return-to-ivr feature. If it hits voicemail that is flagged to be blocked, the code path should simple end and not return to the ivr or play such a message. Try this patch to extensions.conf to see if the latter part of the problem goes away:

Index: extensions.conf
===================================================================
--- extensions.conf    (revision 7206)
+++ extensions.conf    (working copy)
@@ -321,6 +321,7 @@
 ; we didn't branch so block this from voicemail
 ;
 exten => s,n,Noop(CAME FROM: ${NODEST} - Blocking VM cause of key: ${DB(BLKVM_OVERRIDE)})
+exten => s,n,Hangup
 
 
 ; If vmx not enabled for the current mode,then jump to normal voicemail behavior

11/10/08 12:40:50 changed by mickecarlsson

(In [7246]) Addresses #3358 updates Italian language for modules

11/10/08 12:42:01 changed by mickecarlsson

  • status changed from new to closed.
  • resolution set to fixed.

(In [7247]) Closes #3358 updates Italian language for core. Thank you francesco_r

11/10/08 12:43:46 changed by mickecarlsson

  • status changed from closed to reopened.
  • resolution deleted.

Sorry, referenced the wrong ticket. Opened again.

11/12/08 10:55:41 changed by mbrevda

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [7254]) closes #3358, thanks Philippe!

11/12/08 11:02:37 changed by mbrevda

Philippe, seems to have solved the entire problem (although there is defiantly a bug with asterisk, as its queues isnt getting the proper status updates...).

Thanks!

11/15/08 16:02:21 changed by p_lindheimer

(In [7273]) Merged revisions 7250-7271 via svnmerge from http://svn.freepbx.org/modules/branches/2.5

........

r7254 | mbrevda | 2008-11-12 07:55:40 -0800 (Wed, 12 Nov 2008) | 1 line

closes #3358, thanks Philippe!

........

r7258 | mickecarlsson | 2008-11-12 12:43:19 -0800 (Wed, 12 Nov 2008) | 1 line

Addresses #3389 updates Bulgarian language files

........

r7260 | mickecarlsson | 2008-11-12 12:47:22 -0800 (Wed, 12 Nov 2008) | 1 line

Closes #3390 adds Spanish language to customerdb

........

r7263 | p_lindheimer | 2008-11-13 12:23:51 -0800 (Thu, 13 Nov 2008) | 1 line

fixes #3387 with supplied patches plus additional fix that was making extension to extension call pickup not working, resulting in the inability to also pickup transfered calls

........

r7264 | p_lindheimer | 2008-11-13 15:06:47 -0800 (Thu, 13 Nov 2008) | 1 line

Ref #3387 move the more requestn Pickup() scenarios so they execute sooner

........

r7265 | p_lindheimer | 2008-11-15 12:28:12 -0800 (Sat, 15 Nov 2008) | 1 line

fixes #3399 vmx option 1 not retrieved properly when followme is disabled

........

r7266 | p_lindheimer | 2008-11-15 12:30:26 -0800 (Sat, 15 Nov 2008) | 1 line

Module Publish Script: voicemail 2.5.1.5

........

r7267 | p_lindheimer | 2008-11-15 12:46:09 -0800 (Sat, 15 Nov 2008) | 1 line

Module Publish Script: core 2.5.1.3

........

r7268 | p_lindheimer | 2008-11-15 12:46:17 -0800 (Sat, 15 Nov 2008) | 1 line

Module Publish Script: dashboard 2.5.0.3

........

r7269 | p_lindheimer | 2008-11-15 12:46:23 -0800 (Sat, 15 Nov 2008) | 1 line

Module Publish Script: parking 2.5.1.3

........

r7270 | p_lindheimer | 2008-11-15 12:46:30 -0800 (Sat, 15 Nov 2008) | 1 line

Module Publish Script: vmblast 2.5.0.4

........

r7271 | p_lindheimer | 2008-11-15 12:47:38 -0800 (Sat, 15 Nov 2008) | 1 line

Module Publish Script: fw_langpacks 2.5.1.1

........

01/06/09 17:59:27 changed by p_lindheimer

(In [7346]) Merged revisions 7088-7102,7104-7345 via svnmerge from http://svn.freepbx.org/freepbx/branches/2.5

........

r7111 | p_lindheimer | 2008-10-23 13:52:50 -0700 (Thu, 23 Oct 2008) | 1 line

#3271 add some noloads that ABE is not happy with apparently (sounds liek an ABE bug that should be addressed)

........

r7125 | mickecarlsson | 2008-10-24 10:51:15 -0700 (Fri, 24 Oct 2008) | 1 line

Updated amp.pot and swedish language files

........

r7139 | p_lindheimer | 2008-10-25 11:38:33 -0700 (Sat, 25 Oct 2008) | 1 line

typo in variable name resulting in error report missing problem module name, re #3324 but not causing that issue

........

r7140 | sasargen | 2008-10-25 13:33:46 -0700 (Sat, 25 Oct 2008) | 1 line

ARI: add tooltips to Call Me Number and Call Screening labels

........

r7141 | p_lindheimer | 2008-10-25 18:32:38 -0700 (Sat, 25 Oct 2008) | 1 line

closes #3327 user will be required to edit the vm_general.inc if running 1.6 and desires this enabled

........

r7142 | mickecarlsson | 2008-10-26 01:13:13 -0700 (Sun, 26 Oct 2008) | 1 line

Fixed spelling errir and tidy up tabs formatting in vm_general.inc

........

r7157 | p_lindheimer | 2008-10-27 10:53:03 -0700 (Mon, 27 Oct 2008) | 1 line

don't include libfreepbx.confgen.php unless needed, since the functions are deprecated and no longer used except during upgrade transitions

........

r7208 | mickecarlsson | 2008-11-02 09:01:56 -0800 (Sun, 02 Nov 2008) | 1 line

Enabled Bulgarian language in language selector, added Bulgarian language to amp

........

r7210 | mickecarlsson | 2008-11-02 09:13:28 -0800 (Sun, 02 Nov 2008) | 1 line

Sorted the languages in alfabetic order, english on top

........

r7221 | mickecarlsson | 2008-11-04 10:59:28 -0800 (Tue, 04 Nov 2008) | 1 line

Updated readme for i18n

........

r7222 | mickecarlsson | 2008-11-04 11:59:44 -0800 (Tue, 04 Nov 2008) | 1 line

Closes #3368 fixes various errors in css, html and javascript

........

r7223 | mickecarlsson | 2008-11-05 06:57:54 -0800 (Wed, 05 Nov 2008) | 1 line

Updated pot file and swedish language for amp

........

r7226 | mickecarlsson | 2008-11-05 08:36:03 -0800 (Wed, 05 Nov 2008) | 1 line

Added a tool to autocreate all .pot files for amp and all modules

........

r7231 | mickecarlsson | 2008-11-05 09:38:27 -0800 (Wed, 05 Nov 2008) | 1 line

Add Bulgarian language to core from ticket #3373

........

r7233 | mickecarlsson | 2008-11-06 10:44:52 -0800 (Thu, 06 Nov 2008) | 1 line

Closes #3379 updates French language for core

........

r7234 | mickecarlsson | 2008-11-06 11:09:22 -0800 (Thu, 06 Nov 2008) | 1 line

Correction in bulgarian language files for core

........

r7235 | mickecarlsson | 2008-11-06 13:33:34 -0800 (Thu, 06 Nov 2008) | 1 line

Fixes VmX module, settings were revered against extension settings for VmX

........

r7236 | mickecarlsson | 2008-11-06 22:24:36 -0800 (Thu, 06 Nov 2008) | 1 line

Really fixes the amp.po for swedish language

........

r7237 | mickecarlsson | 2008-11-06 22:28:53 -0800 (Thu, 06 Nov 2008) | 1 line

Removed freepbx.pot, file is obsolete, .pot file is now in i18n instead

........

r7239 | mickecarlsson | 2008-11-08 10:15:24 -0800 (Sat, 08 Nov 2008) | 1 line

Addresses #3381 updates Italian language for core and ari

........

r7241 | mickecarlsson | 2008-11-08 10:21:35 -0800 (Sat, 08 Nov 2008) | 1 line

Addresses #3380 enclosed test string for translation

........

r7247 | mickecarlsson | 2008-11-10 09:42:01 -0800 (Mon, 10 Nov 2008) | 1 line

Closes #3358 updates Italian language for core. Thank you francesco_r

........

r7259 | mickecarlsson | 2008-11-12 12:43:54 -0800 (Wed, 12 Nov 2008) | 1 line

Closes #3389 updating Bulgarian language files

........

r7261 | mickecarlsson | 2008-11-12 13:41:50 -0800 (Wed, 12 Nov 2008) | 1 line

Closes #3380 fixes various string enclosures for localization. Thank you chocho

........

r7262 | mickecarlsson | 2008-11-12 23:02:52 -0800 (Wed, 12 Nov 2008) | 1 line

Merged 2.5 amp.pot with 2.6 amp.pot so that there is only one with all text strings from both versions

........

r7303 | mickecarlsson | 2008-11-23 06:32:05 -0800 (Sun, 23 Nov 2008) | 1 line

Updated amp.pot and swedish language files for core

........

r7309 | mickecarlsson | 2008-12-06 06:05:37 -0800 (Sat, 06 Dec 2008) | 1 line

Updates #3224 removes hard coded cdr database

........

r7312 | mickecarlsson | 2008-12-07 04:00:20 -0800 (Sun, 07 Dec 2008) | 1 line

Added ari.pot for localization of ARI

........

r7336 | mickecarlsson | 2008-12-26 00:36:36 -0800 (Fri, 26 Dec 2008) | 1 line

Closes #3453 adds Chinese language to core. Thank you edwardbadboy

........

r7337 | mickecarlsson | 2008-12-26 02:30:43 -0800 (Fri, 26 Dec 2008) | 1 line

Remove Chinese language in #3453 from core as it was not a proper FreePBX translation

........

r7341 | mickecarlsson | 2009-01-06 11:36:02 -0800 (Tue, 06 Jan 2009) | 1 line

Closes #3462, put double quote in javascript so that languages with single quote in text does not interfere with code

........