summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
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-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-03Add better support for relaying success or failure of the ast_transfer() API ...Joshua Colp
2009-04-02Merge in the RTP engine API.Joshua Colp
2009-04-02Merged revisions 186059 via svnmerge from Tilghman Lesher
2009-04-01Merged revisions 185845 via svnmerge from David Vossel
2009-03-30Merged revisions 184947 via svnmerge from Joshua Colp
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-24SIP preferred codec only featureDavid Vossel
2009-03-20Fix chan_sip so it builds.Mark Michelson
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-13Fix an issue with requesting a T38 reinvite before the call is answered.Joshua Colp
2009-03-13improve a bit of suboptimal codeKevin P. Fleming
2009-03-12Merged revisions 181768 via svnmerge from Mark Michelson
2009-03-11Merged revisions 181328 via svnmerge from Joshua Colp
2009-03-11Merged revisions 181295 via svnmerge from Joshua Colp
2009-03-11Fix malloc debug macros to work properly with h323.Jeff Peeler
2009-03-11Add missing comment that quotes RFC 3891Mark Michelson
2009-03-11Merged revisions 181029,181031 via svnmerge from Mark Michelson
2009-03-04Resolve object matching issues related to the removal of the sip_user object.Russell Bryant
2009-03-04Allow for "magic" pickups to work when we wish to ignore the contextMark Michelson
2009-03-03Please prefix default values with DEFAULTOlle Johansson
2009-03-01Properly free memory and remove scheduler entries when a transmission failure...Mark Michelson
2009-02-24Merged revisions 178205 via svnmerge from Joshua Colp
2009-02-21On update, test against the existence of sipregs.Tilghman Lesher
2009-02-21make chan_sip.c compile on OpenBSD again.Michiel van Baak
2009-02-20Set sip_request ast_str data to NULL so ast_str_copy allocates space properlyJeff Peeler
2009-02-18Fix ordering of output for a ChannelUpdate manager event.Joshua Colp
2009-02-18T38 faxdetect should jump to the 'fax' extension for incoming calls onlyDwayne M. Hubbard
2009-02-17create a UDPTL structure in create_addr_from_peer() if it does not already ex...Dwayne M. Hubbard
2009-02-17In this version, we can combine the queries, because we support droppingTilghman Lesher
2009-02-17Merged revisions 176426 via svnmerge from Tilghman Lesher
2009-02-16Merged revisions 176029 via svnmerge from Joshua Colp
2009-02-16Merged revisions 175921 via svnmerge from Michiel van Baak
2009-02-15Fix a number of problems with ast_sched_report().Russell Bryant
2009-02-15Merged revisions 175777 via svnmerge from Olle Johansson
2009-02-13Add basic (passthrough, playback, record) support for ITU G.722.1 and G.722.1...Kevin P. Fleming