2006-03-31 |
Olle Johansson | Make REG_STATE_* enum |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Olle Johansson | Don't accept new INVITE if we already have one pending. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Luigi Rizzo | trailing whitespace/ useless extern removal |
commit | commitdiff | tree | snapshot |
2006-03-31 |
BJ Weschke | Provide warning about current behavior of autofill... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Luigi Rizzo | more trailing whitespace and extern removal |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Luigi Rizzo | removal of trailing whitespace and useless 'extern' |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Luigi Rizzo | minor cleanup: localize a variable and replace i++... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Luigi Rizzo | useless 'extern' and trailing whitespace removal |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Luigi Rizzo | another batch of whitespace removal |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Luigi Rizzo | remove useless 'extern' and trailing whitespace. |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Luigi Rizzo | fix formatting |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Luigi Rizzo | minor code simplifications - no need to use temporary |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Joshua Colp | Do not leave a thread in limbo if an error occurs,... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Olle Johansson | Issue 5852 (casper) Code clean up, adding documentation... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Olle Johansson | - Change AST_INLINE_AP to AST_INLINE_API for non-386... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Luigi Rizzo | remove useless 'extern' in function declarations. |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Mark Spencer | Add NetBSD for credits for editline |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Luigi Rizzo | initial implementation of support for native atomic... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Tilghman Lesher | Merged revisions 16581 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Tilghman Lesher | Merged revisions 16579 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Joshua Colp | Add more 64-bit detection goodness (issue #6850 reporte... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Joshua Colp | Block 1.2 fix for amd64, trunk version coming soon |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Luigi Rizzo | localize a variable |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Luigi Rizzo | use ast_strdup instead of strdup |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Luigi Rizzo | don't use 8000, use DEFAULT_SAMPLE_RATE |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Luigi Rizzo | as discussed with Mark a few weeks ago, the 'newstack... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Olle Johansson | Doxygen doc updates |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Kevin P. Fleming | deprecate insecure=very and insecure=yes, since we... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Joshua Colp | Merged revisions 16534 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Luigi Rizzo | remove AST_MUTEX_DEFINE_EXPORTED, which now has no... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Luigi Rizzo | do not export the tzlock and the list head, and introdu... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Luigi Rizzo | document why there are so many versions of the mutex... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Kevin P. Fleming | be more careful when merging in a branch with automerge... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Russell Bryant | convert internal timing to be stored as a flag in the... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Olle Johansson | Issue #5374 - Enable internal timing of generators... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Olle Johansson | Issue #6450 - Don't remove characters from SIP uri... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Joshua Colp | Fix IAX2 multithreaded scheduling (issue #6840) |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Olle Johansson | Set default value of adsipark (import from 1.2) |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Olle Johansson | Block patch on app_groupcount.c from 1.2 |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Olle Johansson | Typo |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Olle Johansson | Formatting fix. |
commit | commitdiff | tree | snapshot |
2006-03-29 |
North Antara | whitespace "fixes", and general cleanup |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Luigi Rizzo | the comment character is ';' not '#' ... |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Olle Johansson | Whitespace fix forgotten by someone who added a note... |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Russell Bryant | convert calloc and malloc+memset to ast_calloc and... |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Tilghman Lesher | Merged revisions 16192 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Olle Johansson | Update to code documentation and developer guidelines. |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Luigi Rizzo | another batch of cli simplifications. |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Luigi Rizzo | mention issues with the protection of the list used... |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Christian Richter | fixed no dtmf detect on 64 bit |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Tilghman Lesher | Merged revisions 16082 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Mark Spencer | Fix build of asterisk again (ahem, committers!) |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Olle Johansson | Doxygen updates |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Olle Johansson | - Formatting fixes |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Russell Bryant | oops! :) |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Russell Bryant | git-svn-id: https://origsvn.digium.com/svn/asterisk... |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Russell Bryant | fix the provided unsetenv for solaris to return an... |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Russell Bryant | conversion from malloc to ast_malloc |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Luigi Rizzo | Introduce an utility macro to set base, offset and |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Luigi Rizzo | Add two widely used constants |
commit | commitdiff | tree | snapshot |
2006-03-29 |
North Antara | Added more "valid" phone types to skinny sample config. |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Olle Johansson | Issue #6823 - Registration and port numbers. (from... |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Kevin P. Fleming | Merged revisions 15896 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Luigi Rizzo | Normalize some cli completion code. |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Olle Johansson | Doxygen fixes |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Luigi Rizzo | more command completion normalization. |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Luigi Rizzo | more command completion normalization |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Luigi Rizzo | another batch of cli simplifications |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Luigi Rizzo | normalize/simplify a bit of the command completion... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Luigi Rizzo | use ast_cli_complete() to largely simplify the command... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Luigi Rizzo | black magic to make sure we recompile things after... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Kevin P. Fleming | make 'sip show subscriptions' include context for subsc... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Luigi Rizzo | as reported in mantis #6066, fix a bunch of cli bugs and |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Luigi Rizzo | bring in the code that was discussed on Mantis #6068, |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Kevin P. Fleming | let's format that output sanely instead :-( |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Kevin P. Fleming | make 'show hints' CLI command show context name for... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Luigi Rizzo | The condition to check the zaptel version was too strict. |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Luigi Rizzo | Bring in the new loader code as described in mantis... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Russell Bryant | git-svn-id: https://origsvn.digium.com/svn/asterisk... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Luigi Rizzo | fix a bug introduced in 15187 that scrambled the flags and |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Russell Bryant | Merged revisions 15703 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Russell Bryant | only display a debug message if iaxdebug is enabled... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Olle Johansson | Fix NAT support breakage for peers with qualify=yes... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Kevin P. Fleming | ensure that 'zap show channel' will indicate that the... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Russell Bryant | Merged revisions 15658 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Russell Bryant | store f->callno in a local var (issue #6818) |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Kevin P. Fleming | oops :-( |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Russell Bryant | conversions to S_OR (issue #6817) |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Tilghman Lesher | Merged revisions 15615 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Olle Johansson | Fix typo (thanks, North) and update docs for IP-tos... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Luigi Rizzo | - remove an unnecessary cast and recomputation of ... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Luigi Rizzo | remove a few unneeded calls to strlen, and replace... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Luigi Rizzo | Use the standard macros to manipulate usecount. |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Luigi Rizzo | update example file |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Luigi Rizzo | remove trailing whitespace |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Russell Bryant | disable the http server by default at the request of... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Luigi Rizzo | remove the long since unused STANDARD_LOCAL_USERS macro |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Luigi Rizzo | optimize a bit name completion by avoiding repeated... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Luigi Rizzo | fix documentation |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Kevin P. Fleming | support subscription-based MWI, and use proper Call... |
commit | commitdiff | tree | snapshot |
next |