aboutsummaryrefslogtreecommitdiffstats
path: root/devicestate.c
AgeCommit message (Collapse)AuthorFilesLines
2007-06-06Revert channel name splitting fix for Zap. The moral of the story is don't ↵file1-5/+4
use - in your user/peer names. (issue #9668 reported by stevedavies) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@67593 f38db490-d61c-443f-a65b-d21fe96a405b
2007-05-14Only perform stripping of - strings from the channel name for Zap channels. ↵file1-4/+8
Anywhere else we might remove a legitimate part of a device name. (issue #9668 reported by stevedavies) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@64275 f38db490-d61c-443f-a65b-d21fe96a405b
2006-02-10don't create monitor threads in detached mode, when we need to be able to ↵kpfleming1-6/+2
pthread_join() them later if the module is unloaded (solve crash-on-unload problem for these channel modules) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@9404 f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 ↵kpfleming1-0/+0
f38db490-d61c-443f-a65b-d21fe96a405b
2005-11-01issue #5558kpfleming1-0/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6940 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-28add 'ast_cond_t' type for pthread condition variables, and appropriate API ↵kpfleming1-4/+4
wrappers git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6877 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-26look for the last '-' in the channel name instead of the first (issue #5514)russell1-4/+5
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6854 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6847 f38db490-d61c-443f-a65b-d21fe96a405b
2005-10-17Handle device state changes properly when formatting characters are present ↵markster1-9/+20
(bug #5450, new patch) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6806 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+18
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6596 f38db490-d61c-443f-a65b-d21fe96a405b
2005-09-01various devicestate fixes (issue #5081, take two)kpfleming1-3/+10
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6496 f38db490-d61c-443f-a65b-d21fe96a405b
2005-08-09eliminate compiler warnings when DEBUG_THREADS is enabledkpfleming1-1/+1
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6313 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-20add English device state output (bug #4733, with minor mod)kpfleming1-7/+28
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6174 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10simplify locking (use a single lock, no deadlock possible)kpfleming1-18/+13
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6070 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-10Fix lock ordering in devicestatemarkster1-1/+3
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6069 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-08add the new files for the last commit :-)kpfleming1-0/+234
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6063 f38db490-d61c-443f-a65b-d21fe96a405b