Commit Graph

1007 Commits (a16ae226b685a8c434ec4f7eecf4ee8864fde4c7)

Author SHA1 Message Date
Kevin P. Fleming a16ae226b6 use string fields for some stuff in ast_channel
20 years ago
Olle Johansson f0c6fe952e Optimize settings of defaults for a new peer object and make sure
20 years ago
Russell Bryant a228af1dd9 remove some more local declarations of null frames
20 years ago
Russell Bryant e01861fafd define a global null_frame object so when queueing a null frame, you don't
20 years ago
Olle Johansson 18eac350af - Moving two session (PVT) flags to peer PAGE2 (DYNAMIC and SELFDESTRUCT) to make room for more session-related flags
20 years ago
Olle Johansson ea0ac62a1e - Change "prefs" to "default_prefs" and move declaration to "default" group
20 years ago
Olle Johansson 19cd118bff - Doxygen and comments updates
20 years ago
Olle Johansson 125fd8446c Issue 5892: Set a minimum T1 timer for calls. Reporter: twisted
20 years ago
Olle Johansson f3f9230738 Issue #6035 - Don't send 403 on bad auth (correcting one of my old mistakes...) Reported by maik.
20 years ago
Olle Johansson 81813b42a4 Issue #5793
20 years ago
Olle Johansson 7b07bf5fc8 - Remove unused "resetinvite" variable
20 years ago
Olle Johansson 3009e4004c Change booleans to TRUE/FALSE.
20 years ago
Olle Johansson 0c687996ad Doxygen updates
20 years ago
Olle Johansson 4a63775523 - Moving forward declarations to one block
20 years ago
Olle Johansson 7ac422562e Simplify code for building Call ID's, create generic random string function
20 years ago
Olle Johansson 6fafc9d4f0 Merged revisions 8785 via svnmerge from
20 years ago
Olle Johansson 1a484607a3 - Move two functions to static that wasn't for some reason
20 years ago
Olle Johansson 09e357e013 Formatting fixes, speling eror fiksd ;-)
20 years ago
Olle Johansson 25ad6f6ec3 Issue #5954 revisited. Thanks rizzo.
20 years ago
Olle Johansson db97a8d9ce Code clean up, inspired by rizzo's comments in issue 5978.
20 years ago
Olle Johansson 0f4b7a78f6 Add some debugging output when reloading, to be able to follow progress at high debug levels
20 years ago
Olle Johansson ca81ac1a02 Merged revisions 8710 via svnmerge from
20 years ago
Russell Bryant c1a2631101 Merged revisions 8677 via svnmerge from
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 3fbad3f5d3 Don't reset scheduled ID until we actually end the scheduled event.
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 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 b90a5b0ebd - Adding doxygen comments
20 years ago
Olle Johansson 9cda86f4b2 Remove redundant default default/global settings from declaration, settings are done in reload_config()
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
Russell Bryant 7df4257dbb eliminate some compiler warnings
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
Russell Bryant 4414f45393 on this pass, only remove duplicate log messages
20 years ago
Russell Bryant 9fa6eb5e07 revert my pass through the tree to remove checks of the result of ast_strdupa
20 years ago
Russell Bryant 847260bb77 remove some useless checks of the result of ast_strdupa
20 years ago
Olle Johansson de72ee118b Enable "musicclass" setting for sip peers
20 years ago
Russell Bryant 6b46e27bb4 Merged revisions 8242 via svnmerge from
20 years ago
Russell Bryant 6f71e1178e constify arguments in more places where strings should not be modified (issue #6286)
20 years ago
Kevin P. Fleming 065a368463 remove some more deprecated (pre-1.2) stuff
20 years ago
BJ Weschke 46b6488927 Address the condition where X-ClientCode could be NULL or an empty string - from a -dev posting.
20 years ago