aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-07-11reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used b...kpfleming3-6/+6
2005-07-11don't hangup the channel when a RECEIVE TEXT command times out (bug #4607)kpfleming1-2/+1
2005-07-11Make PRI debug easier to read if you're not using NFASmattf1-13/+25
2005-07-11fix compiler warning about ast_copy_stringkpfleming1-1/+1
2005-07-10use AST_MAX_CONTEXTrussell1-1/+1
2005-07-10more thoughtskpfleming1-0/+10
2005-07-10minor fixes, and more topics coveredkpfleming1-22/+120
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell14-53/+54
2005-07-10more ast_copy_string conversionsrussell6-34/+34
2005-07-10more ast_copy_string conversionsrussell15-59/+59
2005-07-10more ast_copy_string conversionsrussell12-67/+67
2005-07-10Pass along proceeding and progress even when overlap mode is not onmarkster2-3/+9
2005-07-10You must have version.h before building dependencies!markster1-1/+1
2005-07-10simplify locking (use a single lock, no deadlock possible)kpfleming1-18/+13
2005-07-10Fix lock ordering in devicestatemarkster1-1/+3
2005-07-10Fixed iobase specification in rpt.conf and put in check for 'keyed' forjim1-4/+8
2005-07-09Typo Fix (per corydon76)anthm1-1/+1
2005-07-09D'ohmalcolmd1-1/+1
2005-07-09Bug #4652 - Take twomalcolmd2-2/+2
2005-07-08Bug #4652 - Require libstrfunc for FreeBSD. Thanks Corydonmalcolmd2-1/+7
2005-07-08add the new files for the last commit :-)kpfleming2-0/+316
2005-07-08queue device state changes and handle them serially in a background threadkpfleming12-279/+125
2005-07-08ensure globals are all statickpfleming1-1/+1
2005-07-08Change level of message in case of write on hung up channel (Bug #4651)mattf1-3/+3
2005-07-08clean up compiler warnings during build on 64-bit systemskpfleming4-5/+5
2005-07-08update sample to reflect new nodir optionrussell1-0/+2
2005-07-08make this call to socket() consistent with the rest of them in Asteriskrussell1-1/+1
2005-07-07super crazy ast_copy_string conversion madness!russell1-6/+6
2005-07-07add path-locking to voicemail CGI app (bug #4304)kpfleming1-30/+105
2005-07-07more fun with ast_copy_stringrussell1-24/+25
2005-07-07ensure that "completed calls" counter is updated properly (bug #4575)kpfleming1-1/+0
2005-07-07ast_copy_string conversionkpfleming1-92/+95
2005-07-07more ast_copy_string conversionsrussell1-15/+15
2005-07-07allow user-configurable date formats in voicemail message body (bug #4554)kpfleming2-1/+16
2005-07-07ensure that mailbox numbers are read correctly from password files (bug #4655)kpfleming1-0/+5
2005-07-07ensure that conference created by new caller who fails to enter a PIN is dest...kpfleming1-32/+52
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)kpfleming9-17/+17
2005-07-07Hardcode urgent messages option in Voice-Message to 0malcolmd1-1/+1
2005-07-06ensure that AGENTBYCALLERID is set for agents being reloaded from persistent ...kpfleming1-2/+3
2005-07-06don't segfault when peer doesn't send Referred-By (bug #4588)kpfleming1-4/+7
2005-07-06ensure buffer policy is restored after RAS is done with a channel (bug #4589,...kpfleming1-15/+12
2005-07-06remember CallerID in AgentCallbackLogin, so it can be used at logoff timekpfleming1-16/+46
2005-07-05don't write frames out to channel until after sending them to spies and/or mo...kpfleming1-2/+2
2005-07-05add support for 'early loading' modules, so that nearly all configuration fil...kpfleming6-15/+70
2005-07-05add new file to ignorekpfleming1-0/+1
2005-07-05clean up find_engine()kpfleming1-13/+11
2005-07-05ensure that filesize-triggered reloads don't recurse (bug #4621, with mods)kpfleming1-4/+5
2005-07-05ensure that text frames are copied correctly even if they are not null-termin...kpfleming1-1/+1
2005-07-05make editline build properly on cygwin (bug #4624)kpfleming4-3/+54
2005-07-05don't force autofallthrough to on (bug #4599)kpfleming1-1/+0