summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
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
2005-07-20more formatting fixes from oej :-) (bug #4757)Russell Bryant
2005-07-20add SIPPEER dialplan function (bug #4728)Kevin P. Fleming
2005-07-19simple fix for bug #3638Kevin P. Fleming
2005-07-19split acl and netsock code into separate files, in preparation for new netsoc...Kevin P. Fleming
2005-07-19Fix for DSP code on 411/406. (Bug 4712). Also a settable tone lengthMatthew Fredrickson
2005-07-19/ fixed typo bug introduced in fix for bug #4504Ben Kramer
2005-07-15add a library of timeval manipulation functions, and change a large number of...Kevin P. Fleming
2005-07-15phase two of string portability stuff:Kevin P. Fleming
2005-07-15make 'Agents' manager action conform to protocol (bug #4723)Kevin P. Fleming
2005-07-15ensure that format string macros are undef'd after use (bug #4716)Kevin P. Fleming
2005-07-15various code formatting changes and cleanups related to bug #4706Kevin P. Fleming
2005-07-13don't ignore hardcoded CLID from zapata.conf when usecallerid=noKevin P. Fleming
2005-07-13fix big endian compilation issueRussell Bryant
2005-07-13add create_addr_from_peer, to use an existing peer referenceKevin P. Fleming
2005-07-13Update variable name to match docsMatthew Fredrickson
2005-07-12Fix IAX2 encryption (really, bug #4500 for reference)Mark Spencer
2005-07-12pick up calling ANI information from libpri (bug #4571)Kevin P. Fleming
2005-07-12allow explicit source address/port selection for peers (bug #4257, with minor...Kevin P. Fleming
2005-07-11fix off by one errors in calls to ast_copy_string (bug #4600)Russell Bryant
2005-07-11Make PRI debug easier to read if you're not using NFASMatthew Fredrickson
2005-07-10define an AST_MAX_CONTEXT for use instead of AST_MAX_EXTENSIONRussell Bryant
2005-07-10Pass along proceeding and progress even when overlap mode is not onMark Spencer
2005-07-08queue device state changes and handle them serially in a background threadKevin P. Fleming
2005-07-08clean up compiler warnings during build on 64-bit systemsKevin P. Fleming
2005-07-07make CLI output use singular/plural when appropriate (bug #4654)Kevin P. Fleming
2005-07-07Hardcode urgent messages option in Voice-Message to 0Malcolm Davenport
2005-07-06ensure that AGENTBYCALLERID is set for agents being reloaded from persistent ...Kevin P. Fleming
2005-07-06don't segfault when peer doesn't send Referred-By (bug #4588)Kevin P. Fleming
2005-07-06remember CallerID in AgentCallbackLogin, so it can be used at logoff timeKevin P. Fleming
2005-07-05add function to convert a cause code to a stringRussell Bryant
2005-07-05reset regattempts counter after successful registration (bug #4634)Kevin P. Fleming
2005-06-29Fix for bug 4347. Also breaking redirectingreason interpretation routine int...Matthew Fredrickson
2005-06-24un-break three-way callingKevin P. Fleming
2005-06-24no need to call srand() when it is already called in asterisk.cRussell Bryant
2005-06-24actually get the host's name for the code that needs it (bug #4569)Kevin P. Fleming
2005-06-24ensure that 'zap show status' always generates output, even when there are no...Kevin P. Fleming
2005-06-24don't use locks when reading usecounts (reading only, not writing)Kevin P. Fleming
2005-06-24fix outgoing format selection breakageKevin P. Fleming
2005-06-23make 'transfer to busy' support a configurable option, and make it _only_ sho...Kevin P. Fleming
2005-06-22/ fix for bug 4550Ben Kramer