aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-10-17clean up function to be more consistent with coding guidelinesrussell1-31/+32
2005-10-17clean up headersrussell1-8/+6
2005-10-17Handle device state changes properly when formatting characters are present (...markster3-11/+32
2005-10-17correct behavior change introduced by issue #5448 patchkpfleming1-6/+1
2005-10-17Improve config parsing performance (bug #5448)markster1-3/+6
2005-10-16minor changes and eliminate some compiler warningskpfleming3-12/+7
2005-10-16make ouput a little bit more informativerussell1-0/+3
2005-10-16Use FILE * instead of fd for files to support bufferingmarkster17-366/+406
2005-10-16Add walk by channel name prefixedmarkster1-0/+6
2005-10-16Make alsa/oss ignore VIDUPDATE control framesmarkster2-0/+6
2005-10-16More utility cleanupsmarkster3-5/+9
2005-10-16Make crypto loading optionalmarkster4-23/+111
2005-10-16Make indications work more efficiently and without heavy floating point (bug ...markster1-18/+49
2005-10-16Add muxmon application (bug #4735 with mods, thanks tony!)markster3-1/+1058
2005-10-15move GPL/trademark licensing information into LICENSE filekpfleming2-28/+56
2005-10-15move GPL text to proper file namekpfleming1-0/+0
2005-10-14Fix carefulwrite and its usage within manager (bug #5355, maybe)markster1-7/+10
2005-10-14Make sure when the timeout occurs that we actually break the bridge (bug #5252)markster5-5/+21
2005-10-14fix compile error (%d changed to %n)kpfleming1-1/+1
2005-10-14add missing new linejeremy1-1/+1
2005-10-14make chan_sip able to deal with PBX-level call limit being reached (issue #5131)kpfleming1-5/+25
2005-10-14support sending text through agent channels (issue #5295)kpfleming3-2/+15
2005-10-14initialize variablekpfleming1-1/+1
2005-10-14Don't wait for channels to answer before moving on!markster1-4/+55
2005-10-14ensure Dial() options are sorted in help output (issue #5386)kpfleming1-40/+40
2005-10-14ensure that message envelopes are retrieved from ODBC storage when advanced o...kpfleming1-0/+2
2005-10-14add "hello-world" prompt, courtesy of Jared Smith :)russell3-1/+3
2005-10-14use existing sample size in frame instead of recalculating it (issue #5390)kpfleming1-1/+1
2005-10-13ensure that parking context/extension (and other settings) are properly updat...kpfleming1-18/+47
2005-10-13make DISA() use 'i' extension if it exists (issue #5439 with mods)kpfleming1-14/+24
2005-10-13don't force CLID to be a phone-number-looking-thingie (issue #5325)kpfleming1-3/+3
2005-10-13use English states in 'show hints' CLI commandkpfleming1-3/+3
2005-10-13don't try to send events to dead sessionskpfleming1-4/+6
2005-10-13document that CLID matching is not available for realtime extensionskpfleming1-1/+4
2005-10-13remove unused variablekpfleming1-1/+0
2005-10-13add auto-monitor support (issue #5411)kpfleming2-2/+10
2005-10-13Fix the ordering of the sscanfs for SDP parsing (bug #AT&T)markster1-2/+2
2005-10-13ensure that priorityjumping option returns to its default during reload if it...kpfleming1-2/+2
2005-10-13Fix naming on realtime peers (bug #5421)markster1-5/+21
2005-10-13update docs to reflect that priority jumping only occurs when the globalrussell1-2/+4
2005-10-13Fix crash in chanspy (bug #5332)markster2-28/+8
2005-10-13clean up pedantic mode tag handling (issue #5125)kpfleming1-38/+97
2005-10-13properly display connected channel name in 'agents' manager action for non-ca...kpfleming1-12/+11
2005-10-13remove unused manager header (issue #5438)russell1-1/+0
2005-10-13Display proper error for matching domain registers (bug #5412)markster1-0/+2
2005-10-13allow manager getvar action to retrieve global variables as well asrussell1-11/+10
2005-10-13re-bind the socket if the bindaddr option is changed during reload (issue #5435)russell1-6/+5
2005-10-13Log timeouts in queues when the call timeout is set from the dialplan (Bug #5...twisted1-0/+3
2005-10-13send "100 Trying" when we receive PROCEEDING, unless "183 Session Progress" h...kpfleming1-1/+7
2005-10-13Fix call timeouts with rtp bridge etc (bug #5252)markster7-76/+55