2006-09-21 |
Joshua Colp | Merged revisions 43454 via svnmerge from |
blob | commitdiff |
2006-09-21 |
Tilghman Lesher | Lots more removal of deprecated things |
blob | commitdiff | diff to current |
2006-09-18 |
Kevin P. Fleming | merge qwell's CLI verbification work |
blob | commitdiff | diff to current |
2006-08-31 |
Matt O'Gorman | everything that loads a config that needs a config... |
blob | commitdiff | diff to current |
2006-08-31 |
Joshua Colp | Merge in VLDTMF support with Zaptel/Core done by the... |
blob | commitdiff | diff to current |
2006-08-28 |
Joshua Colp | Merge in RTP-level packet bridging. Packet comes in... |
blob | commitdiff | diff to current |
2006-08-21 |
Kevin P. Fleming | merge new_loader_completion branch, including (at least): |
blob | commitdiff | diff to current |
2006-08-16 |
Kevin P. Fleming | Merged revisions 40057 via svnmerge from |
blob | commitdiff | diff to current |
2006-08-16 |
Russell Bryant | move the calls to ast_jb_configure() to before the... |
blob | commitdiff | diff to current |
2006-08-05 |
Russell Bryant | Merged revisions 38903-38904 via svnmerge from |
blob | commitdiff | diff to current |
2006-07-21 |
Russell Bryant | Merge a new implementation of ast_inet_ntoa, our thread... |
blob | commitdiff | diff to current |
2006-07-19 |
Kevin P. Fleming | merge Russell's 'hold_handling' branch, finally impleme... |
blob | commitdiff | diff to current |
2006-07-13 |
Kevin P. Fleming | allow users of RTP to use G726-32 AAL2 packing even... |
blob | commitdiff | diff to current |
2006-07-03 |
Russell Bryant | Blocked revisions 36725 via svnmerge |
blob | commitdiff | diff to current |
2006-06-23 |
Russell Bryant | revert my changes that converted the jb on the channel... |
blob | commitdiff | diff to current |
2006-06-22 |
Russell Bryant | - dynamically allocate the ast_jb structure that is... |
blob | commitdiff | diff to current |
2006-06-07 |
Kevin P. Fleming | simplify autoconfig include mechanism (make tholo happy... |
blob | commitdiff | diff to current |
2006-06-01 |
Russell Bryant | - add the ability to configure forced jitterbuffers... |
blob | commitdiff | diff to current |
2006-05-31 |
Russell Bryant | update the rest of the channel drivers that use RTP... |
blob | commitdiff | diff to current |
2006-05-10 |
Kevin P. Fleming | ensure that control frames with payload can be sent... |
blob | commitdiff | diff to current |
2006-04-21 |
Luigi Rizzo | more stncpy/ast_copy_string replacement. |
blob | commitdiff | diff to current |
2006-04-14 |
Luigi Rizzo | This rather large commit changes the way modules are... |
blob | commitdiff | diff to current |
2006-04-08 |
Kevin P. Fleming | since the module API is changing, it's a good time... |
blob | commitdiff | diff to current |
2006-04-05 |
Tilghman Lesher | Bug 6873 - Finish moving from the non-threadsafe (and... |
blob | commitdiff | diff to current |
2006-02-11 |
Russell Bryant | Merged revisions 9609 via svnmerge from |
blob | commitdiff | diff to current |
2006-02-10 |
Kevin P. Fleming | Merged revisions 9404 via svnmerge from |
blob | commitdiff | diff to current |
2006-02-01 |
Kevin P. Fleming | use string fields for some stuff in ast_channel |
blob | commitdiff | diff to current |
2006-01-31 |
Russell Bryant | define a global null_frame object so when queueing... |
blob | commitdiff | diff to current |
2006-01-21 |
Tilghman Lesher | Bug 5515 - Devicestate and API documentation update |
blob | commitdiff | diff to current |
2005-12-30 |
Russell Bryant | update doxygen docs to specify authors |
blob | commitdiff | diff to current |
2005-12-20 |
Mark Spencer | Major RTP fixes for using inbound SDP on outbound conne... |
blob | commitdiff | diff to current |
2005-12-03 |
Tilghman Lesher | Bug 5858 - Make the chanvars.c functions return a ... |
blob | commitdiff | diff to current |
2005-11-29 |
Kevin P. Fleming | remove extraneous svn:executable properties |
blob | commitdiff | diff to current |
2005-11-06 |
Russell Bryant | issue #5605 |
blob | commitdiff | diff to current |
2005-10-27 |
Russell Bryant | Remove unnecessary checks before calls to ast_strlen_ze... |
blob | commitdiff | diff to current |
2005-10-24 |
Russell Bryant | Doxygen documentation update from oej (issue #5505) |
blob | commitdiff | diff to current |
2005-09-14 |
Kevin P. Fleming | update MANY more files with proper copyright/license... |
blob | commitdiff | diff to current |
2005-09-09 |
Kevin P. Fleming | allow users of RTP to know when the peer endpoint is... |
blob | commitdiff | diff to current |
2005-07-05 |
Russell Bryant | add function to convert a cause code to a string |
blob | commitdiff | diff to current |
2005-06-24 |
Kevin P. Fleming | don't use locks when reading usecounts (reading only... |
blob | commitdiff | diff to current |
2005-06-09 |
Kevin P. Fleming | remove useless code (bug #4492) |
blob | commitdiff | diff to current |
2005-06-07 |
Kevin P. Fleming | header ordering fixes for FreeBSD (pending a global... |
blob | commitdiff | diff to current |
2005-06-06 |
Kevin P. Fleming | more file version tags |
blob | commitdiff | diff to current |
2005-06-06 |
Kevin P. Fleming | another round of version tag updates, along with 'show... |
blob | commitdiff | diff to current |
2005-05-25 |
Mark Spencer | Use defined AST_MAX_ACCOUNT_CODE (bug #4350) |
blob | commitdiff | diff to current |
2005-05-15 |
Kevin P. Fleming | correct some signed/unsigned issues found by GCC 4... |
blob | commitdiff | diff to current |
2005-05-08 |
Mark Spencer | Fix gethostname calls (bug #4198, with mods) |
blob | commitdiff | diff to current |
2005-05-04 |
Mark Spencer | Minor protocol fixes (bug #4169) |
blob | commitdiff | diff to current |
2005-05-04 |
Kevin P. Fleming | solve memory leak and allow chan_mgcp to be unloaded... |
blob | commitdiff | diff to current |
2005-04-29 |
Kevin P. Fleming | don't use '%i' at all, since we have no current use... |
blob | commitdiff | diff to current |
2005-04-21 |
Kevin P. Fleming | use double-quotes instead of angle-brackets for non... |
blob | commitdiff | diff to current |
2005-04-11 |
Mark Spencer | Fix MGCP call waiting (bug #3971, with mods) |
blob | commitdiff | diff to current |
2005-04-05 |
Kevin P. Fleming | ensure that MGCP AMA flags are passed into CDR (bug... |
blob | commitdiff | diff to current |
2005-04-05 |
Kevin P. Fleming | ensure account code specified in mgcp.conf propagates... |
blob | commitdiff | diff to current |
2005-04-04 |
Mark Spencer | Fix MGCP *67 to automatically reset callerid (bug ... |
blob | commitdiff | diff to current |
2005-03-29 |
Mark Spencer | Allow functions to be written to (bug #2278, with mods) |
blob | commitdiff | diff to current |
2005-03-28 |
Mark Spencer | Fix a bunch of const stuff, merge queue changes, add... |
blob | commitdiff | diff to current |
2005-03-17 |
Mark Spencer | Add PLC and jitter buffer and iax2 meta trunk with... |
blob | commitdiff | diff to current |
2005-03-04 |
Mark Spencer | Rework channel structure to eliminate "pvt" portion... |
blob | commitdiff | diff to current |
2005-02-28 |
Mark Spencer | Allow MGCP to use distinctive ring for call wait |
blob | commitdiff | diff to current |
2005-01-25 |
Mark Spencer | Merge config updates (bug #3406) |
blob | commitdiff | diff to current |
2005-01-15 |
Mark Spencer | Make groups be 64-bits (bug #3351, with mods) |
blob | commitdiff | diff to current |
2005-01-10 |
Mark Spencer | Fix MGCP when running without verbose (bug #3260) |
blob | commitdiff | diff to current |
2005-01-06 |
Mark Spencer | Improve MGCP formatting (bug #3247) |
blob | commitdiff | diff to current |
2005-01-06 |
Mark Spencer | Merge distinctive ring for MGCP (bug #2880, with mods) |
blob | commitdiff | diff to current |
2005-01-01 |
Mark Spencer | Grab lock in hangup earlier |
blob | commitdiff | diff to current |
2004-12-28 |
Mark Spencer | Remove duplicate parse (bug #3173) |
blob | commitdiff | diff to current |
2004-12-19 |
Mark Spencer | Fix MGCP compile warnings |
blob | commitdiff | diff to current |
2004-12-19 |
Mark Spencer | Merge Olle's comment patch (bug #3097) |
blob | commitdiff | diff to current |
2004-12-18 |
Mark Spencer | Make sure we del any remaining connections (bug #2982) |
blob | commitdiff | diff to current |
2004-12-14 |
Mark Spencer | Merge slimey's Solaris compatibility (with small mods... |
blob | commitdiff | diff to current |
2004-11-17 |
Mark Spencer | Make sure sin_family is filled in |
blob | commitdiff | diff to current |
2004-11-17 |
Mark Spencer | Small bug big fix for MGCP (bug #2888) |
blob | commitdiff | diff to current |
2004-11-15 |
Mark Spencer | Fix mgcp oopsie... |
blob | commitdiff | diff to current |
2004-11-15 |
Mark Spencer | Oops for mgcp and logger fix for old linux |
blob | commitdiff | diff to current |
2004-11-14 |
Mark Spencer | Fix MGCP deadlock potential |
blob | commitdiff | diff to current |
2004-11-07 |
Mark Spencer | Major MGCP locking fixes (bug #2696) |
blob | commitdiff | diff to current |
2004-10-26 |
Mark Spencer | Pass concept of status back, permit "leaveempty" to... |
blob | commitdiff | diff to current |
2004-10-26 |
Mark Spencer | Fix MGCP dtmf buglet (bug #2696) |
blob | commitdiff | diff to current |
2004-10-23 |
Mark Spencer | First pass at making transfer work within agent (not... |
blob | commitdiff | diff to current |
2004-10-12 |
Mark Spencer | Fix MGCP build, SIP should destroy on temponly, not... |
blob | commitdiff | diff to current |
2004-10-11 |
Mark Spencer | Add missing carriage return (bug #2595) |
blob | commitdiff | diff to current |
2004-10-06 |
Mark Spencer | Merge anth's realtime patch, as well as the bindaddr... |
blob | commitdiff | diff to current |
2004-10-05 |
Mark Spencer | Fix MGCP seg (bug #2572) |
blob | commitdiff | diff to current |
2004-10-03 |
Mark Spencer | Add ability to check voicemail from multiple folders... |
blob | commitdiff | diff to current |
2004-10-03 |
Mark Spencer | Major PBX revamps (including labels, update examples) |
blob | commitdiff | diff to current |
2004-10-02 |
Mark Spencer | Huge callerid rework (might break H.323, others) |
blob | commitdiff | diff to current |
2004-09-24 |
Mark Spencer | If no RTP stream is up, always request digits (bug... |
blob | commitdiff | diff to current |
2004-09-17 |
Mark Spencer | If singlepath=yes, don't send multiple RTP streams... |
blob | commitdiff | diff to current |
2004-09-13 |
Mark Spencer | Fix star 80 to star 60 (bug #2247) |
blob | commitdiff | diff to current |
2004-08-26 |
Mark Spencer | Repair offer/answer model (bug #2293), initial CNG... |
blob | commitdiff | diff to current |
2004-08-13 |
Mark Spencer | Don't request tones when in-band DTMF mode is enabled... |
blob | commitdiff | diff to current |
2004-08-12 |
Mark Spencer | Specify D/ package in mgcp send digit routine (first... |
blob | commitdiff | diff to current |
2004-08-08 |
Mark Spencer | Merge BSD stack size work (bug #2067) |
blob | commitdiff | diff to current |
2004-08-05 |
Mark Spencer | Fix little MGCP buglet with the wildcard endpoint ... |
blob | commitdiff | diff to current |
2004-08-03 |
Mark Spencer | Don't offer codecs not allowed on a reinvite |
blob | commitdiff | diff to current |
2004-08-03 |
Mark Spencer | Plane commits (a.k.a. the Delta deltas): 1) Make muted... |
blob | commitdiff | diff to current |
2004-08-02 |
Mark Spencer | Create initial framework for single channel support |
blob | commitdiff | diff to current |
2004-08-01 |
Mark Spencer | Don't reload subchannels of wild card endpoint on reload. |
blob | commitdiff | diff to current |
2004-08-01 |
Mark Spencer | Make sure it's really a dotted IP (bug #2198) |
blob | commitdiff | diff to current |
next |