aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2006-04-01Don't add ast_extension_state on re-subscribesoej1-2/+3
2006-04-01Reverse revision 16804 that disables authenticationoej1-89/+81
2006-03-31 Don't process re-subscribes as new subscriptions. bweschke1-81/+89
2006-03-31move a NULL check to before the first time the pointer is dereferenced (issue...russell1-2/+2
2006-03-31- code formatting tweaksrussell1-27/+25
2006-03-31Merged revisions 16744 via svnmerge from russell1-20/+13
2006-03-31Doxygen fixoej1-10/+7
2006-03-31Make REG_STATE_* enumoej1-14/+17
2006-03-31Don't accept new INVITE if we already have one pending.oej1-0/+10
2006-03-31minor cleanup: localize a variable and replace i++; i++ with i +=2;rizzo1-4/+2
2006-03-31useless 'extern' and trailing whitespace removalrizzo1-7/+7
2006-03-31Do not leave a thread in limbo if an error occurs, or if testing packet loss.file1-3/+4
2006-03-30Merged revisions 16581 via svnmerge from tilghman1-5/+1
2006-03-30don't use 8000, use DEFAULT_SAMPLE_RATErizzo1-1/+1
2006-03-30as discussed with Mark a few weeks ago, the 'newstack' argumentrizzo1-3/+3
2006-03-30deprecate insecure=very and insecure=yes, since we have more explicit version...kpfleming1-2/+14
2006-03-30Issue #5374 - Enable internal timing of generators (cmantunes)oej1-1/+2
2006-03-30Issue #6450 - Don't remove characters from SIP uri's when not neededoej1-5/+10
2006-03-30Fix IAX2 multithreaded scheduling (issue #6840)file1-1/+1
2006-03-30Formatting fix.oej1-2/+6
2006-03-29fixed no dtmf detect on 64 bitcrichter1-1/+1
2006-03-29oops! :)russell1-2/+2
2006-03-29conversion from malloc to ast_mallocrussell1-2/+2
2006-03-29Issue #6823 - Registration and port numbers. (from 1.2)oej1-1/+1
2006-03-28another batch of cli simplificationsrizzo3-23/+9
2006-03-28normalize/simplify a bit of the command completion code.rizzo1-11/+10
2006-03-28make 'sip show subscriptions' include context for subscribed hintskpfleming1-4/+4
2006-03-28The condition to check the zaptel version was too strict.rizzo1-1/+1
2006-03-28fix a bug introduced in 15187 that scrambled the flags andrizzo1-1/+1
2006-03-28Merged revisions 15703 via svnmerge from russell1-2/+3
2006-03-28only display a debug message if iaxdebug is enabled as well (issue #6673)russell1-1/+1
2006-03-28Fix NAT support breakage for peers with qualify=yes (imported from 1.2)oej1-2/+2
2006-03-28ensure that 'zap show channel' will indicate that the echo canceler has been ...kpfleming1-0/+7
2006-03-28store f->callno in a local var (issue #6818)russell1-11/+13
2006-03-28oops :-(kpfleming1-1/+1
2006-03-28conversions to S_OR (issue #6817)russell1-12/+12
2006-03-28optimize a bit name completion by avoiding repeated calls torizzo1-9/+6
2006-03-28fix documentationrizzo1-16/+43
2006-03-28support subscription-based MWI, and use proper Call-ID on NOTIFY messages (is...kpfleming1-168/+234
2006-03-28use proper file namekpfleming3-9/+9
2006-03-28improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus ...kpfleming3-28/+40
2006-03-27Issue #6736 - use flags for OPTIONs messagesoej1-2/+5
2006-03-27Reverting previous patch. Ok, let's take this from 1.2 instead... :-)oej1-1/+0
2006-03-27Issue #6736 - Enable NAT flags for OPTIONs requests (Thanks casper!)oej1-0/+1
2006-03-27Issue #6597 - Show correct port in "sip show registry" - import from 1.2 branchoej1-1/+3
2006-03-27Issue #6409 - Make calls to URI without username go to "s" extension (importe...oej1-6/+14
2006-03-27Changed some "register" methods to the proper "unregister" method. This is i...north1-5/+5
2006-03-27Janitor work converting !ast_strlen_zero(a)?a:bmogorman6-22/+23
2006-03-27fixed bug that we don't allocate the bchan in setup_acknowledge already .. wo...crichter1-0/+1
2006-03-27fixed hicom busy bug, we now see if the systemphone is busy, also fixed the i...crichter2-3/+23