aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2006-09-04Remove old unused functionsfile2-107/+0
2006-09-03Use tabs instead of spaces (I <3 tabs -- this is for you Qwell)file1-4/+4
2006-09-03Make the difference clear about what the responsibilities of the core and a s...file4-83/+94
2006-09-03Add the ability to specify that a frame should not be considered for cachingrussell2-6/+14
2006-09-03when calling this function to append to a dynamic string and the buffer was notrussell1-0/+3
2006-09-03 Provide a little more protection to make sure that a MOH class is specified ...bweschke1-2/+4
2006-09-03 Fix enum indexing problem with m() in WaitExten. Reported by Pavel J, in ast...bweschke1-1/+1
2006-09-03 Changes/fixes to the app_waitforsilence app to make it behave more the way t...bweschke2-67/+86
2006-09-03 This was added to app_dial a while back, and now it's in app_queue as well. ...bweschke1-4/+14
2006-09-03 Some changes/fixes for func_curl. curl_global_init is only supposed to be ca...bweschke1-2/+13
2006-09-03Merged revisions 41882 via svnmerge from bweschke1-0/+1
2006-09-03 Blocking 41880 from coming into /trunk since I already patched it in /trunk ...bweschke0-0/+0
2006-09-03 Don't keep trying the same member in certain strategies when members of the ...bweschke1-0/+5
2006-09-03Tweak the if statement a bitfile1-9/+7
2006-09-03Don't use ast_frdup() in the AST_LIST_INSERT_TAIL macro directly. That was arussell1-2/+5
2006-09-03 We don't spy on Zap/psuedo channels. Not at all. Never. (#7871 - sxpert repo...bweschke1-1/+5
2006-09-03remove leading space in Packet manager event headerrussell1-1/+1
2006-09-03 r41830 isn't going to merge cleanly into /trunk so it is blocked.bweschke0-0/+0
2006-09-03Merged revisions 41827 via svnmerge from bweschke1-1/+1
2006-09-03 Block 30546 from coming into /trunk. Some old cleanup.bweschke0-0/+0
2006-09-02 With the somewhat recent addition (from one of the Astridevcon Europe sessio...bweschke1-1/+1
2006-09-02It was pointed out to me, that using two frames is silly.qwell1-13/+11
2006-09-02fix some module loader breakageqwell1-11/+10
2006-09-02Fix VLDTMF issues.qwell1-7/+21
2006-09-01Merged revisions 41768 via svnmerge from file1-4/+8
2006-09-01get rid of some useless debug messages and raise debug level of othersmogorman1-100/+90
2006-09-01more staticness, and syntax cleaningmogorman1-34/+33
2006-09-01Unbridge the RTP streams at the correct placefile1-8/+9
2006-09-01If we are doing video and we can't reinvite, then resort to generic bridging ...file2-2/+8
2006-09-01block this rev... fix is already present in this branchkpfleming0-0/+0
2006-09-01whitespace clean upmogorman1-149/+186
2006-09-01You see nothing...file1-1/+1
2006-09-01Another formatting update for PCadach.murf1-3/+1
2006-09-010 is indeed considered a valid file descriptor (issue #7861 reported by PCadach)file1-1/+1
2006-09-01Merged revisions 41690 via svnmerge from file1-0/+2
2006-09-01PCadach wanted better formatting of those 'if' conditions for 7859.murf1-1/+3
2006-09-01If no number is specified in the SIP_HEADER dialplan function, then just use ...file1-2/+6
2006-09-01This small tweek will hopefully fix 7859, and silence all possible othersmurf1-2/+3
2006-08-31fix some breakage, MOG DID IT!!!russell1-1/+1
2006-08-31there is no need for __iax_frame_free ...russell1-10/+1
2006-08-31spacing updateanthonyl1-1/+2
2006-08-31small typoanthonyl1-1/+1
2006-08-31everything that loads a config that needs a config file to runmogorman35-358/+403
2006-08-31Tweak the DTMF muting stuff a bit to take into account VLDTMF and compensation.file1-1/+4
2006-08-31fix for bugid: 0007830anthonyl1-0/+4
2006-08-31there is no need to use iax_frame_free here, as it will actually just end uprussell1-1/+1
2006-08-31Ignore DTMF begin frames in the waitstream core so that we don't get duplicat...file1-1/+0
2006-08-31Don't fail the write if they try to write a NULL or IAX frame as we just igno...file1-0/+1
2006-08-31Add new frame types for DTMFfile1-2/+7
2006-08-31Only write a received packet out if we are actually bridged to somethingfile1-4/+6