2006-01-24 |
Olle Johansson | Declaring conn and result static to avoid collission... |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Olle Johansson | Whitespace change, extra <tab> added from my tab storage. |
commit | commitdiff | tree | snapshot |
2006-01-24 |
Olle Johansson | - Adding doxygen comments |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Matt O'Gorman | code clean up and macro implementation from |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Olle Johansson | Remove redundant default default/global settings from... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Matt O'Gorman | changed some settings to app_args and some code |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Olle Johansson | Remove more unused defines. |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Olle Johansson | Doxygen updates |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Olle Johansson | Finally removing SIPDUMPER that hasn't been used for... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Olle Johansson | - Change "call" to "dialog" where use of "call" is... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Olle Johansson | - Debug output fixes |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Olle Johansson | Doxygen update |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Olle Johansson | Re-instate sip_addheader() while waiting for a dialplan... |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Olle Johansson | - Adding some white space from my white space reservoir |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Olle Johansson | Use doxygen for todo's! :-) |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Olle Johansson | Spelling fix undetected by kpfleming in rev 8150 ;-) |
commit | commitdiff | tree | snapshot |
2006-01-23 |
Olle Johansson | Remove javadoc doxygen format... |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Russell Bryant | fix memory leak from not freeing the list of queue... |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Russell Bryant | git-svn-id: https://origsvn.digium.com/svn/asterisk... |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Russell Bryant | eliminate some compiler warnings |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Russell Bryant | Merged revisions 8437 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Tilghman Lesher | Bug 6312 - Macro janitor |
commit | commitdiff | tree | snapshot |
2006-01-22 |
BJ Weschke | Correct some scenarios where CALL_LIMIT could not... |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Tilghman Lesher | Bug 6262 - New function STRPTIME |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Tilghman Lesher | Bug 6148 - Add PARKEDAT variable; also cleaned up appli... |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Russell Bryant | add 'show channeltype' CLI command (issue #6149, with... |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Russell Bryant | prevent writing outside of the provided workspace when... |
commit | commitdiff | tree | snapshot |
2006-01-22 |
Russell Bryant | git-svn-id: https://origsvn.digium.com/svn/asterisk... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Russell Bryant | git-svn-id: https://origsvn.digium.com/svn/asterisk... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Russell Bryant | const-ify some fields in the ast_exten and ast_include... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Russell Bryant | - conversions to allocation wrappers |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Russell Bryant | oops, don't build app_sql_postgres by default ... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Russell Bryant | - conversion to allocation wrappers |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Russell Bryant | clean up formatting to conform to coding guidelines... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Russell Bryant | git-svn-id: https://origsvn.digium.com/svn/asterisk... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Russell Bryant | on this pass, only remove duplicate log messages |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Tilghman Lesher | Bug 5936 - Cannot AddQueueMember on realtime queue... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Russell Bryant | finish reverting my pass through the tree to remove... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Russell Bryant | don't do the memcpy inside of ast_strdupa if we know... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Russell Bryant | revert my pass through the tree to remove checks of... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Russell Bryant | conversions to use allocation wrappers (issue #6277) |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Russell Bryant | remove useless checks of the result of ast_strdupa |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Russell Bryant | remove lots of useless checks of the result of ast_strdupa |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Russell Bryant | remove some useless checks of the result of ast_strdupa |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Tilghman Lesher | Bug 4872 - Make Asterisk paths available to AGIs via... |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Tilghman Lesher | Bug 5515 - Devicestate and API documentation update |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Tilghman Lesher | Bug 6096 - callerid_parse cleanup |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Russell Bryant | remove optimization where its benefits are negligible |
commit | commitdiff | tree | snapshot |
2006-01-21 |
Russell Bryant | remove some useless checks after calls to ast_strdupa |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Matthew Fredrickson | fix for codec_gsm on ia64 (#6294) |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Russell Bryant | formatting and doxygen fixes (issue #6300) |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Matthew Fredrickson | Fix comments in sip.conf (#6134) |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Matthew Fredrickson | Fix for formats so they give better output on failure... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Russell Bryant | - move ast_strdupa from channel.h to utils.h |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Russell Bryant | Merged revisions 8347 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Matthew Fredrickson | Change chan_alsa to default open the first sound card... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Matthew Fredrickson | Update config. Apprently default doesn't always work... |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Kevin P. Fleming | eliminate compiler warnings from recent const-ification |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Olle Johansson | - Add DOC file about caller ID presentation values |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Russell Bryant | fix version reporting (issue #6292) |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Matt O'Gorman | Merged revisions 8320 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Olle Johansson | More doxygen updates |
commit | commitdiff | tree | snapshot |
2006-01-20 |
Olle Johansson | Doxygen updates |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Olle Johansson | Add support for "musicclass" instead of "musiconhold... |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Olle Johansson | Doxygen fixes |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Olle Johansson | Enable "musicclass" setting for sip peers |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Tilghman Lesher | Merged revisions 8276 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Tilghman Lesher | Deprecate the use of Random in 1.3, 1.4 |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Russell Bryant | Merged revisions 8242 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-01-19 |
Russell Bryant | Merged revisions 8232 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Russell Bryant | constify arguments in more places where strings should... |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Matt O'Gorman | Merged revisions 8194 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Matt O'Gorman | oops. sorry |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Matt O'Gorman | allows for use of the originate function from |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Matt O'Gorman | cli.h cleanup and additional documentation |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Matt O'Gorman | Merged revisions 8162 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-01-18 |
Matt O'Gorman | cleanup the show uptime code, and minor changes |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Kevin P. Fleming | remove some more deprecated (pre-1.2) stuff |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Matthew Fredrickson | Improvements to DSP callprogress=yes code (#5009) |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Matthew Fredrickson | Fix answeronpolarityswitch and hanguponpolarityswitch... |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Matt O'Gorman | oops all better now. |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Matt O'Gorman | allow for multiple periodic announcements |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Kevin P. Fleming | spelling fix |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Kevin P. Fleming | suppress compiler warning |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Matt O'Gorman | Merged revisions 8140 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Olle Johansson | Portability - compilation warning on Mac OS/X removed |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Olle Johansson | Extra comma causing compilation errors... |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Olle Johansson | - Logging clean up |
commit | commitdiff | tree | snapshot |
2006-01-17 |
BJ Weschke | Fix compiler warning. |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Matthew Fredrickson | Check to see if arg is NULL before passing (#6094) |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Matt O'Gorman | Added tab completion for help. bug 6074 |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Matt O'Gorman | Merged revisions 7963 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Kevin P. Fleming | Merged revisions 8122 via svnmerge from |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Kevin P. Fleming | don't generate any message for native bridge attempts... |
commit | commitdiff | tree | snapshot |
2006-01-17 |
Olle Johansson | Doxygen update |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Kevin P. Fleming | check rlimit _after_ reading config file, so that if... |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Kevin P. Fleming | block this revision, fix is different in this branch |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Jim Dixon | Added NOANSWER support, so that optional the DISA appli... |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Tilghman Lesher | Argh, another ERROR that should have been DEBUG |
commit | commitdiff | tree | snapshot |
2006-01-16 |
Tilghman Lesher | Change a debugging message committed with the wrong... |
commit | commitdiff | tree | snapshot |
next |