Commit Graph

243 Commits (9242c5c05e16d4ce38e36d30331ec82760d3cc19)

Author SHA1 Message Date
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
James Golovich 4b0d26c93d Actually commit the new #defines
22 years ago
Mark Spencer 7989800674 Try to make smoother G.729B aware, and able to handle VAD bytes
22 years ago
Mark Spencer 8750f1c05f Move timestamp around in RTP.... Gotta do iax2 eventually here...
22 years ago
Mark Spencer 806bb3c63f Add support for parking with IAX2
22 years ago
Mark Spencer 9d5fe279b6 More BSD compat crap
22 years ago
James Golovich 7409bc052d Add function ast_false, like ast_true
22 years ago
Mark Spencer 8f73da1f79 Allow semi-blocking fd's on manager (bug #1100)
22 years ago
James Golovich a232d8e060 Move ast_get_group from res_parking.c to channel.c
22 years ago
James Golovich 462cfbe8ae Bug #1087. Fix wav49 format so it can be played. Make file functions
22 years ago
Mark Spencer a1c6ac945d Make sure smoother only creates frames with offsets (bug #1029)
22 years ago
Mark Spencer 864fe70e35 Add queue logging and fix indications buglet
22 years ago
Martin Pycko 860f35a7ab Add recording agent's calls patch. Basically the call starts recording when the agent picks up and the file is stamped with the agent's id and the timestamp. Also optionally a URL link to that file may be inserted in the userfield of the CDR record. By default the recorded file will be mixed if soxmix is available.
22 years ago
Mark Spencer ccf510188f Fix linked lists tail (bug #951)
22 years ago
Mark Spencer c5deb0a325 Ditch nested comment
22 years ago
Mark Spencer b53e81786a Add verbose messages to be logged (bug #599)
22 years ago
Jim Dixon a7154d73fe Added functionality for E911 signalling
22 years ago