aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-05-17correct syntax on DB function examplerussell1-1/+1
2005-05-16fix description of length parameterrussell1-1/+1
2005-05-16Turn on the DSP for the channel after an ANSWER so that we get DTMF detectedmattf1-10/+8
2005-05-16Additions to chan_zap.c to receive PRI_EVENT_KEYPAD_DIGIT properly. Bug #4286mattf1-0/+28
2005-05-16SIP hold improvements (bug #4290)kpfleming1-12/+38
2005-05-16add 'zap show status' CLI command to display card/span status (bug #3585)kpfleming1-1/+73
2005-05-16correct file names to ignorekpfleming1-2/+2
2005-05-16temporarily suppress usage of vercomp.sh script until it can be fixedkpfleming1-20/+20
2005-05-16clean up message duration writing code (bug #4285)kpfleming1-12/+9
2005-05-16add comments, fix typos, and add note on default values (bug #4284)russell2-20/+29
2005-05-16add ability to control output format for one-touch-record feature (bug #4190)kpfleming2-3/+8
2005-05-16CVS ignore output files from building new expression parserkpfleming1-0/+4
2005-05-16add upgraded expression parser (bug #2058)kpfleming5-9/+1476
2005-05-16return CHANUNAVAIL for unregistered peers, not CONGESTION (bug #4276)kpfleming1-1/+5
2005-05-15add EVAL function, deprecate Eval application (bug #4277)kpfleming2-0/+38
2005-05-15rename SetVar application to Set, deprecate SetVarkpfleming9-61/+82
2005-05-15more strncpy -> ast_copy_string conversions, fixing some buglets along the waykpfleming4-244/+237
2005-05-15add ast_build_string library function (from bug #3644)kpfleming2-1/+37
2005-05-15combine two lines of code to make the logic clearer (bug #4273)kpfleming1-2/+1
2005-05-15Fixed transmit/link hang problem and autopatch wierdnessjim1-96/+280
2005-05-15update sample extensions.conf for new dialplan functions (bug #4279)kpfleming1-3/+3
2005-05-15fix segfaults in realtime_peer/realtime_user when wrong-type realtime entry i...kpfleming1-79/+86
2005-05-15add dialplan functions for Caller ID, language and timeouts (bug #4219, with ...kpfleming10-5/+453
2005-05-15update Mark's email addressrussell2-2/+2
2005-05-15support Swedish and Norwegian mailbox intros (bug #4227)kpfleming1-6/+113
2005-05-15minor cleanups (bug #4158)kpfleming1-3/+25
2005-05-15allow caller to exit during position announcement by pressing valid exit key ...kpfleming1-93/+125
2005-05-15add silent option to VMAuthenticate application (bug #4157)kpfleming1-15/+32
2005-05-15add script for grabbing core dump from running Asterisk process (bug #4174)kpfleming1-0/+64
2005-05-15fix up help text and output for 'iax2 trunk debug' CLI command (bug #4191)kpfleming1-7/+7
2005-05-15code formatting and comments, plus minor device state fix (bug #4171)kpfleming3-53/+107
2005-05-15code formatting cleanup (bug #4213)kpfleming1-606/+635
2005-05-15implement more detailed hangup causes (bug #4214)kpfleming1-9/+83
2005-05-15fix RTP DTMF for Sipura SPA-3000 (bug #3675, yet again)kpfleming1-8/+12
2005-05-15fix build with older popt.h (bug #4225)kpfleming1-1/+3
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)kpfleming8-15/+15
2005-05-15don't define a local function with the same name as a library function (bug #...kpfleming2-8/+18
2005-05-15add functions to register/unregister multiple CLI commands in a single operat...kpfleming4-119/+80
2005-05-15fix for dead manager connections to avoid deadlock (bug #4053)kpfleming1-0/+4
2005-05-15add counters to 'show agents' CLI command (bug #4232)kpfleming1-1/+12
2005-05-15various fixes:kpfleming2-215/+242
2005-05-15various minor formatting changes and code cleanups (bug #4262)kpfleming1-34/+66
2005-05-15Add netstats option (bug #4175)markster1-9/+35
2005-05-15Fix one way audio problem with iax trunking (bug #4221)markster1-4/+16
2005-05-15Initialize target properly (bug #4167, take 2)markster1-1/+1
2005-05-14Add remainder of rtp fixes, iax2 patch (bug #3961)markster4-162/+202
2005-05-14Fix incorrect variable (bug #4243)markster1-1/+1
2005-05-14properly strip incoming padded RTP frames (bug #4264)kpfleming1-0/+8
2005-05-14minor fix for refcount/flags to be unsignedkpfleming1-3/+3
2005-05-14Fix logger check (bug #4260)markster1-1/+1