summaryrefslogtreecommitdiff
path: root/channels/chan_mgcp.c
AgeCommit message (Expand)Author
2006-02-11Merged revisions 9609 via svnmerge from Russell Bryant
2006-02-10Merged revisions 9404 via svnmerge from Kevin P. Fleming
2006-02-01use string fields for some stuff in ast_channelKevin P. Fleming
2006-01-31define a global null_frame object so when queueing a null frame, you don'tRussell Bryant
2006-01-21Bug 5515 - Devicestate and API documentation updateTilghman Lesher
2005-12-30update doxygen docs to specify authorsRussell Bryant
2005-12-20Major RTP fixes for using inbound SDP on outbound connection, get rid of Mark Spencer
2005-12-03Bug 5858 - Make the chanvars.c functions return a 'const char *'Tilghman Lesher
2005-11-29remove extraneous svn:executable propertiesKevin P. Fleming
2005-11-06issue #5605Russell Bryant
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changeRussell Bryant
2005-10-24Doxygen documentation update from oej (issue #5505)Russell Bryant
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)Kevin P. Fleming
2005-09-09allow users of RTP to know when the peer endpoint is (apparently) behind a NATKevin P. Fleming
2005-07-05add function to convert a cause code to a stringRussell Bryant
2005-06-24don't use locks when reading usecounts (reading only, not writing)Kevin P. Fleming
2005-06-09remove useless code (bug #4492)Kevin P. Fleming
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...Kevin P. Fleming
2005-06-06more file version tagsKevin P. Fleming
2005-06-06another round of version tag updates, along with 'show version files' pattern...Kevin P. Fleming
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)Mark Spencer
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)Kevin P. Fleming
2005-05-08Fix gethostname calls (bug #4198, with mods)Mark Spencer
2005-05-04Minor protocol fixes (bug #4169)Mark Spencer
2005-05-04solve memory leak and allow chan_mgcp to be unloaded (bug #4148)Kevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...Kevin P. Fleming
2005-04-11Fix MGCP call waiting (bug #3971, with mods)Mark Spencer
2005-04-05ensure that MGCP AMA flags are passed into CDR (bug #3962)Kevin P. Fleming
2005-04-05ensure account code specified in mgcp.conf propagates to CDR (bug #3951)Kevin P. Fleming
2005-04-04Fix MGCP *67 to automatically reset callerid (bug #3940)Mark Spencer
2005-03-29Allow functions to be written to (bug #2278, with mods)Mark Spencer
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...Mark Spencer
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)Mark Spencer
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-02-28Allow MGCP to use distinctive ring for call waitMark Spencer
2005-01-25Merge config updates (bug #3406)Mark Spencer
2005-01-15Make groups be 64-bits (bug #3351, with mods)Mark Spencer
2005-01-10Fix MGCP when running without verbose (bug #3260)Mark Spencer
2005-01-06Improve MGCP formatting (bug #3247)Mark Spencer
2005-01-06Merge distinctive ring for MGCP (bug #2880, with mods)Mark Spencer
2005-01-01Grab lock in hangup earlierMark Spencer
2004-12-28Remove duplicate parse (bug #3173)Mark Spencer
2004-12-19Fix MGCP compile warningsMark Spencer
2004-12-19Merge Olle's comment patch (bug #3097)Mark Spencer
2004-12-18Make sure we del any remaining connections (bug #2982)Mark Spencer
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)Mark Spencer
2004-11-17Make sure sin_family is filled inMark Spencer
2004-11-17Small bug big fix for MGCP (bug #2888)Mark Spencer
2004-11-15Fix mgcp oopsie...Mark Spencer