[Home]

Summary:ASTERISK-03523: [patch] Manager action 'DBGet' responds on all sessions
Reporter:k3v (k3v)Labels:
Date Opened:2005-02-15 12:15:40.000-0600Date Closed:2008-01-15 15:25:57.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) dbget-event-fd.patch.txt
( 1) oopsie.patch.txt
Description:Patch uses the action source's manager session fd to send the DBGetResponse event, instead of sending to all sessions.  Makes it behave like QueueStatus, Status, etc. actions.  

****** ADDITIONAL INFORMATION ******

disclaimer on file, fixing my own bug
Comments:By: Mark Spencer (markster) 2005-02-15 21:54:52.000-0600

Fixed in CVS head.  Thanks!

By: k3v (k3v) 2005-02-16 00:57:57.000-0600

missing an extra \r\n on the string.

By: k3v (k3v) 2005-02-23 15:46:03.000-0600

Reminder sent to markster

typo on ASTERISK-3523 fixed, ready for commit.

By: Digium Subversion (svnbot) 2008-01-15 15:25:30.000-0600

Repository: asterisk
Revision: 5038

U   trunk/db.c

------------------------------------------------------------------------
r5038 | markster | 2008-01-15 15:25:29 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix DBget (bug ASTERISK-3523)

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

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

By: Digium Subversion (svnbot) 2008-01-15 15:25:57.000-0600

Repository: asterisk
Revision: 5069

U   trunk/db.c

------------------------------------------------------------------------
r5069 | markster | 2008-01-15 15:25:56 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix "oopsie" (bug ASTERISK-3523)

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

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