aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2005-08-23don't reset sipdebug to zero during reload (issue #5000)kpfleming1-1/+0
2005-08-23ensure buffer is adequately sized for frames with lots of elements (issue #4974)kpfleming1-20/+21
2005-08-23allow more adjustability in peer qualification system (issue #4192 with mods)kpfleming1-22/+55
2005-08-23show global vmexten in 'sip show settings' (issue #5005)kpfleming1-0/+1
2005-08-23handle on-/off-hold properly with RTP reinvited streams (issue #3974)kpfleming1-36/+29
2005-08-23add 'sip show settings' CLI command (issue #4806)kpfleming1-11/+108
2005-08-23support configurable Message-Account value in NOTIFY messages (issue #4801)kpfleming1-2/+14
2005-08-22add preliminary support for SIP timers (issue #4359)kpfleming1-70/+191
2005-08-22add SIPCHANINFO function to retrieve information about the current connected ...kpfleming1-0/+71
2005-08-22handle BYE instead of CANCEL from callers (issue #4994)kpfleming1-2/+5
2005-08-19Fix IAX2 Provisioningmarkster1-11/+12
2005-08-19Fix language in d-channel (bug #4979)markster1-1/+1
2005-08-17protect PRI-specific code with ifdefskpfleming1-0/+4
2005-08-16Don't catch digits from zaptel during overlap dialingmattf1-3/+8
2005-08-15Fix PRI against masquerademarkster1-11/+12
2005-08-14/ fixed bug introduced during bridge code cleanupsbkramer1-2/+1
2005-08-11Fix potential deadlock in asteriskmarkster1-0/+1
2005-08-09fix a little oopsierussell1-1/+1
2005-08-09Centralize and fix tos for IAX (bug #4850 inspired)markster2-26/+9
2005-08-09Allow ToS to be set in hex (bug #4923)markster1-1/+1
2005-08-09bridging code cleanups:kpfleming3-163/+184
2005-08-08Be consistent with User/Username (bug #4916)markster1-1/+1
2005-08-08Merge steve's busy detect stuff (bug #4830)markster1-0/+11
2005-08-07Revert improperly applied patch from bug #4771markster1-1/+1
2005-08-06remove some sillynessrussell1-3/+0
2005-08-06Fix timestamp + trunking (bug #4891)markster1-16/+19
2005-08-06formatting fixesrussell1-24/+24
2005-08-05Fix newline issue (bug #4632)markster2-0/+2
2005-08-05fix a bunch of gcc4 warnings realted to pointer signednessrussell1-2/+2
2005-08-05fix seg faultrussell1-1/+1
2005-08-04there is no reason to check the channeltype of the channel calling SIPAddHeaderrussell1-5/+0
2005-08-04'outgress' should be 'egress'russell1-1/+1
2005-08-03Fix documentation of overridecontext (bug #4379)markster1-3/+3
2005-08-03Add extra aliases from RFC4028 and RFC3841 (bug #4889)markster1-0/+4
2005-08-03Revert a portion of oej's patch...markster1-1/+1
2005-08-03Don't ignore ACk packets (bug #4861)markster1-2/+2
2005-08-03Move to rizzo's new chan_oss, but leave the old one just in case... (bug #437...markster2-709/+2115
2005-08-03Reduce number of calls to get method (bug #4863)markster1-33/+40
2005-08-03Fix qop syntax (bug #4822)markster1-1/+1
2005-08-02Fix newsignal/newcontrol compile issue. Bug #4867jeremy1-2/+2
2005-08-01make sure that iaxs gets initialized (bug #4856)russell1-0/+2
2005-07-30fix netbsd compilation issuerussell1-1/+1
2005-07-28Don't delete RTP if there is a channel, even if we get REGISTER/SUBSCRIBE (bu...markster1-20/+4
2005-07-27Stomp on deadlock. Bug #4555jeremy1-35/+61
2005-07-27one-way-audio problem on multihomed host with bind to secondary address. Bug ...jeremy1-3/+3
2005-07-27and now we know why #define-ing constants and trying to keep them in sequence...kpfleming1-18/+29
2005-07-27fix breakage that was causing PUBLISH to be sent instead of CANCELkpfleming1-5/+5
2005-07-27add a few const'skpfleming1-6/+7
2005-07-26enhance SIP_PEER function to return additional items (bug #4816)kpfleming1-46/+76
2005-07-26fix build issue for FreeBSD (bug #4802)russell1-4/+3