aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-09-07fix some race conditionskpfleming1-14/+13
2005-09-07reset channel volumes when exiting apps that use themkpfleming2-8/+20
2005-09-07Fix spelling of Accountcode. *wink*twisted1-1/+1
2005-09-07add note about volume adjustments in app_meetme (new sound files are on their...kpfleming1-0/+11
2005-09-07re-add 'listen' volume controlkpfleming1-87/+137
2005-09-07another bugletkpfleming1-1/+1
2005-09-07actually do issue #4170 right... it was supposed to adjust talk volume, not l...kpfleming1-26/+26
2005-09-07add new channel option (via ast_channel_setoption()) to let channel drivers a...kpfleming5-219/+474
2005-09-06Allow "auto" dtmf mode to select between RFC2833 and inband based on peer's o...markster2-4/+20
2005-09-06Don't recreate stuff on authentication (so it works on reinvites)markster1-15/+18
2005-09-06Fixed possible hangup race condition that would lead to segfualt with hangups.mattf1-1/+2
2005-09-05fix a warning on osxrussell1-1/+1
2005-09-05look in CROSS_COMPILE_TARGET for speex headers (issue #5118)russell1-3/+3
2005-09-02revert unnecessary changekpfleming1-3/+0
2005-09-02ensure that OSP-provided call duration limit is honored (issue #5099)kpfleming1-0/+3
2005-09-02eliminate compiler warning (issue #5094)kpfleming1-2/+2
2005-09-02correct terminology (issue #5100)kpfleming1-1/+1
2005-09-02ensure that notify message sent out have the correct state (issue #5088 with ...kpfleming1-13/+13
2005-09-02use unsigned char for data elements and native-signed char for strings (issue...kpfleming3-39/+40
2005-09-02use native-sign characters for strings (issue #5105)kpfleming3-40/+40
2005-09-02use matching char types for strings (issue #5106)kpfleming1-1/+1
2005-09-02Fix vidupdate for chan_zap to eliminate sillyl warningmarkster1-0/+3
2005-09-02factor calling-plan-apply logic into a separate functionkpfleming1-43/+31
2005-09-02remove unused header and old commentkpfleming1-5/+2
2005-09-02doh!kpfleming1-2/+2
2005-09-02make chan_iax2 rtupdate behave the same as chan_sipkpfleming2-26/+23
2005-09-02fix a couple of warnings on osxrussell1-2/+2
2005-09-01allow for custom URI options to be set (issue #4927 with mods)kpfleming2-31/+41
2005-09-01allow longer 'busy' tones to be detected (issue #5085)kpfleming1-1/+1
2005-09-01fix stupid thinko (thanks velter!)kpfleming1-2/+2
2005-09-01various devicestate fixes (issue #5081, take two)kpfleming3-34/+31
2005-09-01don't try to reference through pvt if it is NULL (issue #5089)kpfleming1-3/+4
2005-09-01ensure variable structure is initialized before use (issue #5092)kpfleming1-0/+1
2005-09-01don't send OSP tokens do devices that are not OSP aware (issue #5093)kpfleming1-2/+14
2005-09-01eliminate the urgent handler message, since it can causing blocking in the st...kpfleming1-0/+4
2005-09-01don't send warnings for unhandled indications, let ast_indicate() deal with t...kpfleming1-2/+0
2005-09-01send the correct Call-ID when using OSP (issue #5095)kpfleming1-9/+12
2005-09-01don't reverse variable order during inheritance (issue #5091)kpfleming1-2/+2
2005-09-01don't add a colon to the header name (thanks bkw!)kpfleming1-1/+1
2005-09-01add warning about new expression parserkpfleming1-0/+10
2005-09-01don't unlock a channel we didn't lockkpfleming1-1/+2
2005-09-01ensure that file handles are never double closedkpfleming1-9/+12
2005-09-01don't access freed memory if the frame was malloc'dkpfleming1-1/+2
2005-09-01New, more robust way of doing e&m digit collection. Bug #3805mattf2-10/+19
2005-09-01minor optimizationkpfleming1-1/+2
2005-09-01Make sure we enable echo cancellation on incoming overlapdial callsmattf1-0/+1
2005-09-01Forgot to commit sample config updatemattf1-0/+4
2005-09-01eliminate old chan->pvt field, and fix bug in generic bridge to watch chan->t...kpfleming2-6/+4
2005-09-01eliminate spurious warningskpfleming1-3/+3
2005-08-31stop adding 'username@' to incoming IAX2 channel names, so that they can be p...kpfleming1-4/+1