summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-07eliminate signedness warnings (issue #5130)Kevin P. Fleming
2005-09-07eliminate signedness warnings (issue #5129)Kevin P. Fleming
2005-09-07add status variable output to System() app (issue #5121)Kevin P. Fleming
2005-09-07remove unneeded variables (issue #5117)Kevin P. Fleming
2005-09-07add more options (issue #5137)Russell Bryant
2005-09-07fix some race conditionsKevin P. Fleming
2005-09-07reset channel volumes when exiting apps that use themKevin P. Fleming
2005-09-07Fix spelling of Accountcode. *wink*Josh Roberson
2005-09-07add note about volume adjustments in app_meetme (new sound files are on their...Kevin P. Fleming
2005-09-07re-add 'listen' volume controlKevin P. Fleming
2005-09-07another bugletKevin P. Fleming
2005-09-07actually do issue #4170 right... it was supposed to adjust talk volume, not l...Kevin P. Fleming
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers a...Kevin P. Fleming
2005-09-06Allow "auto" dtmf mode to select between RFC2833 and inband based on peer's o...Mark Spencer
2005-09-06Don't recreate stuff on authentication (so it works on reinvites)Mark Spencer
2005-09-06Fixed possible hangup race condition that would lead to segfualt with hangups.Matthew Fredrickson
2005-09-05fix a warning on osxRussell Bryant
2005-09-05look in CROSS_COMPILE_TARGET for speex headers (issue #5118)Russell Bryant
2005-09-02revert unnecessary changeKevin P. Fleming
2005-09-02ensure that OSP-provided call duration limit is honored (issue #5099)Kevin P. Fleming
2005-09-02eliminate compiler warning (issue #5094)Kevin P. Fleming
2005-09-02correct terminology (issue #5100)Kevin P. Fleming
2005-09-02ensure that notify message sent out have the correct state (issue #5088 with ...Kevin P. Fleming
2005-09-02use unsigned char for data elements and native-signed char for strings (issue...Kevin P. Fleming
2005-09-02use native-sign characters for strings (issue #5105)Kevin P. Fleming
2005-09-02use matching char types for strings (issue #5106)Kevin P. Fleming
2005-09-02Fix vidupdate for chan_zap to eliminate sillyl warningMark Spencer
2005-09-02factor calling-plan-apply logic into a separate functionKevin P. Fleming
2005-09-02remove unused header and old commentKevin P. Fleming
2005-09-02doh!Kevin P. Fleming
2005-09-02make chan_iax2 rtupdate behave the same as chan_sipKevin P. Fleming
2005-09-02fix a couple of warnings on osxRussell Bryant
2005-09-01allow for custom URI options to be set (issue #4927 with mods)Kevin P. Fleming
2005-09-01allow longer 'busy' tones to be detected (issue #5085)Kevin P. Fleming
2005-09-01fix stupid thinko (thanks velter!)Kevin P. Fleming
2005-09-01various devicestate fixes (issue #5081, take two)Kevin P. Fleming
2005-09-01don't try to reference through pvt if it is NULL (issue #5089)Kevin P. Fleming
2005-09-01ensure variable structure is initialized before use (issue #5092)Kevin P. Fleming
2005-09-01don't send OSP tokens do devices that are not OSP aware (issue #5093)Kevin P. Fleming
2005-09-01eliminate the urgent handler message, since it can causing blocking in the st...Kevin P. Fleming
2005-09-01don't send warnings for unhandled indications, let ast_indicate() deal with t...Kevin P. Fleming
2005-09-01send the correct Call-ID when using OSP (issue #5095)Kevin P. Fleming
2005-09-01don't reverse variable order during inheritance (issue #5091)Kevin P. Fleming
2005-09-01don't add a colon to the header name (thanks bkw!)Kevin P. Fleming
2005-09-01add warning about new expression parserKevin P. Fleming
2005-09-01don't unlock a channel we didn't lockKevin P. Fleming
2005-09-01ensure that file handles are never double closedKevin P. Fleming
2005-09-01don't access freed memory if the frame was malloc'dKevin P. Fleming
2005-09-01New, more robust way of doing e&m digit collection. Bug #3805Matthew Fredrickson
2005-09-01minor optimizationKevin P. Fleming