Commit Graph

7097 Commits (124b00c4a4b971d8f4e34c3bbd73c992ad84d20c)
 

Author SHA1 Message Date
Matthew Fredrickson 1bb29aa0cd Updates from royk to safe_asterisk (#5207) Thanks!
20 years ago
Olle Johansson 3fbad3f5d3 Don't reset scheduled ID until we actually end the scheduled event.
20 years ago
Russell Bryant 6334e3b543 store the list of 'atexit' functions using linked list macros (issue #6329)
20 years ago
Russell Bryant a7b05ea51c convert ast_channel list to use linked list macros (issue #6338)
20 years ago
Olle Johansson 1a2b5c7822 Blocking fix from 1.2 from being applied again.
20 years ago
Olle Johansson 50280803be Issue 6114: Don't hangup on bye/also if there's no channel. (gst)
20 years ago
Olle Johansson ab04b28196 Issue #6093: Match realtime non-dynamic peers by IP. (siacali).
20 years ago
Olle Johansson 0ba27e0a6b Make it clear that caller ID in sip.conf is used only on incoming calls (inspired by bug #6183)
20 years ago
Olle Johansson 293d88108f Reverting change in revision 8539 - fixed wrong problem. Sorry.
20 years ago
Olle Johansson 543cc7e2a4 Issue #6323, FreeBSD compatibility with compilation of func_odbc.c (reported by nulbyte)
20 years ago
Olle Johansson be28dc1be8 Importing rev #8537 from 1.2, never send response to ACK (issue #6308)
20 years ago
Olle Johansson 9434a05dc1 - Report SIP reload in manager (issue 5742 with small changes)
20 years ago
Olle Johansson aad2331375 - Adding whitespace that I found unused outside
20 years ago
Olle Johansson fe1366c201 Declaring conn and result static to avoid collission with realtime driver (issue 6336, pressureman)
20 years ago
Olle Johansson 9863ed4624 Whitespace change, extra <tab> added from my tab storage.
20 years ago
Olle Johansson b90a5b0ebd - Adding doxygen comments
20 years ago
Matt O'Gorman 428efda5a9 code clean up and macro implementation from
20 years ago
Olle Johansson 9cda86f4b2 Remove redundant default default/global settings from declaration, settings are done in reload_config()
20 years ago
Matt O'Gorman 83ab52cdc4 changed some settings to app_args and some code
20 years ago
Olle Johansson 4c8b2c62de Remove more unused defines.
20 years ago
Olle Johansson c3fcb9eaea Doxygen updates
20 years ago
Olle Johansson 8b42063108 Finally removing SIPDUMPER that hasn't been used for ages. If anyone needs this for some reason,
20 years ago
Olle Johansson 57f0c81518 - Change "call" to "dialog" where use of "call" is confusing, since it may be a register transaction or a subscription.
20 years ago
Olle Johansson 814800008d - Debug output fixes
20 years ago
Olle Johansson e2f477175f Doxygen update
20 years ago
Olle Johansson e0fe84d1b2 Re-instate sip_addheader() while waiting for a dialplan function. (Issue 6317)
20 years ago
Olle Johansson 50797d7c05 - Adding some white space from my white space reservoir
20 years ago
Olle Johansson 92390274e5 Use doxygen for todo's! :-)
20 years ago
Olle Johansson 6f3cdf08e4 Spelling fix undetected by kpfleming in rev 8150 ;-)
20 years ago
Olle Johansson 77752fc8c5 Remove javadoc doxygen format...
20 years ago
Russell Bryant 72a2e892bc fix memory leak from not freeing the list of queue members when freeing a queue
20 years ago
Russell Bryant aad7522ed4 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8446 65c4cc65-6c06-0410-ace0-fbb531ad65f3
20 years ago
Russell Bryant 7df4257dbb eliminate some compiler warnings
20 years ago
Russell Bryant c84ec3a3ad Merged revisions 8437 via svnmerge from
20 years ago
Tilghman Lesher 56bb41460e Bug 6312 - Macro janitor
20 years ago
BJ Weschke 0034a39f29 Correct some scenarios where CALL_LIMIT could not be getting adjusted properly allowing chan_sip to send calls when it really shouldn't. Bug #6111
20 years ago
Tilghman Lesher 7d897634dc Bug 6262 - New function STRPTIME
20 years ago
Tilghman Lesher c3ded332b5 Bug 6148 - Add PARKEDAT variable; also cleaned up application help to fit 80-column screen.
20 years ago
Russell Bryant 8cddfd5da1 add 'show channeltype' CLI command (issue #6149, with small modifications)
20 years ago
Russell Bryant 92f13e8d9f prevent writing outside of the provided workspace when calculating a
20 years ago
Russell Bryant 9ebedbafa9 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8420 65c4cc65-6c06-0410-ace0-fbb531ad65f3
20 years ago
Russell Bryant 08759a1d78 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8413 65c4cc65-6c06-0410-ace0-fbb531ad65f3
20 years ago
Russell Bryant 5e6968ea86 const-ify some fields in the ast_exten and ast_include structures (issue #6270)
20 years ago
Russell Bryant efae38a82d - conversions to allocation wrappers
20 years ago
Russell Bryant 039ee896c7 oops, don't build app_sql_postgres by default ...
20 years ago
Russell Bryant eefe5d1685 - conversion to allocation wrappers
20 years ago
Russell Bryant a163eaa03c clean up formatting to conform to coding guidelines and fix some typos (issue #6260)
20 years ago
Russell Bryant 475b2cc0cf git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8404 65c4cc65-6c06-0410-ace0-fbb531ad65f3
20 years ago
Russell Bryant 4414f45393 on this pass, only remove duplicate log messages
20 years ago
Tilghman Lesher 41c87ccb97 Bug 5936 - Cannot AddQueueMember on realtime queue, if queue not yet loaded (different fix than 1.2)
20 years ago