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 |
2006-03-28 |
Kevin P. Fleming | use proper file name |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Kevin P. Fleming | improve IP TOS support for SIP and IAX2 (issue #6355... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Olle Johansson | Issue #6736 - use flags for OPTIONs messages |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Olle Johansson | Reverting previous patch. Ok, let's take this from... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Olle Johansson | Issue #6736 - Enable NAT flags for OPTIONs requests... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Olle Johansson | Issue #6597 - Show correct port in "sip show registry... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Olle Johansson | Issue #6409 - Make calls to URI without username go... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
North Antara | Changed some "register" methods to the proper "unregist... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Matt O'Gorman | Janitor work converting !ast_strlen_zero(a)?a:b |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Christian Richter | fixed bug that we don't allocate the bchan in setup_ack... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Christian Richter | fixed hicom busy bug, we now see if the systemphone... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Kevin P. Fleming | simplify flags/page2_flags stuff by using arrays instead |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Kevin P. Fleming | remove accidentally merged properties |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Olle Johansson | Issue #5427 |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Olle Johansson | Issue #6705 (oej) |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Kevin P. Fleming | rename file to match new application name |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Kevin P. Fleming | rename application to have a more logical name |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Russell Bryant | use ast_calloc instead of calloc, and do a little bit... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Russell Bryant | fix asterisk header include format and add the doxygen... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Russell Bryant | conversions to S_OR (issue #6803) |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Russell Bryant | suppress some compiler warnings on mac |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Mark Spencer | Add micro-http server and abstract manager interface... |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Kevin P. Fleming | revert loader changes that have clearly not undergone... |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Tilghman Lesher | Bug 6508 - Redirect arbitrary channel to another extens... |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Tilghman Lesher | Bug 4377 - Round 2 of the loader updates |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Tilghman Lesher | Bug 6670 - Additional parameters to the CHANNEL func |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Tilghman Lesher | Merged revisions 14868 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Tilghman Lesher | Merged revisions 14830 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Tilghman Lesher | Merged revisions 14821 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Luigi Rizzo | Do the (expensive) LOCAL_USER_ADD only after we are... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Luigi Rizzo | as discussed on the -dev list, introduce a macro to... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Luigi Rizzo | Add missing |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Russell Bryant | Merged revisions 14704 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-03-24 |
BJ Weschke | Merged revisions 14659 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-03-24 |
BJ Weschke | Doxygen typo fix. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
BJ Weschke | Block r14610 from /trunk as it conflicts with sched... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Kevin P. Fleming | don't treat timeouts as errors in ast_cond_timedwait |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Kevin P. Fleming | compute scheduler thread timeout properly |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Kevin P. Fleming | commit file's work to convert iax2 multithreading to... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Joshua Colp | Merged revisions 14523 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Matthew Fredrickson | Allow channels to be moved if channel change is request... |
commit | commitdiff | tree | snapshot |
2006-03-23 |
Kevin P. Fleming | ensure global variables lock is held during 'show globa... |
commit | commitdiff | tree | snapshot |
next |