[Home]

Summary:ASTERISK-11544: [patch] Ability to set device state via CLI
Reporter:Paul Reichart (nizon)Labels:
Date Opened:2008-02-29 02:03:28.000-0600Date Closed:2008-02-29 20:02:17.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Functions/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) devstate-patch.txt
( 1) func_devstate.c
Description:Func_devstate lacks the ability to set the device state via the CLI.

I made a quick modification to func_devstate.c to add said functionality.
Comments:By: Digium Subversion (svnbot) 2008-02-29 18:53:32.000-0600

Repository: asterisk
Revision: 105461

U   trunk/CHANGES
U   trunk/funcs/func_devstate.c

------------------------------------------------------------------------
r105461 | russell | 2008-02-29 18:53:30 -0600 (Fri, 29 Feb 2008) | 9 lines

Add a "devstate change" CLI command to control custom device states.  Also,
do some additional code cleanup and improvement in passing.

(closes issue ASTERISK-11544)
Reported by: nizon
Patches:
     devstate-patch.txt uploaded by nizon (license 415)
       -- Updated to trunk, and tab completion added by me

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

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

By: Digium Subversion (svnbot) 2008-02-29 20:02:17.000-0600

Repository: asterisk
Revision: 105480

_U  team/tilghman/res_odbc_astobj2/
U   team/tilghman/res_odbc_astobj2/CHANGES
U   team/tilghman/res_odbc_astobj2/apps/app_dial.c
U   team/tilghman/res_odbc_astobj2/funcs/func_devstate.c
U   team/tilghman/res_odbc_astobj2/include/asterisk/app.h
U   team/tilghman/res_odbc_astobj2/include/asterisk/global_datastores.h
U   team/tilghman/res_odbc_astobj2/main/app.c
U   team/tilghman/res_odbc_astobj2/main/features.c
U   team/tilghman/res_odbc_astobj2/main/global_datastores.c

------------------------------------------------------------------------
r105480 | tilghman | 2008-02-29 20:02:16 -0600 (Fri, 29 Feb 2008) | 31 lines

Merged revisions 105461,105477,105479 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
r105461 | russell | 2008-02-29 18:53:25 -0600 (Fri, 29 Feb 2008) | 9 lines

Add a "devstate change" CLI command to control custom device states.  Also,
do some additional code cleanup and improvement in passing.

(closes issue ASTERISK-11544)
Reported by: nizon
Patches:
     devstate-patch.txt uploaded by nizon (license 415)
       -- Updated to trunk, and tab completion added by me

........
r105477 | twilson | 2008-02-29 19:30:37 -0600 (Fri, 29 Feb 2008) | 6 lines

Asterisk, when parking can drop rights a caller when a parking timeout occurs.  Also, when doing built-in attended transfers, sometimes incorrectly passes rights from the transferrer to the transferee.  This patch tries to fixes the parking issue and lays some groundwork for later fixing the transfer issue.

(closes issue ASTERISK-11012)
Reported by: pliew
Tested by: otherwiseguy

........
r105479 | tilghman | 2008-02-29 20:03:51 -0600 (Fri, 29 Feb 2008) | 2 lines

Drop bad property

........

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

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