search for: ast_device

Displaying 3 results from an estimated 3 matches for "ast_device".

2007 Sep 19
2
AMI extension states
Hi, Is there a list of all the extension states as sent by the manager interface? (I know I could look them up in the source but that involves some "backtracing".) The ones I know are: -1: no hint for the extension 0: registered && idle 1: busy 4: unreachable, not registered 8: ringing I've recently seen 16 (== hold?) but can't find that value documented anywhere.
2010 Mar 04
0
Availstatus returns 20 ?
...testlocal-14088", "chanisavail == 20") in new stack What does it mean when ChanIsAvail returns '20' ??? This is what inside /usr/src/asterisk-1.4.25.1/main/devicestate.c : /*! \brief Device state strings for printing */ static const char *devstatestring[] = { /* 0 AST_DEVICE_UNKNOWN */ "Unknown", /*!< Valid, but unknown state */ /* 1 AST_DEVICE_NOT_INUSE */ "Not in use", /*!< Not used */ /* 2 AST_DEVICE IN USE */ "In use", /*!< In use */ /* 3 AST_DEVICE_BUSY */ "Busy&...
2023 Sep 04
15
[RFC, drm-misc-next v4 0/9] PCI/VGA: Allowing the user to select the primary video adapter at boot time
From: Sui Jingfeng <suijingfeng at loongson.cn> On a machine with multiple GPUs, a Linux user has no control over which one is primary at boot time. This series tries to solve above mentioned problem by introduced the ->be_primary() function stub. The specific device drivers can provide an implementation to hook up with this stub by calling the vga_client_register() function. Once the