Commit Graph

259 Commits (bad7cc9c140fca945d6949dfd0607fb8bb46e6aa)

Author SHA1 Message Date
Mark Spencer c96b39a960 Merge res_odbc and res_config
22 years ago
Mark Spencer de57be6bbd Lock fixes for FreeBSD (bug #1810)
22 years ago
Mark Spencer 727abcdec7 Merge FreeBSD locking fixes (bug #1411)
22 years ago
Mark Spencer 68c45465c8 Make faxdetect configurable and turn OFF by default
22 years ago
James Golovich ea70485e7b Add description to manager_action structure, and add some comments.
22 years ago
Mark Spencer 4f5ddbc374 Add ACL copy routines (bug #1733)
22 years ago
Mark Spencer cf57ba2310 Make RTP handle codecs (first pass)
22 years ago
James Golovich fc7593e594 More formatting fixes
22 years ago
Anthony Minessale II 54780434a6 enhance control_playback to have an app (app_controlplayback) and to allow pause (inherited by app_voicemail)
22 years ago
James Golovich 82b3a5f417 Formatting fixes
22 years ago
Anthony Minessale II 8f9e2b6633 add ast_control_streamfile api call
22 years ago
Mark Spencer 776497fb6b Fix potential segfault, add support for MacOS X locks
22 years ago
Mark Spencer a0486afb83 Merge fabeman's extensive meetme improvements (bug #1624)
22 years ago
Mark Spencer 6195dd35e0 Make ast_channel_walk become ast_channel_walk_locked
22 years ago
Mark Spencer 61ce929656 Merge Mike's announcement enhancements
22 years ago
Mark Spencer 34347418e3 Allow multiple codecs to be printed in debug (bug #989)
22 years ago
Mark Spencer e2dd1cc3da Add ability to look up callerid name by txt (bug #1442)
22 years ago
Mark Spencer 2293ad0b1f Update coding guidelines, fix "say.c" compile on older compilers, update coding guidelines (includes bug #1631)
22 years ago
Mark Spencer 6b0805633b Add linear file generator, CIRCQ emulation for BSD (bug #1626)
22 years ago
James Golovich c00550f3ae Add new file utils.c, Move ast_gethostbyname to utils.c
22 years ago
James Golovich 46b24e8a27 Code cleanup
22 years ago
Anthony Minessale II 66b96f417c Created API call ast_dtmf_stream
22 years ago
James Golovich 131a8c8f53 Add include/asterisk/utils.h file. Which includes the function
22 years ago
Mark Spencer 73b389da6c Add SayPhonetic and SayAlpha applications (bug #793)
22 years ago
Mark Spencer e05b6242a5 Merge Tilghman's color patches for the asterisk prompt (bug #1535)
22 years ago
Mark Spencer 5192a1a054 Add support for French, Danish, Portuguese, Spanish, Italian, and Dutch numbers
22 years ago
James Golovich 33faf463a0 Make sure causes.h can only be included once. Not that any code does this now, but it could in the future.
22 years ago
James Golovich 8ace87616e Optimize inaddrcmp (a little) by making it inline
22 years ago
James Golovich 286d0656e2 Revert formatting changes
22 years ago
Anthony Minessale II 5385ca0a0e applied final release of bug 1353 per Mark's permission
22 years ago
Mark Spencer 435e55958f Properly migrate from select to poll for core asterisk.
22 years ago
Mark Spencer d3f9887589 gethostbyname isn't reentrant, who knew...
22 years ago
Mark Spencer a84bb950fa Fix lock initialization in lock debugging mode
22 years ago
James Golovich 98533cbccc OpenBSD portability enhancements (bug 1002)
22 years ago
Mark Spencer fec02c20a9 Revert locking changes which break static locks (even on linux since it's part of an ENUM not define)
22 years ago
James Golovich 63702b9a78 Change mutex defines so it should work on OS that don't have the _NP mutex types. Also move the #defines up so we don't need to duplicate them
22 years ago
Mark Spencer 13bca43aa8 Get rid of all that old needlock garbage now that we're using recursive mutexes
22 years ago
Mark Spencer 6b09ce4336 Don't redefine ast_mutex_init
22 years ago
Mark Spencer 584936aa9b Update locking for non-debug mode, too
22 years ago
Mark Spencer 672e3e49fb Bite the bullet and require RECURSIVE mutexes
22 years ago
James Golovich 1d8f780f45 Include inttypes.h in md5.h instead of stdint.h (since stdint.h contains the right info on freebsd and on linux inttypes.h includes stdint.h) (bug 1369)
22 years ago
James Golovich 8cfed866d3 Remove size restiction on remote console command completion (bug 1360)
22 years ago
Mark Spencer 1d53342b18 Expand SIP opaque buffers, prefer recursive to "error checking" mutexes...
22 years ago
James Golovich 3c70509e9b Fix md5 on 64bit systems (aside from alpha)
22 years ago
Mark Spencer 1ccab64d86 Add support for Costa Rica to DSP
22 years ago
Mark Spencer eeb2ca5b26 Make read/write mode have a lock parameter and use it properly.
22 years ago
Mark Spencer 98b59da9ad Create ast_safe_system which closes off file descriptors before spawning system() and so on.
22 years ago
Mark Spencer 79668f0624 Correctly handle call flow with outgoing queue, avoiding retries while call acti
22 years ago
Mark Spencer 21d31939d1 Merge ADSI fixes
22 years ago
James Golovich be59053650 Add some comments to lock.h
22 years ago