[Home]

Summary:ASTERISK-11202: func_devstate not updating Custom hints
Reporter:Tony Plack (plack)Labels:
Date Opened:2008-01-10 13:26:45.000-0600Date Closed:2008-01-10 13:31:33.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Functions/func_devstate
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:Custom hints updated via func_devstate are updating the astdb but not updating the hints table.

"database show" shows

/CustomDevstate/5000queue                         : NOT_INUSE

"core show hints"
s56*CLI>
   -= Registered Asterisk Dial Plan Hints =-
              ASTERISK-41ASTERISK-4874@BLF_Group_1         : Custom:5000queue      State:InUse           Watchers  1


CLI shows:
   -- Executing [ASTERISK-41ASTERISK-4874@default:5] Set("SIP/5000-081fbf58", "DEVSTATE(Custom:5000queue)=NOT_INUSE") in new stack
   -- Executing [ASTERISK-41ASTERISK-4874@default:6] NoOp("SIP/5000-081fbf58", "") in new stack



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

Hint line:
exten => ASTERISK-41ASTERISK-4874,hint,Custom:5000queue

Set statement:
exten => _ASTERISK-41ASTERISK-4874,n,Set(DEVSTATE(Custom:5000queue)=NOT_INUSE)
Comments:By: Russell Bryant (russell) 2008-01-10 13:31:33.000-0600

This module is not officially supported with Asterisk 1.4.  You will have to try it with Asterisk trunk to report problems here ...