aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2005-05-19add IAXPEER function (bug #4310, with minor formatting and doc changes)kpfleming2-1/+103
2005-05-19add more expr-related files to ignorekpfleming1-2/+4
2005-05-19use new C-coded version comparison program for bison and flex (bug #2058, wit...kpfleming4-200/+395
2005-05-19support labels as targets of SET PRIORITY command (bug #4057)kpfleming1-5/+10
2005-05-19properly check for debug and verbose messages to suppress (bug #4294)kpfleming1-1/+1
2005-05-19move variable declarations to top of function where they belong (bug #4303)kpfleming1-6/+6
2005-05-19add 'dontwarn' option to asterisk.conf to appease the whining masses :p (bug ...russell4-3/+11
2005-05-19Yet another set of jitter buffer changes (this time some scheduling improveme...markster3-8/+22
2005-05-19check to see if a comma or an open paren came first when splitting the applic...russell1-20/+23
2005-05-19fix moh option in conjunction with intro option (bug #4298)russell1-1/+2
2005-05-19More jitter buffer fixes for large resync (bug #4311)markster4-15/+62
2005-05-19note the change from "port" to "bindport"russell1-0/+7
2005-05-19Merge skew reduction (bug #4222)markster1-1/+6
2005-05-18Add IAX2 testing code (bug #4242)markster1-0/+103
2005-05-18add DB_EXISTS function to be able to check if a key exists in the databaserussell1-0/+44
2005-05-18Actually apply timestamp bug (bug #3961)markster1-2/+11
2005-05-18provide a more explicit explination as to what the 'iaxcompat' option doesrussell1-2/+6
2005-05-18Add optional call limitmarkster7-3/+64
2005-05-17print out the IAX DATETIME IE in 'iax2 debug' in human readable formrussell2-17/+34
2005-05-17remove call to pall on unitialied fdsrussell1-4/+4
2005-05-17remove extra LOCAL_USER_REMOVE (bug #4308)russell1-1/+0
2005-05-17prevent copying of NULL (bug #4307)russell1-4/+6
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