summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Expand)Author
2008-12-08Merged revisions 161725 via svnmerge from Joshua Colp
2008-12-08Fix a crash that can occur on a transfer in chan_sip when attempting to collectMatthew Nicholson
2008-12-08Add the ability to play a courtesy tone to the transfer target in a native SI...Terry Wilson
2008-12-05Janitor, use ARRAY_LEN() when possible.Eliel C. Sardanons
2008-12-04If 'faxdetect=yes' in sip.conf, switch to a 'fax' extension (if it exists) af...Dwayne M. Hubbard
2008-12-04Add debug flag so skinny debug will show information about packets.Michiel van Baak
2008-12-03- iax2-provision was not freeing iax_templates structure when unloading the c...Eliel C. Sardanons
2008-12-03Merged revisions 160480 via svnmerge from Tilghman Lesher
2008-12-02remove duplicate comment that I accidentally mergedJeff Peeler
2008-12-02(closes issue #13786)Jeff Peeler
2008-12-02Merged revisions 160297 via svnmerge from Tilghman Lesher
2008-12-02Merged revisions 160207 via svnmerge from Tilghman Lesher
2008-12-01Silence a build warning. (chan_phone.c:810: warning: value computed is not used)Sean Bright
2008-12-01Merged revisions 160003 via svnmerge from Russell Bryant
2008-11-29incorporates r159808 from branches/1.4:Kevin P. Fleming
2008-11-29we can now build with -Wformat=2, which found a couple of real bugsKevin P. Fleming
2008-11-26Don't allow for configuration options to overwrite optionsMark Michelson
2008-11-25Merged revisions 159316 via svnmerge from Steve Murphy
2008-11-25Add an option, waitfordialtone, for UK analog lines which do not end a callTilghman Lesher
2008-11-25Merged revisions 159269 via svnmerge from Tilghman Lesher
2008-11-25Merged revisions 159246 via svnmerge from Tilghman Lesher
2008-11-25Merged revisions 159025 via svnmerge from Tilghman Lesher
2008-11-25Make chan_usbradio compile under dev modeTerry Wilson
2008-11-25This is basically a complete rollback of r155401, as it was determined thatSean Bright
2008-11-23If you enabled 'notifycid' one of the limitations is that the calling channelSean Bright
2008-11-23No need to use a separate structure for this since we can just passSean Bright
2008-11-22dont send reorder tone after a device is hungup if a dialout is abandoned or ...Michiel van Baak
2008-11-22Add Media Source Update to skinny's control2strMichiel van Baak
2008-11-22fix a very occasional core dump in chan_skinny found by wedhorn.Michiel van Baak
2008-11-21Fix for #13963. Make physical channel mapping unconfigured defaultMatthew Fredrickson
2008-11-21Add fix to prevent crash during reload if there is an outstanding MWI registr...Doug Bailey
2008-11-21Use a more expressive constant for a 64-bit scanned intMark Michelson
2008-11-21Use some magic constants to get the right sizeMark Michelson
2008-11-21Fix the build for 32-bit systems. %lu is only 32-bitsMark Michelson
2008-11-20Change the remote user agent session version variableMark Michelson
2008-11-20Merged revisions 158072 via svnmerge from Mark Michelson
2008-11-20Merged revisions 158071 via svnmerge from Mark Michelson
2008-11-20Merged revisions 158053 via svnmerge from Mark Michelson
2008-11-20Merged revisions 157859 via svnmerge from Kevin P. Fleming
2008-11-19Fix checking for CONFIG_STATUS_FILEINVALID so that modules don't crash upon t...Terry Wilson
2008-11-18Merged revisions 157503 via svnmerge from Mark Michelson
2008-11-18Based on Russell's advice on the asterisk-dev list, I haveMark Michelson
2008-11-18* Add a lock to be used in the update_call_counter function.Mark Michelson
2008-11-18Merged revisions 157305 via svnmerge from Mark Michelson
2008-11-15Fix a few more places where the case insensitive hash should be used sinceRussell Bryant
2008-11-15Use the new case insensitive hash function for console interfaces. The compa...Russell Bryant
2008-11-14Revision 155513 of chan_sip.c in trunk inadvertently Mark Michelson
2008-11-14Remove some useless locking and make sure we hangup channels on a link when w...Matthew Fredrickson
2008-11-13Command offsets were not changed correctly when the command syntax forTilghman Lesher
2008-11-12Merged revisions 156229 via svnmerge from Tilghman Lesher