aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2005-07-25clean up SIP response and pedantic REGISTER matching (bug #3663)kpfleming1-80/+85
2005-07-25add explanatory comment about timestamp compensation (bug #4763)kpfleming1-5/+17
2005-07-25set the 'number complete' bit properly (bug #4771)kpfleming1-1/+1
2005-07-25add dedicated function for adding Content-Length header (bug #4795)kpfleming1-86/+54
2005-07-25_really_ rewrite get_in_brackets to do the right thing (including skipping es...kpfleming1-20/+35
2005-07-25formatting and callingpres support (bug #4787)russell1-3/+12
2005-07-25combine bracket-removing functions (bug #4794, with compiler warning mod)kpfleming1-39/+20
2005-07-25ensure that port number in URI is presented when needed (bug #4784)kpfleming1-4/+4
2005-07-25formatting cleanups (bug #4786, with minor mods)kpfleming1-45/+67
2005-07-25add plain-text hangup cause private header to outbound BYE/CANCEL (bug #4783 ...kpfleming1-20/+36
2005-07-25ensure socket address family is copied (bug #4789)kpfleming1-0/+2
2005-07-25ensure SIP_HEADER does not segfault when called on hung-up channels (bug #475...kpfleming1-0/+7
2005-07-25add line break after show agents output (bug #4768)russell1-0/+2
2005-07-22More minor cleanupsmattf1-2/+1
2005-07-22Fixed little oops with DTMF tone durationmattf1-12/+22
2005-07-21Get rid of DSP after we don't need it anymore in MF modemattf1-4/+20
2005-07-20_really_ fix IAX2 crazy timestamp problem (bug #4747)kpfleming1-2/+10
2005-07-20more formatting fixes from oej :-) (bug #4757)russell1-144/+145
2005-07-20add SIPPEER dialplan function (bug #4728)kpfleming1-0/+79
2005-07-19simple fix for bug #3638kpfleming1-5/+6
2005-07-19split acl and netsock code into separate files, in preparation for new netsoc...kpfleming1-8/+14
2005-07-19Fix for DSP code on 411/406. (Bug 4712). Also a settable tone lengthmattf1-10/+29
2005-07-19/ fixed typo bug introduced in fix for bug #4504bkramer1-1/+1
2005-07-15add a library of timeval manipulation functions, and change a large number of...kpfleming6-207/+87
2005-07-15phase two of string portability stuff:kpfleming1-5/+5
2005-07-15make 'Agents' manager action conform to protocol (bug #4723)kpfleming1-1/+13
2005-07-15ensure that format string macros are undef'd after use (bug #4716)kpfleming1-2/+2
2005-07-15various code formatting changes and cleanups related to bug #4706kpfleming1-130/+145
2005-07-13don't ignore hardcoded CLID from zapata.conf when usecallerid=nokpfleming1-3/+5
2005-07-13fix big endian compilation issuerussell1-18/+21
2005-07-13add create_addr_from_peer, to use an existing peer referencekpfleming1-68/+78
2005-07-13Update variable name to match docsmattf1-1/+1
2005-07-12Fix IAX2 encryption (really, bug #4500 for reference)markster2-17/+58
2005-07-12pick up calling ANI information from libpri (bug #4571)kpfleming1-1/+36
2005-07-12allow explicit source address/port selection for peers (bug #4257, with minor...kpfleming1-0/+88
2005-07-11fix off by one errors in calls to ast_copy_string (bug #4600)russell1-1/+1
2005-07-11Make PRI debug easier to read if you're not using NFASmattf1-13/+25
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONrussell8-34/+34
2005-07-10Pass along proceeding and progress even when overlap mode is not onmarkster1-3/+3