[Home]

Summary:ASTERISK-13455: [patch] contrib/scripts/realtime_pgsql.sql misses uniqueid in queue_member_table
Reporter:Fredrik Liljegren (fiddur)Labels:
Date Opened:2009-01-27 02:06:05.000-0600Date Closed:2009-01-29 07:51:01.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Resources/res_realtime
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) realtime_pgsql.sql.diff
Description:app_queue.c uses uniqueid in queue_member_table (to update member fields).

Add:
uniqueid serial NOT NULL,

...to the CREATE TABLE queue_member_table....

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

svn version is of file...
Comments:By: Fredrik Liljegren (fiddur) 2009-01-27 02:09:48.000-0600

btw, the queue_table should have a field autopause...
and, the queue_member_table should also have an paused integer.

By: Fredrik Liljegren (fiddur) 2009-01-29 01:48:04.000-0600

Uploaded patch against revision 172168.



By: Digium Subversion (svnbot) 2009-01-29 07:46:39.000-0600

Repository: asterisk
Revision: 172271

U   trunk/contrib/scripts/realtime_pgsql.sql

------------------------------------------------------------------------
r172271 | lmadsen | 2009-01-29 07:46:39 -0600 (Thu, 29 Jan 2009) | 5 lines

The realtime_pgsql.sql script is missing a couple of fields.
closes issue ASTERISK-13455)
Reported by: fiddur
Patches:
     realtime_pgsql.sql.diff uploaded by fiddur (license 678)
------------------------------------------------------------------------

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

By: Digium Subversion (svnbot) 2009-01-29 07:50:04.000-0600

Repository: asterisk
Revision: 172272

_U  branches/1.6.1/
U   branches/1.6.1/contrib/scripts/realtime_pgsql.sql

------------------------------------------------------------------------
r172272 | lmadsen | 2009-01-29 07:50:04 -0600 (Thu, 29 Jan 2009) | 13 lines

Merged revisions 172271 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r172271 | lmadsen | 2009-01-29 08:47:27 -0500 (Thu, 29 Jan 2009) | 5 lines
 
 The realtime_pgsql.sql script is missing a couple of fields.
 closes issue ASTERISK-13455)
 Reported by: fiddur
 Patches:
       realtime_pgsql.sql.diff uploaded by fiddur (license 678)
........

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

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

By: Digium Subversion (svnbot) 2009-01-29 07:51:01.000-0600

Repository: asterisk
Revision: 172273

_U  branches/1.6.0/
U   branches/1.6.0/contrib/scripts/realtime_pgsql.sql

------------------------------------------------------------------------
r172273 | lmadsen | 2009-01-29 07:51:01 -0600 (Thu, 29 Jan 2009) | 13 lines

Merged revisions 172271 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r172271 | lmadsen | 2009-01-29 08:47:27 -0500 (Thu, 29 Jan 2009) | 5 lines
 
 The realtime_pgsql.sql script is missing a couple of fields.
 closes issue ASTERISK-13455)
 Reported by: fiddur
 Patches:
       realtime_pgsql.sql.diff uploaded by fiddur (license 678)
........

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

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