summaryrefslogtreecommitdiff
path: root/channels/chan_mgcp.c
AgeCommit message (Expand)Author
2006-10-03bug #8076 check option_debug before printing to debug channel.Matt O'Gorman
2006-09-28Merged revisions 43933 via svnmerge from Joshua Colp
2006-09-21Merged revisions 43454 via svnmerge from Joshua Colp
2006-09-21Lots more removal of deprecated thingsTilghman Lesher
2006-09-18merge qwell's CLI verbification workKevin P. Fleming
2006-08-31everything that loads a config that needs a config file to runMatt O'Gorman
2006-08-31Merge in VLDTMF support with Zaptel/Core done by the ever great Darumkilla Ru...Joshua Colp
2006-08-28Merge in RTP-level packet bridging. Packet comes in, packet goes out - that's...Joshua Colp
2006-08-21merge new_loader_completion branch, including (at least):Kevin P. Fleming
2006-08-16Merged revisions 40057 via svnmerge from Kevin P. Fleming
2006-08-16move the calls to ast_jb_configure() to before the PBX thread is started on theRussell Bryant
2006-08-05Merged revisions 38903-38904 via svnmerge from Russell Bryant
2006-07-21Merge a new implementation of ast_inet_ntoa, our thread safe replacement forRussell Bryant
2006-07-19merge Russell's 'hold_handling' branch, finally implementing music-on-hold ha...Kevin P. Fleming
2006-07-13allow users of RTP to use G726-32 AAL2 packing even when RFC3551 packing has ...Kevin P. Fleming
2006-07-03Blocked revisions 36725 via svnmergeRussell Bryant
2006-06-23revert my changes that converted the jb on the channel to be dynamicallyRussell Bryant
2006-06-22- dynamically allocate the ast_jb structure that is on the channel structureRussell Bryant
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...Kevin P. Fleming
2006-06-01- add the ability to configure forced jitterbuffers on h323, jingle,Russell Bryant
2006-05-31update the rest of the channel drivers that use RTP so that their channelRussell Bryant
2006-05-10ensure that control frames with payload can be sent to channel drivers via ->...Kevin P. Fleming
2006-04-21more stncpy/ast_copy_string replacement.Luigi Rizzo
2006-04-14This rather large commit changes the way modules are loaded. Luigi Rizzo
2006-04-08since the module API is changing, it's a good time to const-ify the descripti...Kevin P. Fleming
2006-04-05Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand()...Tilghman Lesher
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