[Home]

Summary:ASTERISK-03770: highpriority does not work in asterisk.conf
Reporter:staffanu (staffanu)Labels:
Date Opened:2005-03-25 16:11:32.000-0600Date Closed:2008-01-15 15:30:43.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/Configuration
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:The options/highpriority setting in asterisk.conf has no effect, since ast_readconfig is called after the call that sets priority:

set_priority(option_highpriority).

This has no impact on the -p command line option, so the problem is very easily worked around.  (It took me a while to figure out why it wasn't working, though.)
Comments:By: Mark Spencer (markster) 2005-03-26 01:21:49.000-0600

Fixed in CVS head.  Thanks!

By: Russell Bryant (russell) 2005-04-05 04:44:23

fixed in 1.0

By: Digium Subversion (svnbot) 2008-01-15 15:28:46.000-0600

Repository: asterisk
Revision: 5266

U   trunk/asterisk.c

------------------------------------------------------------------------
r5266 | markster | 2008-01-15 15:28:46 -0600 (Tue, 15 Jan 2008) | 2 lines

Fix order of priority reading / file reading (bug ASTERISK-3770)

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

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

By: Digium Subversion (svnbot) 2008-01-15 15:30:43.000-0600

Repository: asterisk
Revision: 5402

U   branches/v1-0/CHANGES
U   branches/v1-0/asterisk.c

------------------------------------------------------------------------
r5402 | russell | 2008-01-15 15:30:43 -0600 (Tue, 15 Jan 2008) | 2 lines

fix 'highpriority' for asterisk.conf (bug ASTERISK-3770)

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

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