summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2009-04-10Fix module embedding for chan_h323.Jeff Peeler
2009-04-10Indicating connected line or redirecting updates were missing a call to lock ...Mark Michelson
2009-04-10Fix some uninitialized memory notices that appeared under valgrind.Joshua Colp
2009-04-10ast_strdup failures aren't really failures if the original value was NULL.Mark Michelson
2009-04-10Ensure pvt is not NULL before dereferencing it.Tilghman Lesher
2009-04-10Miscellaneous minor changes to chan_misdn.Richard Mudgett
2009-04-10Make chan_misdn_log() avoid generating the log message if logging is disabled.Richard Mudgett
2009-04-09Add a new option, mwi_from, to sip.conf.Mark Michelson
2009-04-09Merged revisions 187484 via svnmerge from Mark Michelson
2009-04-09Allow '/' in username portion of register; this is a regression.Tilghman Lesher
2009-04-09Merged revisions 187362 via svnmerge from Tilghman Lesher
2009-04-09Do not try to send the format read/format write/make compatible options over ...Joshua Colp
2009-04-09Add support for allowing the channel driver to handle transcoding.Joshua Colp
2009-04-08Remove duplicate prototype for temp_peer().Russell Bryant
2009-04-08Update some comments and resolve potential memory corruption in chan_sip.Russell Bryant
2009-04-08Add lastms to the require API call.Tilghman Lesher
2009-04-08Fix bad merge from fix for issue 13867.Mark Michelson
2009-04-06Fix problem when authenticating a non-RTP dialog.Joshua Colp
2009-04-06Add support for changing the outbound codec on a SIP call usingJoshua Colp
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...Mark Michelson
2009-04-03Merged revisions 186458 via svnmerge from Kevin P. Fleming
2009-04-03Add better support for relaying success or failure of the ast_transfer() API ...Joshua Colp
2009-04-02Merged revisions 186081 via svnmerge from Kevin P. Fleming
2009-04-02Merge in the RTP engine API.Joshua Colp
2009-04-02Merged revisions 186059 via svnmerge from Tilghman Lesher
2009-04-02Merged revisions 185952 via svnmerge from Kevin P. Fleming
2009-04-01Merged revisions 185845 via svnmerge from David Vossel
2009-03-31Improve performance of the code handling the frame queue in chan_iax2.Russell Bryant
2009-03-31Merged revisions 185362 via svnmerge from David Brooks
2009-03-30Merged revisions 185121 via svnmerge from Richard Mudgett
2009-03-30Merged revisions 185120 via svnmerge from Richard Mudgett
2009-03-30Merged revisions 184947 via svnmerge from Joshua Colp
2009-03-30Fix build error when chan_h323 is not being built.Russell Bryant
2009-03-29Simplify chan_h323 build to not require a second run of "make".Russell Bryant
2009-03-27Improve timing interface to remember which provider provided a timerKevin P. Fleming
2009-03-27Merged revisions 184565 via svnmerge from Joshua Colp
2009-03-25Improve performance of the ast_event cache functionality.Russell Bryant
2009-03-25Fix issue with a T38 reinvite being sent even if not configured to do so.Joshua Colp
2009-03-24Exclude slin16, siren7, and siren14 from bandwidth=low and =mediumRussell Bryant
2009-03-24SIP preferred codec only featureDavid Vossel
2009-03-23Removed trailing whitespace in chan_misdn files.Richard Mudgett
2009-03-23Fixes a documentation error introduced during the CLI cleanup at AstriDevCon ...Leif Madsen
2009-03-20Merged revisions 183559 via svnmerge from Russell Bryant
2009-03-20Fix chan_sip so it builds.Mark Michelson
2009-03-20Remove duplicate <description> inside the xml documentation.Eliel C. Sardanons
2009-03-19Merged revisions 183319 via svnmerge from Tilghman Lesher
2009-03-19Merged revisions 183115 via svnmerge from Mark Michelson
2009-03-19Improve our triggering of a T38 switchover internally when triggered by a rec...Joshua Colp
2009-03-18Add some code removed by mistake from commit 182722 that works around a fileJeff Peeler
2009-03-18Merged revisions 182882 via svnmerge from Kevin P. Fleming