Commit Graph

6920 Commits (19f99bee0f14e9caaba3dd3971f4773c7caa9d20)
 

Author SHA1 Message Date
Russell Bryant 19f99bee0f use arg parsing macros in the AGENT dialplan function (issue #6236, with small mods)
20 years ago
Russell Bryant 778acbff12 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8667 65c4cc65-6c06-0410-ace0-fbb531ad65f3
20 years ago
Russell Bryant 5370520804 store feature_pvt list using linked list macros
20 years ago
Russell Bryant b7ab0d1840 store agent_pvt list using linked list macros (issue #6342)
20 years ago
Kevin P. Fleming c767a66da5 don't queue a congestion frame on a channel that will be immediately hung up anyway
20 years ago
Olle Johansson 82f8c9d64d - Remove unused option to transmit_state_notify
20 years ago
Olle Johansson b64404e039 From now on, apply maxexpiry and minexpiry to all subscriptions. Thanks to fourcheeze in the IRC channel
20 years ago
Olle Johansson 1d99282f9f Issue #6349 - patch by markster, imported from 1.2
20 years ago
Russell Bryant 4a8afe697c git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8620 65c4cc65-6c06-0410-ace0-fbb531ad65f3
20 years ago
Russell Bryant 3d93e85ade don't leak almost 200 bytes for each new channel and store the active
20 years ago
Kevin P. Fleming cd52b5d676 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8610 65c4cc65-6c06-0410-ace0-fbb531ad65f3
20 years ago
Kevin P. Fleming 210d4679ee Merged revisions 8608 via svnmerge from
20 years ago
Kevin P. Fleming ca5b46cd94 remove extraneous characters from property
20 years ago
Kevin P. Fleming a4271aee65 clean up remaining already-merged revisions
20 years ago
Kevin P. Fleming 6c21d975b0 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8596 65c4cc65-6c06-0410-ace0-fbb531ad65f3
20 years ago
Kevin P. Fleming 7be26feea8 Merged revisions 8173 via svnmerge from
20 years ago
Kevin P. Fleming 4f363f4bee git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8594 65c4cc65-6c06-0410-ace0-fbb531ad65f3
20 years ago
Kevin P. Fleming ea4d05be8e git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8593 65c4cc65-6c06-0410-ace0-fbb531ad65f3
20 years ago
Kevin P. Fleming 5ecf9d4ec9 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8592 65c4cc65-6c06-0410-ace0-fbb531ad65f3
20 years ago
Kevin P. Fleming 49f69c3f94 Merged revisions 8588 via svnmerge from
20 years ago
Kevin P. Fleming 1317b4bb6d git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8590 65c4cc65-6c06-0410-ace0-fbb531ad65f3
20 years ago
Kevin P. Fleming 9f19499e74 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@8589 65c4cc65-6c06-0410-ace0-fbb531ad65f3
20 years ago
Matthew Fredrickson 3e73dcfa2c Make sure safe_asterisk retains previous script defaults
20 years ago
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