[Home]

Summary:ASTERISK-12353: [patch] Add missing state_interface on the dump_queue_members function
Reporter:Joel Vandal (jvandal)Labels:
Date Opened:2008-07-09 17:39:36Date Closed:2008-07-10 14:05:49
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Applications/app_queue
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) app_queue.patch
Description:On Queue application, when we reload dynamic queue members persisted into the astdb (reload_queue_members), we parse the state_interface variable but when we
dump all members in a specific queue to the database, this variable is not saved.

This small patch add the 'state_interface' variable on the AstDB for Persistent Members.


Comments:By: Digium Subversion (svnbot) 2008-07-10 14:05:42

Repository: asterisk
Revision: 129684

U   trunk/apps/app_queue.c

------------------------------------------------------------------------
r129684 | bbryant | 2008-07-10 14:05:41 -0500 (Thu, 10 Jul 2008) | 8 lines

Fixes a bug where the interface for a queue member gets reloaded as the state_interface, if a state_interface was set, on reload because the
state_interface isn't stored in the ast_db.

(closes issue ASTERISK-12353)
Reported by: jvandal
Patches:
     app_queue.patch uploaded by jvandal (license 413)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=129684