summaryrefslogtreecommitdiff
path: root/channels/chan_mgcp.c
AgeCommit message (Expand)Author
2004-10-06Merge anth's realtime patch, as well as the bindaddr fix that didn't make it ...Mark Spencer
2004-10-05Fix MGCP seg (bug #2572)Mark Spencer
2004-10-03Add ability to check voicemail from multiple folders (bug #2561)Mark Spencer
2004-10-03Major PBX revamps (including labels, update examples)Mark Spencer
2004-10-02Huge callerid rework (might break H.323, others)Mark Spencer
2004-09-24If no RTP stream is up, always request digits (bug #2492)Mark Spencer
2004-09-17If singlepath=yes, don't send multiple RTP streams during transferMark Spencer
2004-09-13Fix star 80 to star 60 (bug #2247)Mark Spencer
2004-08-26Repair offer/answer model (bug #2293), initial CNG work for new frametypeMark Spencer
2004-08-13Don't request tones when in-band DTMF mode is enabled (bug #2248)Mark Spencer
2004-08-12Specify D/ package in mgcp send digit routine (first commit from Adtran!)Mark Spencer
2004-08-08Merge BSD stack size work (bug #2067)Mark Spencer
2004-08-05Fix little MGCP buglet with the wildcard endpoint (bug #2216)Mark Spencer
2004-08-03Don't offer codecs not allowed on a reinviteMark Spencer
2004-08-03Plane commits (a.k.a. the Delta deltas): 1) Make muted reconnect 2) Add "X" o...Mark Spencer
2004-08-02Create initial framework for single channel supportMark Spencer
2004-08-01Don't reload subchannels of wild card endpoint on reload.Mark Spencer
2004-08-01Make sure it's really a dotted IP (bug #2198)Mark Spencer
2004-08-01Fix reload with wildcard endpointMark Spencer
2004-07-30Bug # 2181: Support the PING event in MGCP.Malcolm Davenport
2004-07-26Work properly on a reloadMark Spencer
2004-07-26Turn off DTMF generally in MGCP and make option to enable RFC2833 or in-bandMark Spencer
2004-07-25Create one generally useful runtime option and one compile time option to wor...Mark Spencer
2004-07-17rename "parking" to "features" in preparation for some more (possibly post 1....Mark Spencer
2004-07-16Re-listen after MGCP reload (bug #2061)Mark Spencer
2004-07-16Last set of strncpy/snprintf updates (bug #2049)Mark Spencer
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)Mark Spencer
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...Mark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...Mark Spencer
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-05-27Make RTP handle codecs (first pass)Mark Spencer
2004-05-24Fix small typoMark Spencer
2004-05-21First pass at handling responses properly for retransmissionsMark Spencer
2004-05-20Make ast_channel_walk become ast_channel_walk_lockedMark Spencer
2004-05-09Add new file utils.c, Move ast_gethostbyname to utils.cJames Golovich
2004-04-28Fix deadlock in IAX2 trunking, small MGCP fixMark Spencer
2004-04-27Improve responsiveness of MGCP during a reload (bug #1488)Mark Spencer
2004-04-26Merge JS's Cisco MGCP fixes (Bug #693)Mark Spencer
2004-04-22gethostbyname isn't reentrant, who knew...Mark Spencer
2004-04-08Remove more needlock stuffJames Golovich
2004-04-07Remove extra argument from ast_set_*_format callsJames Golovich
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesMark Spencer
2004-03-27Merge more Sentito contributions (thanks serkan)Mark Spencer
2004-03-27More read/write lock fixes in various modulesJames Golovich
2004-03-27Make read/write mode have a lock parameter and use it properly.Mark Spencer
2004-03-19Major MGCP enhancements (*very* big thank you to serkan and Sentito) (bug #1114)Mark Spencer
2004-03-15Fixup some pthread_t checking in channelsJames Golovich
2004-03-15Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL andJames Golovich
2004-03-04Add support for parking with IAX2Mark Spencer