summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2005-08-09fix a little oopsieRussell Bryant
2005-08-09Centralize and fix tos for IAX (bug #4850 inspired)Mark Spencer
2005-08-09Allow ToS to be set in hex (bug #4923)Mark Spencer
2005-08-09bridging code cleanups:Kevin P. Fleming
2005-08-08Be consistent with User/Username (bug #4916)Mark Spencer
2005-08-08Merge steve's busy detect stuff (bug #4830)Mark Spencer
2005-08-07Revert improperly applied patch from bug #4771Mark Spencer
2005-08-06remove some sillynessRussell Bryant
2005-08-06Fix timestamp + trunking (bug #4891)Mark Spencer
2005-08-06formatting fixesRussell Bryant
2005-08-05Fix newline issue (bug #4632)Mark Spencer
2005-08-05fix a bunch of gcc4 warnings realted to pointer signednessRussell Bryant
2005-08-05fix seg faultRussell Bryant
2005-08-04there is no reason to check the channeltype of the channel calling SIPAddHeaderRussell Bryant
2005-08-04'outgress' should be 'egress'Russell Bryant
2005-08-03Fix documentation of overridecontext (bug #4379)Mark Spencer
2005-08-03Add extra aliases from RFC4028 and RFC3841 (bug #4889)Mark Spencer
2005-08-03Revert a portion of oej's patch...Mark Spencer
2005-08-03Don't ignore ACk packets (bug #4861)Mark Spencer
2005-08-03Move to rizzo's new chan_oss, but leave the old one just in case... (bug #437...Mark Spencer
2005-08-03Reduce number of calls to get method (bug #4863)Mark Spencer
2005-08-03Fix qop syntax (bug #4822)Mark Spencer
2005-08-02Fix newsignal/newcontrol compile issue. Bug #4867Jeremy McNamara
2005-08-01make sure that iaxs gets initialized (bug #4856)Russell Bryant
2005-07-30fix netbsd compilation issueRussell Bryant
2005-07-28Don't delete RTP if there is a channel, even if we get REGISTER/SUBSCRIBE (bu...Mark Spencer
2005-07-27Stomp on deadlock. Bug #4555Jeremy McNamara
2005-07-27one-way-audio problem on multihomed host with bind to secondary address. Bug ...Jeremy McNamara
2005-07-27and now we know why #define-ing constants and trying to keep them in sequence...Kevin P. Fleming
2005-07-27fix breakage that was causing PUBLISH to be sent instead of CANCELKevin P. Fleming
2005-07-27add a few const'sKevin P. Fleming
2005-07-26enhance SIP_PEER function to return additional items (bug #4816)Kevin P. Fleming
2005-07-26fix build issue for FreeBSD (bug #4802)Russell Bryant
2005-07-25clean up SIP response and pedantic REGISTER matching (bug #3663)Kevin P. Fleming
2005-07-25add explanatory comment about timestamp compensation (bug #4763)Kevin P. Fleming
2005-07-25set the 'number complete' bit properly (bug #4771)Kevin P. Fleming
2005-07-25add dedicated function for adding Content-Length header (bug #4795)Kevin P. Fleming
2005-07-25_really_ rewrite get_in_brackets to do the right thing (including skipping es...Kevin P. Fleming
2005-07-25formatting and callingpres support (bug #4787)Russell Bryant
2005-07-25combine bracket-removing functions (bug #4794, with compiler warning mod)Kevin P. Fleming
2005-07-25ensure that port number in URI is presented when needed (bug #4784)Kevin P. Fleming
2005-07-25formatting cleanups (bug #4786, with minor mods)Kevin P. Fleming
2005-07-25add plain-text hangup cause private header to outbound BYE/CANCEL (bug #4783 ...Kevin P. Fleming
2005-07-25ensure socket address family is copied (bug #4789)Kevin P. Fleming
2005-07-25ensure SIP_HEADER does not segfault when called on hung-up channels (bug #475...Kevin P. Fleming
2005-07-25add line break after show agents output (bug #4768)Russell Bryant
2005-07-22More minor cleanupsMatthew Fredrickson
2005-07-22Fixed little oops with DTMF tone durationMatthew Fredrickson
2005-07-21Get rid of DSP after we don't need it anymore in MF modeMatthew Fredrickson
2005-07-20_really_ fix IAX2 crazy timestamp problem (bug #4747)Kevin P. Fleming