aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_mgcp.c
AgeCommit message (Expand)AuthorFilesLines
2006-07-03automerge commitroot1-33/+7
2006-02-11automerge commitroot1-0/+1
2006-02-10automerge commitroot1-6/+2
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-06issue #5605russell1-0/+4
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changerussell1-7/+7
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16
2005-09-09allow users of RTP to know when the peer endpoint is (apparently) behind a NATkpfleming1-1/+1
2005-07-05add function to convert a cause code to a stringrussell1-2/+2
2005-06-24don't use locks when reading usecounts (reading only, not writing)kpfleming1-5/+1
2005-06-09remove useless code (bug #4492)kpfleming1-10/+0
2005-06-07header ordering fixes for FreeBSD (pending a global merge into asterisk.h) (b...kpfleming1-2/+3
2005-06-06more file version tagskpfleming1-1/+1
2005-06-06another round of version tag updates, along with 'show version files' pattern...kpfleming1-15/+19
2005-05-25Use defined AST_MAX_ACCOUNT_CODE (bug #4350)markster1-2/+2
2005-05-15correct some signed/unsigned issues found by GCC 4 (bug #4237)kpfleming1-4/+4
2005-05-08Fix gethostname calls (bug #4198, with mods)markster1-2/+2
2005-05-04Minor protocol fixes (bug #4169)markster1-35/+36
2005-05-04solve memory leak and allow chan_mgcp to be unloaded (bug #4148)kpfleming1-34/+49
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...kpfleming1-2/+2
2005-04-21use double-quotes instead of angle-brackets for non-system include files (bug...kpfleming1-23/+23
2005-04-11Fix MGCP call waiting (bug #3971, with mods)markster1-1/+15
2005-04-05ensure that MGCP AMA flags are passed into CDR (bug #3962)kpfleming1-0/+2
2005-04-05ensure account code specified in mgcp.conf propagates to CDR (bug #3951)kpfleming1-5/+7
2005-04-04Fix MGCP *67 to automatically reset callerid (bug #3940)markster1-0/+1
2005-03-29Allow functions to be written to (bug #2278, with mods)markster1-1/+1
2005-03-28Fix a bunch of const stuff, merge queue changes, add experimental "hybrid" DT...markster1-1/+12
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)markster1-0/+1
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)markster1-37/+53
2005-02-28Allow MGCP to use distinctive ring for call waitmarkster1-1/+11
2005-01-25Merge config updates (bug #3406)markster1-3/+3
2005-01-15Make groups be 64-bits (bug #3351, with mods)markster1-4/+4
2005-01-10Fix MGCP when running without verbose (bug #3260)markster1-119/+121
2005-01-06Improve MGCP formatting (bug #3247)markster1-1754/+1756
2005-01-06Merge distinctive ring for MGCP (bug #2880, with mods)markster1-7/+28
2005-01-01Grab lock in hangup earliermarkster1-13/+13
2004-12-28Remove duplicate parse (bug #3173)markster1-2/+0
2004-12-19Fix MGCP compile warningsmarkster1-2/+2
2004-12-19Merge Olle's comment patch (bug #3097)markster1-11/+11
2004-12-18Make sure we del any remaining connections (bug #2982)markster1-2/+8
2004-12-14Merge slimey's Solaris compatibility (with small mods) (bug #2740)markster1-0/+4
2004-11-17Make sure sin_family is filled inmarkster1-0/+2
2004-11-17Small bug big fix for MGCP (bug #2888)markster1-0/+2
2004-11-15Fix mgcp oopsie...markster1-2/+2
2004-11-15Oops for mgcp and logger fix for old linuxmarkster1-1/+1
2004-11-14Fix MGCP deadlock potentialmarkster1-13/+9
2004-11-07Major MGCP locking fixes (bug #2696)markster1-16/+79
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...markster1-1/+4
2004-10-26Fix MGCP dtmf buglet (bug #2696)markster1-10/+8