aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2006-05-25Merge in branch which gives you the ability to set the hangup causecode using...file1-0/+7
2006-05-25Add the ability to retrieve the exit code of the forked AGI process. If thererussell1-0/+21
2006-05-23restore AST_LIST_HEAD_INIT (with no users in the tree right now)kpfleming2-6/+28
2006-05-23Handle ringing (early) state properly on SIPmarkster1-0/+2
2006-05-22bootstrap updates to include xmpp related stuffkpfleming1-3/+3
2006-05-22asterisk-xmpp merge inmogorman3-0/+181
2006-05-22 This is part 2/2 of the patches for #7090. Adds one-step call parking to /tr...bweschke1-0/+1
2006-05-20Add support for logging CDR recrods to a radius server (issue #6639, phsultan)russell1-0/+3
2006-05-19As requested by kpfleming, renaming messagecount to inboxcount and messagecou...tilghman1-4/+4
2006-05-18Bug 7167 - Fix VMCOUNT if using USE_ODBC_STORAGE (different fix for trunk tha...tilghman1-1/+5
2006-05-16mark RTP sessions that are not carrying DTMFkpfleming1-0/+3
2006-05-16Add option for enabling and disabling echo cancellationmattf1-0/+3
2006-05-13simplify conference user list handlingrussell1-0/+6
2006-05-11set correct type for lock initializersrizzo1-2/+2
2006-05-11 - The recent change to linklists.h broke the build on linux for some reason.russell1-14/+0
2006-05-11properly initialize non-static locks.rizzo1-0/+1
2006-05-11Go ahead and merge STUN mods for RTP in preparation for some STUN markster1-0/+2
2006-05-11change the CFLAGS controlled by menuselect to be placed in a header filerussell1-0/+4
2006-05-10remove almost all of the checks of the result from ast_strdupa() or alloca().russell1-6/+1
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...kpfleming1-1/+11
2006-05-10Allow media to go directly between IAX endpoints while signalling still markster1-0/+8
2006-05-09various doxygen fixeskpfleming5-23/+30
2006-05-09Formatting fixoej1-2/+2
2006-05-09Make sure that we don't accept an answer on an inbound call and don't permit ...markster1-0/+1
2006-05-09use an enum for control frame typeskpfleming2-39/+41
2006-05-09Make SIP early media work more efficiently without so many reinvitesmarkster1-2/+5
2006-05-09remove API function that was added and never usedkpfleming1-3/+0
2006-05-08on mac, QUAD_MIN and QUAD_MAX are already defined, so this causes a bunchrussell1-2/+2
2006-05-08commit the proper configure scriptkpfleming1-0/+6
2006-05-08silly people that don't want to install/run autoconf :-)kpfleming1-0/+555
2006-05-08 use pid_t instead of long for pid variables. #7099 (casper)bweschke1-1/+1
2006-05-08 - convert the lists of switches to use the linked list macrosrussell1-1/+2
2006-05-08remove an XXX commentrussell1-1/+8
2006-05-05move ast_carefulwrite from manager.c to utils.c so that cli.c andrussell2-2/+11
2006-05-05 Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie ) bweschke1-0/+2
2006-05-05constify the argument to pbx_checkconditionrussell1-1/+1
2006-05-03document that ast_cdr_answer is happy with a NULL argumentrizzo1-0/+1
2006-05-02- fix typo in rtp.c, devicestate.hoej1-1/+1
2006-05-01- convert the list of dialplan function to the list macrosrussell1-1/+1
2006-04-30add a command-line flag and option to force forking, even with -v or -dkpfleming1-3/+6
2006-04-30remove T38_SUPPORT define that is no longer neededkpfleming1-4/+0
2006-04-26include/asterisk/ael_structs.h:rizzo1-3/+11
2006-04-26add the missing prototype for the included asprintfrussell1-0/+4
2006-04-26another Solaris compatability fix - this makes sure u_int64_t is definedrussell1-0/+1
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...kpfleming1-0/+178
2006-04-24Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have aut...kpfleming3-27/+16
2006-04-22Added "Operator Services" connection mode for Zap channels, and the 'O' optionjdixon1-0/+8
2006-04-21move wait_and_stream to ast_wait_and_stream() because equivalentrizzo1-0/+8
2006-04-21- use symbolic constants and macros to play with the debug flagrizzo1-1/+5
2006-04-20comment that for callerid field, NULL and "" should be consideredrizzo1-23/+16