Commit Graph

5694 Commits (5473ad640bf6482a44283f1de74f7edbb8f69060)
 

Author SHA1 Message Date
Kevin P. Fleming bebab80538 ast_copy_string conversion
21 years ago
Russell Bryant 089e021868 more ast_copy_string conversions
21 years ago
Kevin P. Fleming 64cf50c8e1 allow user-configurable date formats in voicemail message body (bug #4554)
21 years ago
Kevin P. Fleming 608eec66d6 ensure that mailbox numbers are read correctly from password files (bug #4655)
21 years ago
Kevin P. Fleming d39c932f20 ensure that conference created by new caller who fails to enter a PIN is destroyed (bug #4613)
21 years ago
Kevin P. Fleming f268ea2b3c make CLI output use singular/plural when appropriate (bug #4654)
21 years ago
Malcolm Davenport f1a18b8066 Hardcode urgent messages option in Voice-Message to 0
21 years ago
Kevin P. Fleming 6b72557890 ensure that AGENTBYCALLERID is set for agents being reloaded from persistent storage
21 years ago
Kevin P. Fleming 1bd88c387e don't segfault when peer doesn't send Referred-By (bug #4588)
21 years ago
Kevin P. Fleming 8b19bdba36 ensure buffer policy is restored after RAS is done with a channel (bug #4589, slightly simpler fix)
21 years ago
Kevin P. Fleming 9403a6e027 remember CallerID in AgentCallbackLogin, so it can be used at logoff time
21 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)
21 years ago
Kevin P. Fleming 054317fb13 add support for 'early loading' modules, so that nearly all configuration files can be read from Realtime storage
21 years ago
Kevin P. Fleming 18cf6ee46a add new file to ignore
21 years ago
Kevin P. Fleming 65e52f3ba9 clean up find_engine()
21 years ago
Kevin P. Fleming 750e8abd46 ensure that filesize-triggered reloads don't recurse (bug #4621, with mods)
21 years ago
Kevin P. Fleming 386f0e70b3 ensure that text frames are copied correctly even if they are not null-terminated (bug #4615)
21 years ago
Kevin P. Fleming 7d841b1885 make editline build properly on cygwin (bug #4624)
21 years ago
Kevin P. Fleming 232e7869e0 don't force autofallthrough to on (bug #4599)
21 years ago
Kevin P. Fleming f8b140faa4 ensure that abandoned calls are recorded that way (bug #4644)
21 years ago
Kevin P. Fleming 8f8d190b46 add man pages for autosupport and safe_asterisk scripts (bug #4642)
21 years ago
Kevin P. Fleming 83878abdc7 actually _install_ the astgenkey man page
21 years ago
Russell Bryant 52ef5c7d30 add function to convert a cause code to a string
21 years ago
Kevin P. Fleming 3c91556d2d reset regattempts counter after successful registration (bug #4634)
21 years ago
Kevin P. Fleming 3abe796aa8 fix up warnings (bug #4638)
21 years ago
Kevin P. Fleming 253377c208 use proper shebang line in autosupport script, at proper location (bug #4640)
21 years ago
Kevin P. Fleming ca2f18839d don't unlink files just because they can't be opened (bug #4641)
21 years ago
Russell Bryant bcc5eb829d print out which format was bigger than MAX_FORMAT
21 years ago
Jim Dixon 4cac951c1c Added fix so that wctdm interface will start out in correct state
21 years ago
Anthony Minessale II de87676975 Apply NODIR Patch (Bug #4619)
21 years ago
Matthew Fredrickson cb8ba75284 Fix for bug 4347. Also breaking redirectingreason interpretation routine into function
21 years ago
Matthew Fredrickson 220e24584a UK discconnect tone detection support. Need to enable callprogress in
21 years ago
Kevin P. Fleming b83175862e add new header files
21 years ago
Kevin P. Fleming 3e44b65090 split up string/time functions into separate header files
21 years ago
Kevin P. Fleming 3ddc33f674 un-break three-way calling
21 years ago
Russell Bryant 436a8474b0 '9' doesn't fall there anymore ...
21 years ago
Russell Bryant f3e538205b no need to call srand() when it is already called in asterisk.c
21 years ago
Kevin P. Fleming 6bf31cae9e add man pages (bug #4515)
21 years ago
Kevin P. Fleming 19c1ac82a4 actually get the host's name for the code that needs it (bug #4569)
21 years ago
Kevin P. Fleming d8cea2c8d4 add conditional operator to expression parser, and various cleanups (bug #4459)
21 years ago
Kevin P. Fleming 9f4ad3363d ensure that 'zap show status' always generates output, even when there are no interfaces present (bug #3585)
21 years ago
Kevin P. Fleming 5769e90427 update to current loader API (bug #4574)
21 years ago
Kevin P. Fleming 4803ab0bb2 don't use locks when reading usecounts (reading only, not writing)
21 years ago
Kevin P. Fleming 8db7830293 fix outgoing format selection breakage
21 years ago
Kevin P. Fleming 8ed59c10e4 make inlinable functions only need the function body in one file, and respond properly to LOW_MEMORY being defined
21 years ago
Kevin P. Fleming 061caa34c1 support cancellation of attended transfers using the defined disconnect code (bug #3729 with minor mods)
21 years ago
Russell Bryant d6715842fb fix typo in description
21 years ago
Kevin P. Fleming 7ec4d28296 optimize ast_recvchar/ast_recvtext (bug #4591)
21 years ago
Kevin P. Fleming dfe71e885e let's try allocating the proper amount of memory...
21 years ago
Mark Spencer 2f39b2c5ab Okay ;)
21 years ago