aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-03-15Add Asterisk version information to the generated PDFrussell2-3/+6
2007-03-15have prep_tarball attempt to build asterisk.pdfrussell1-0/+4
2007-03-15Function works fine, but the documentation is backwards.tilghman1-2/+2
2007-03-15Merge changes from svn/asterisk/team/russell/LaTeX_docs.russell60-2744/+5330
2007-03-15Don't assume that the pvt structure will still exist after calling schedule_d...file1-1/+2
2007-03-14Some people like to put "limitonpeer" instead of "limitonpeers" in theirrussell1-1/+1
2007-03-14Add a more basic example setup to the examples sectionrussell2-30/+69
2007-03-14Merged revisions 58896 via svnmerge from russell1-0/+6
2007-03-14By default, don't attempt to do any CallerID handling at all with SLA becauserussell2-5/+16
2007-03-14Issue 9162 - pbx_substitute_variables_helper assumes the buffer is initializedtilghman1-1/+1
2007-03-13Ensure that the blinky lights show that the trunk stopped ringing when therussell1-0/+3
2007-03-13fix the reference to the SLA documentationrussell1-1/+1
2007-03-13Merged revisions 58847 via svnmerge from oej1-1/+11
2007-03-13Don't hangup the call on OK or errors on MESSAGE and INFO oej1-10/+13
2007-03-13Issue #9251 - Clear From URI from user attributes (tgrman)oej1-0/+4
2007-03-12Blocked revisions 58832 via svnmergefile0-0/+0
2007-03-12Merged revisions 57034,57523,57753,58558 via svnmerge from crichter2-10/+10
2007-03-12added UU transceiving and corect handling for rdniscrichter5-4/+45
2007-03-12Allow RFC2833 compensation to compensate for even stupider implementations by...file1-20/+22
2007-03-12Add matchexterniplocally setting which only substitutes your externip/externh...file2-1/+11
2007-03-10Fix a few more places in chan_iax2 where the ast_frame used for receiving arussell1-21/+11
2007-03-10Make the compiler happy and initialize a variable.russell1-1/+1
2007-03-09Merge some updates to the SLA documentation. I plan to keep working on thisrussell3-225/+339
2007-03-09Fix spelling of unavailable in voicemail documentation. (issue #9248 reported...file1-1/+1
2007-03-09Merged revisions 58579 via svnmerge from file1-2/+6
2007-03-08Hang up the channel that put the call on hold in the event processing thread torussell1-6/+5
2007-03-08Add a missing break statement so that handling the above event does notrussell1-0/+1
2007-03-08Fix segfault (Issue 9236)tilghman1-1/+1
2007-03-08Refactor hold handling a bit so that it does not require keeping the call uprussell1-38/+41
2007-03-08Make early SDP seeding even smarter! We have to check codecs in the make_comp...file1-6/+12
2007-03-08Merged revisions 58388 via svnmerge from file1-0/+2
2007-03-08this change was not needed; fclose() handles closing the file descriptor alreadykpfleming1-2/+0
2007-03-08fix a compiler warning, and overwriting 'res' valuekpfleming1-6/+6
2007-03-08fix two cases where HTTP session file descriptors would not be closedkpfleming1-0/+2
2007-03-08If we receive ZT_EVENT_REMOVED, destroy the specified channel. russell3-21/+34
2007-03-07(This bug was reported to me by Kinsey Moore)russell1-9/+17
2007-03-07Ensure we have (or should have) at least one matching codec before attempting...file2-2/+13
2007-03-07Blocked revisions 58167 via svnmergerussell0-0/+0
2007-03-07Merged revisions 58164 via svnmerge from russell1-0/+11
2007-03-06Merged revisions 58115 via svnmerge from murf1-1/+17
2007-03-06Clarify the documentation of the dialout and sendvoicemail options.russell1-5/+6
2007-03-06Merged revisions 58052 via svnmerge from oej1-1/+1
2007-03-06Return an error of transmit_response is called without a session.russell1-0/+6
2007-03-05Since chan_iax2 does not support reception of DTMF with duration ensure that ...file1-0/+1
2007-03-05Don't create a listen channel and record the conference unless the option is ...file1-17/+16
2007-03-05Merged revisions 57869 via svnmerge from file1-8/+8
2007-03-05Merged revisions 57825 via svnmerge from murf1-1/+1
2007-03-05Don't allow a NULL pointer to reach ast_frdup. (issue #9155 reported by cmaj)file1-4/+4
2007-03-05Don't reference a potentially NULL pointer. (issue #9199 reported by klolik)file1-1/+2
2007-03-05Preserve marker bit when P2P bridging. (issue #9198 reported by edgreenberg)file1-1/+1