Commit Graph

345 Commits (f375ebee86b2bb32bbba1018cfccb6ae90feddf9)

Author SHA1 Message Date
Mark Spencer c7541bd672 Merge "show applications" from corydon76 (bug #2291)
22 years ago
Mark Spencer fa814abe05 Repair offer/answer model (bug #2293), initial CNG work for new frametype
22 years ago
Mark Spencer de3528f0be Save CID and switches in "save dialplan" command (bug #2279)
22 years ago
Mark Spencer 6723ea3afb Oops, forgot message length
22 years ago
Mark Spencer 3ff53cd50b Create binary versions of signature functions
22 years ago
Mark Spencer c14b405974 Make Asterisk cause codes match those of Q.931 (bug #1999)
22 years ago
Mark Spencer 7acee329e1 Merge BSD stack size work (bug #2067)
22 years ago
Mark Spencer 698820f4e3 Add application to set callerid presentation (bug #2078)
22 years ago
Mark Spencer 27d0ebc686 Only play announce time on first pass
22 years ago
Mark Spencer 05e338ce75 Rename newp to newpvt (bug #2190), change hold music.
22 years ago
Mark Spencer b240128ed4 Make sure it's a const
22 years ago
Mark Spencer cfcc58d96e Don't hard code the RTP payload type to 101 (bug #2192)
22 years ago
Malcolm Davenport a322c6f411 chan_h323 Makefile change for Bug #2064. Also back out changes for Bug #2115..next time read carefully. :)
22 years ago
Malcolm Davenport 9b0b4bf041 Bug # 2115: Allow Caller TON to be retrieved in the dialplan
22 years ago
Mark Spencer bf70a01da6 Merge alternate hangup and meetme patches from Matt N.
22 years ago
Mark Spencer 449bef5a36 Oops, make that ast_features
22 years ago
Mark Spencer b53507021e Fix the name :)
22 years ago
Mark Spencer 569b95352a rename "parking" to "features" in preparation for some more (possibly post 1.0) feature additions
22 years ago
Mark Spencer de4188df06 Merge musiconhold stuff (bug #2027), restructure AGI to eventually support registration
22 years ago
Mark Spencer 8ebfe337a7 Extend bindaddr to RTP connections on SIP (bug #1989 et al)
23 years ago
Mark Spencer f63d46097d Back out accidental changes by anthm
23 years ago
Anthony Minessale II 75d4369dfc autodial update
23 years ago
Mark Spencer 7be9c6e469 Add "show file formats" (courtesy bkw_) and Update IAXY firmware to 17 (altserver support)
23 years ago
Mark Spencer a8d8221357 FreeBSD fix for utils (bug #1949)
23 years ago
Mark Spencer f97df161f4 Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa's (but #1944)
23 years ago
Jeremy McNamara 614d878b04 Add new built-in app 'SetAMAFlags'
23 years ago
Mark Spencer 80c9620612 Add sample config file, implement verification
23 years ago
Mark Spencer 1d473f25dd Add outgoing OSP support (SIP only at this point)
23 years ago
James Golovich 024f486810 Code formatting cleanups in utils.c and include/asterisk/lock.h
23 years ago
James Golovich 8801247d76 Remove pthread.h from source. We should be using asterisk/lock.h everywhere instead (except in asterisk/lock.h).
23 years ago
Mark Spencer 5546e32355 Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch still pending)
23 years ago
Mark Spencer 652e085d0f Make DTMF mode configurable on ISDN
23 years ago
Mark Spencer 737e9b2458 Merge outgoing MSN support + Remote Party ID for SIP (bug #1841) with cleanups
23 years ago
Mark Spencer b72227e845 Merge (and cleanup) anthm's CDR changes
23 years ago
Mark Spencer 70167380a3 Allow CDR's to be linked and work on the linked list
23 years ago
Mark Spencer 5b9cab6c13 Separate PROCEEDING and PROGRESS
23 years ago
Mark Spencer c96b39a960 Merge res_odbc and res_config
23 years ago
Mark Spencer de57be6bbd Lock fixes for FreeBSD (bug #1810)
23 years ago
Mark Spencer 727abcdec7 Merge FreeBSD locking fixes (bug #1411)
23 years ago
Mark Spencer 68c45465c8 Make faxdetect configurable and turn OFF by default
23 years ago
James Golovich ea70485e7b Add description to manager_action structure, and add some comments.
23 years ago
Mark Spencer 4f5ddbc374 Add ACL copy routines (bug #1733)
23 years ago
Mark Spencer cf57ba2310 Make RTP handle codecs (first pass)
23 years ago
James Golovich fc7593e594 More formatting fixes
23 years ago
Anthony Minessale II 54780434a6 enhance control_playback to have an app (app_controlplayback) and to allow pause (inherited by app_voicemail)
23 years ago
James Golovich 82b3a5f417 Formatting fixes
23 years ago
Anthony Minessale II 8f9e2b6633 add ast_control_streamfile api call
23 years ago
Mark Spencer 776497fb6b Fix potential segfault, add support for MacOS X locks
23 years ago
Mark Spencer a0486afb83 Merge fabeman's extensive meetme improvements (bug #1624)
23 years ago
Mark Spencer 6195dd35e0 Make ast_channel_walk become ast_channel_walk_locked
23 years ago
Mark Spencer 61ce929656 Merge Mike's announcement enhancements
23 years ago
Mark Spencer 34347418e3 Allow multiple codecs to be printed in debug (bug #989)
23 years ago
Mark Spencer e2dd1cc3da Add ability to look up callerid name by txt (bug #1442)
23 years ago
Mark Spencer 2293ad0b1f Update coding guidelines, fix "say.c" compile on older compilers, update coding guidelines (includes bug #1631)
23 years ago
Mark Spencer 6b0805633b Add linear file generator, CIRCQ emulation for BSD (bug #1626)
23 years ago
James Golovich c00550f3ae Add new file utils.c, Move ast_gethostbyname to utils.c
23 years ago
James Golovich 46b24e8a27 Code cleanup
23 years ago
Anthony Minessale II 66b96f417c Created API call ast_dtmf_stream
23 years ago
James Golovich 131a8c8f53 Add include/asterisk/utils.h file. Which includes the function
23 years ago
Mark Spencer 73b389da6c Add SayPhonetic and SayAlpha applications (bug #793)
23 years ago
Mark Spencer e05b6242a5 Merge Tilghman's color patches for the asterisk prompt (bug #1535)
23 years ago
Mark Spencer 5192a1a054 Add support for French, Danish, Portuguese, Spanish, Italian, and Dutch numbers
23 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.
23 years ago
James Golovich 8ace87616e Optimize inaddrcmp (a little) by making it inline
23 years ago
James Golovich 286d0656e2 Revert formatting changes
23 years ago
Anthony Minessale II 5385ca0a0e applied final release of bug 1353 per Mark's permission
23 years ago
Mark Spencer 435e55958f Properly migrate from select to poll for core asterisk.
23 years ago
Mark Spencer d3f9887589 gethostbyname isn't reentrant, who knew...
23 years ago
Mark Spencer a84bb950fa Fix lock initialization in lock debugging mode
23 years ago
James Golovich 98533cbccc OpenBSD portability enhancements (bug 1002)
23 years ago
Mark Spencer fec02c20a9 Revert locking changes which break static locks (even on linux since it's part of an ENUM not define)
23 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
23 years ago
Mark Spencer 13bca43aa8 Get rid of all that old needlock garbage now that we're using recursive mutexes
23 years ago
Mark Spencer 6b09ce4336 Don't redefine ast_mutex_init
23 years ago
Mark Spencer 584936aa9b Update locking for non-debug mode, too
23 years ago
Mark Spencer 672e3e49fb Bite the bullet and require RECURSIVE mutexes
23 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)
23 years ago
James Golovich 8cfed866d3 Remove size restiction on remote console command completion (bug 1360)
23 years ago
Mark Spencer 1d53342b18 Expand SIP opaque buffers, prefer recursive to "error checking" mutexes...
23 years ago
James Golovich 3c70509e9b Fix md5 on 64bit systems (aside from alpha)
23 years ago
Mark Spencer 1ccab64d86 Add support for Costa Rica to DSP
23 years ago
Mark Spencer eeb2ca5b26 Make read/write mode have a lock parameter and use it properly.
23 years ago
Mark Spencer 98b59da9ad Create ast_safe_system which closes off file descriptors before spawning system() and so on.
23 years ago
Mark Spencer 79668f0624 Correctly handle call flow with outgoing queue, avoiding retries while call acti
23 years ago
Mark Spencer 21d31939d1 Merge ADSI fixes
23 years ago
James Golovich be59053650 Add some comments to lock.h
23 years ago
James Golovich 4b0d26c93d Actually commit the new #defines
23 years ago
Mark Spencer 7989800674 Try to make smoother G.729B aware, and able to handle VAD bytes
23 years ago
Mark Spencer 8750f1c05f Move timestamp around in RTP.... Gotta do iax2 eventually here...
23 years ago
Mark Spencer 806bb3c63f Add support for parking with IAX2
23 years ago
Mark Spencer 9d5fe279b6 More BSD compat crap
23 years ago
James Golovich 7409bc052d Add function ast_false, like ast_true
23 years ago
Mark Spencer 8f73da1f79 Allow semi-blocking fd's on manager (bug #1100)
23 years ago
James Golovich a232d8e060 Move ast_get_group from res_parking.c to channel.c
23 years ago
James Golovich 462cfbe8ae Bug #1087. Fix wav49 format so it can be played. Make file functions
23 years ago
Mark Spencer a1c6ac945d Make sure smoother only creates frames with offsets (bug #1029)
23 years ago
Mark Spencer 864fe70e35 Add queue logging and fix indications buglet
23 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.
23 years ago
Mark Spencer ccf510188f Fix linked lists tail (bug #951)
23 years ago
Mark Spencer c5deb0a325 Ditch nested comment
23 years ago