summaryrefslogtreecommitdiff
path: root/channels/chan_sip.c
AgeCommit message (Expand)Author
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
2009-02-12Remove useless string copy, and make sscanf safe againRussell Bryant
2009-02-12Avoid using ast_strdupa() in a loop.Russell Bryant
2009-02-10Only decrease inringing count if above zero.Joshua Colp
2009-02-10Set the type for the peer structure to be a peer as the default.Joshua Colp
2009-02-10Make the logic for inuse and inringing manipluation match that of 1.4. The ol...Joshua Colp
2009-02-09Fix something I messed up in the merge I just didMark Michelson
2009-02-09Merged revisions 174282 via svnmerge from Mark Michelson
2009-02-06Merged revisions 174082 via svnmerge from Dwayne M. Hubbard
2009-02-06Merged revisions 173967-173968 via svnmerge from Joshua Colp
2009-02-06Merged revisions 173917 via svnmerge from Matthew Nicholson
2009-02-02Fix a spelling mistake.Russell Bryant
2009-02-02Add a todo. I do need to really check what's going on with this kill-the-user...Olle Johansson
2009-02-02Small formatting changeOlle Johansson
2009-02-02Add some well-needed improvements to the wishlist in the code, so that we can...Olle Johansson
2009-02-02The CID lookup feature wasn't actually working properly with dialog-info+xmlSean Bright
2009-01-29Fix "cancel answered elsewhere" through app_queue with members in chan_local.Olle Johansson
2009-01-29- Make sure we set setvar= variables on outbound calls too, not only inbound ...Olle Johansson
2009-01-29Make sure register= line supports both port and expiry at the same time.Olle Johansson
2009-01-29Merged revisions 172169 via svnmerge from Olle Johansson
2009-01-27Solving the same issue, but a bit different in trunk...Olle Johansson
2009-01-26Moving generic setting to friendsOlle Johansson
2009-01-26Continue to move variables into the sip_cfg structure to make them easier to ...Olle Johansson
2009-01-26Just moving around variable declarations so that we have all globals in the s...Olle Johansson
2009-01-26Merged revisions 171264 via svnmerge from Olle Johansson
2009-01-23Merged revisions 170504 via svnmerge from Joshua Colp
2009-01-21Further fix some oddities in sip show users and sip show peers logicMark Michelson
2009-01-20Convert the character pointers in a sip_request to be pointer offsetsMark Michelson
2009-01-17Fix port :0 added to SIP INVITE URI when outboundproxy usedTerry Wilson