search for: ast_device_unknown

Displaying 7 results from an estimated 7 matches for "ast_device_unknown".

2010 Aug 10
0
Asterisk 1.4.35 Now Available
...(Closes issue #15871. Reported, patched by Ivan) * If all members are paused, the wrong status is indicated. (Closes issue #17576. Reported, patched by ramonpeek) * Fix logging message for stale nonce. (Closes issue #17582. Reported, patched by kenner) * Interpret device state AST_DEVICE_UNKNOWN as extension state AST_EXTENSION_NOT_INUSE. (Closes issue #16035. Reported by francesco_r. Patched by viniciusfontes) * Resolve T.38 negotiation regression. (Closes issue #16705. Reported by mpiazzatnetbug. Patched by ebroad) For a full list of changes in the current release, please...
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",...
2010 Aug 10
0
Asterisk 1.4.35 Now Available
...(Closes issue #15871. Reported, patched by Ivan) * If all members are paused, the wrong status is indicated. (Closes issue #17576. Reported, patched by ramonpeek) * Fix logging message for stale nonce. (Closes issue #17582. Reported, patched by kenner) * Interpret device state AST_DEVICE_UNKNOWN as extension state AST_EXTENSION_NOT_INUSE. (Closes issue #16035. Reported by francesco_r. Patched by viniciusfontes) * Resolve T.38 negotiation regression. (Closes issue #16705. Reported by mpiazzatnetbug. Patched by ebroad) For a full list of changes in the current release, please...
2009 Sep 27
1
MeetMe Hints
I've got hints setup for my MeetMe conferences like so: exten => _60X,hint,MeetMe:${EXTEN} and they show up in "core show hints" like so 600 at dialtone : MeetMe:600 State:Unavailable Watchers 1 _60X at dialtone : MeetMe:${EXTEN} State:Unavailable Watchers 0 I'm wondering why they're Unavailable instead of
2008 Dec 22
1
AMI and ExtensionState command returning bogus 'status' number
...2 Busy" I have confirmed that it is returning the 'Status' as described in 'devicestate.h' ( http://www.asterisk.org/doxygen/1.4/devicestate_8h-source.html ) , part of Asterisk source files. Something like this: /** * Device is valid but channel didn't know state * AST_DEVICE_UNKNOWN 0 * * Device is not used * AST_DEVICE_NOT_INUSE 1 * * Device is in use * AST_DEVICE_INUSE 2 * * Device is busy * AST_DEVICE_BUSY 3 * * Device is invalid * AST_DEVICE_INVALID 4 * * Device is unavailable * AST_DEVICE_UNAVAILABLE 5 * * Device is ringing * AST_DEVICE_RINGING 6...
2007 May 24
2
SCCP
...Please help me how to solve this issue. [root@XPL t]# cd chan_sccp [root@XPL chan_sccp]# make clean rm -rf chan_sccp.so .tmp [root@XPL chan_sccp]# make install \Now compiling .... chan_sccp.c 742 lines chan_sccp.c: In function `sccp_devicestate': chan_sccp.c:133: error: `AST_DEVICE_UNKNOWN' undeclared (first use in this function) chan_sccp.c:133: error: (Each undeclared identifier is reported only once chan_sccp.c:133: error: for each function it appears in.) chan_sccp.c: In function `reload_config': chan_sccp.c:397: warning: implicit declaration of function `ast_load'...