Commit Graph

5427 Commits (be9d72b11d84747b802ba2ae45bf69b2d5cc8872)
 

Author SHA1 Message Date
Kevin P. Fleming be9d72b11d remove complex malloc-avoidance (bug #4601)
20 years ago
Russell Bryant e24821e1cf fix off by one errors in calls to ast_copy_string (bug #4600)
20 years ago
Kevin P. Fleming eb397f08df reverse arguments to ast_tvdiff_ms, so they match the 'raw' math being used between the arguments
20 years ago
Kevin P. Fleming 8079f53c01 don't hangup the channel when a RECEIVE TEXT command times out (bug #4607)
20 years ago
Matthew Fredrickson e67bc60c40 Make PRI debug easier to read if you're not using NFAS
20 years ago
Kevin P. Fleming 9f210028d1 fix compiler warning about ast_copy_string
20 years ago
Russell Bryant 5df2640539 use AST_MAX_CONTEXT
20 years ago
Kevin P. Fleming 5bf8872b42 more thoughts
20 years ago
Kevin P. Fleming 312122c113 minor fixes, and more topics covered
20 years ago
Russell Bryant 4c531ca8c0 define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSION
20 years ago
Russell Bryant c18fd5cd8c more ast_copy_string conversions
20 years ago
Russell Bryant 206f712599 more ast_copy_string conversions
20 years ago
Russell Bryant edbc500b77 more ast_copy_string conversions
20 years ago
Mark Spencer 80f67ad1fa Pass along proceeding and progress even when overlap mode is not on
20 years ago
Mark Spencer 45895f6fa7 You must have version.h before building dependencies!
20 years ago
Kevin P. Fleming 87231c34a1 simplify locking (use a single lock, no deadlock possible)
20 years ago
Mark Spencer 3c8dfe099d Fix lock ordering in devicestate
20 years ago
Jim Dixon b4f7592ebb Fixed iobase specification in rpt.conf and put in check for 'keyed' for
20 years ago
Anthony Minessale II fb4106f357 Typo Fix (per corydon76)
20 years ago
Malcolm Davenport 47edc64ecd D'oh
20 years ago
Malcolm Davenport fe7c0b0cce Bug #4652 - Take two
20 years ago
Malcolm Davenport d36d51f732 Bug #4652 - Require libstrfunc for FreeBSD. Thanks Corydon
20 years ago
Kevin P. Fleming a913a5ce23 add the new files for the last commit :-)
20 years ago
Kevin P. Fleming c13d601fb4 queue device state changes and handle them serially in a background thread
20 years ago
Kevin P. Fleming 0111a38e4b ensure globals are all static
20 years ago
Matthew Fredrickson f6f9cac028 Change level of message in case of write on hung up channel (Bug #4651)
20 years ago
Kevin P. Fleming f64717b556 clean up compiler warnings during build on 64-bit systems
20 years ago
Russell Bryant ea346597bb update sample to reflect new nodir option
20 years ago
Russell Bryant b8e8cdc968 make this call to socket() consistent with the rest of them in Asterisk
20 years ago
Russell Bryant c65d75dac5 super crazy ast_copy_string conversion madness!
20 years ago
Kevin P. Fleming 349a64ef8f add path-locking to voicemail CGI app (bug #4304)
20 years ago
Russell Bryant 91ee5d5ddd more fun with ast_copy_string
20 years ago
Kevin P. Fleming 25f2cb8ec9 ensure that "completed calls" counter is updated properly (bug #4575)
20 years ago
Kevin P. Fleming bebab80538 ast_copy_string conversion
20 years ago
Russell Bryant 089e021868 more ast_copy_string conversions
20 years ago
Kevin P. Fleming 64cf50c8e1 allow user-configurable date formats in voicemail message body (bug #4554)
20 years ago
Kevin P. Fleming 608eec66d6 ensure that mailbox numbers are read correctly from password files (bug #4655)
20 years ago
Kevin P. Fleming d39c932f20 ensure that conference created by new caller who fails to enter a PIN is destroyed (bug #4613)
20 years ago
Kevin P. Fleming f268ea2b3c make CLI output use singular/plural when appropriate (bug #4654)
20 years ago
Malcolm Davenport f1a18b8066 Hardcode urgent messages option in Voice-Message to 0
20 years ago
Kevin P. Fleming 6b72557890 ensure that AGENTBYCALLERID is set for agents being reloaded from persistent storage
20 years ago
Kevin P. Fleming 1bd88c387e don't segfault when peer doesn't send Referred-By (bug #4588)
20 years ago
Kevin P. Fleming 8b19bdba36 ensure buffer policy is restored after RAS is done with a channel (bug #4589, slightly simpler fix)
20 years ago
Kevin P. Fleming 9403a6e027 remember CallerID in AgentCallbackLogin, so it can be used at logoff time
20 years ago
Kevin P. Fleming 6797e6334f don't write frames out to channel until after sending them to spies and/or monitor, since the channel driver might modify the frame data in the buffer (bug #4623)
20 years ago
Kevin P. Fleming 054317fb13 add support for 'early loading' modules, so that nearly all configuration files can be read from Realtime storage
20 years ago
Kevin P. Fleming 18cf6ee46a add new file to ignore
20 years ago
Kevin P. Fleming 65e52f3ba9 clean up find_engine()
20 years ago
Kevin P. Fleming 750e8abd46 ensure that filesize-triggered reloads don't recurse (bug #4621, with mods)
20 years ago
Kevin P. Fleming 386f0e70b3 ensure that text frames are copied correctly even if they are not null-terminated (bug #4615)
20 years ago