2005-05-08 |
Mark Spencer | Fix chan_spy on Solaris (bug #4204) |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Mark Spencer | Fix double unlock of hintlock (bug #4205) |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Mark Spencer | Use maxdomainlen in chan_sip (bug #4212) |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Mark Spencer | Fix gethostname calls (bug #4198, with mods) |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Mark Spencer | Allow transfer to work without a tech (bug #4199) |
commit | commitdiff | tree | snapshot |
2005-05-08 |
Mark Spencer | Fix French time (bug #4197) |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Russell Bryant | now fix the formatting part (bug #4207) |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Russell Bryant | remove unreachable block of code (bug #4207) |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Russell Bryant | use ast_strcasestr (bug #4203) |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Russell Bryant | fix header description |
commit | commitdiff | tree | snapshot |
2005-05-07 |
Russell Bryant | add my name for the functions I wrote |
commit | commitdiff | tree | snapshot |
2005-05-06 |
Russell Bryant | add missing newline to warning message (bug #4183) |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Mark Spencer | Build as a single executable, work around Makefile... |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Anthony Minessale II | expose function execution routines and warn about tryin... |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Kevin P. Fleming | oej deserves to be in CREDITS as much as anyone else :-) |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Kevin P. Fleming | clean up file headers |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Kevin P. Fleming | correct build on platforms that require PIC objects... |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Kevin P. Fleming | ensure generated files are ignored by CVS |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Kevin P. Fleming | add STRFTIME dialplan function (bug #4098, modified... |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Kevin P. Fleming | major re-work of dialplan functions, including: |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Russell Bryant | function formatting and header order cleanup |
commit | commitdiff | tree | snapshot |
2005-05-05 |
Kevin P. Fleming | remove obsolete module (still available in CVS history... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Mark Spencer | Fix minor doc issue (bug #4145) |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Kevin P. Fleming | add app_dictate (bug #3893) |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Mark Spencer | Merge formatting changes (bug #4172) |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Mark Spencer | Minor protocol fixes (bug #4169) |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Kevin P. Fleming | document Zap dial string options in sample config ... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Kevin P. Fleming | add doxygen docs for astobj.h (bug #4145, with minor... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Kevin P. Fleming | remove hardcoded CDR() support from pbx_builtin_setvar_... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Kevin P. Fleming | fix obvious fault in ast_separate_app_args |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Kevin P. Fleming | remove extraneous manual string termination |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Kevin P. Fleming | move some debugging output to a higher debug level... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Kevin P. Fleming | don't report EAGAIN as an error (bug #4128) |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Kevin P. Fleming | fix build on FreeBSD (bug #4125) |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Kevin P. Fleming | add GROUP_COUNT and GROU_MATCH_COUNT functions, depreca... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Kevin P. Fleming | add MD5 and CHECK_MD5 functions, deprecate MD5 and... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Kevin P. Fleming | re-implement ast_separate_app_args with clearer code... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Kevin P. Fleming | solve memory leak and allow chan_mgcp to be unloaded... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Kevin P. Fleming | return proper string from description function (bug... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Kevin P. Fleming | update doxygen configuration file to current version... |
commit | commitdiff | tree | snapshot |
2005-05-04 |
Kevin P. Fleming | ensure the SIP socket is closed on module unload (bug... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Kevin P. Fleming | fix breakage when ast_copy_string is used to copy subst... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Jeremy McNamara | Fix one-way audio issues with CCM and possibly other... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Jeremy McNamara | Fix one-way audio issues with CCM and possibly other... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Kevin P. Fleming | simplify argument parsing in sip_prune_realtime |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Kevin P. Fleming | use symbolic constants for RTP method flags, and add... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Kevin P. Fleming | correct documentation for ast_sched_add (bug #4136) |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Kevin P. Fleming | ensure astdb registration entries are parsed properly... |
commit | commitdiff | tree | snapshot |
2005-05-03 |
Kevin P. Fleming | ensure buffer size is computed properly for ast_copy_string |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Mark Spencer | Update README to discuss file descriptors (bug #4134) |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Mark Spencer | Add support for native DTMF |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Jeremy McNamara | Fix dtmfmode, dtmfcodec capability, Faststart for users... |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Kevin P. Fleming | testing has shown that ast_copy_string is nearly twice... |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Kevin P. Fleming | change (iax2,sip) show (peers,users) to use 'like ... |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Kevin P. Fleming | attempt to not allocate RTP ports for SIP private struc... |
commit | commitdiff | tree | snapshot |
2005-05-02 |
Kevin P. Fleming | add experimental ast_copy_string() function to be used... |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Kevin P. Fleming | ensure that 'static' members of source files are docume... |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Kevin P. Fleming | ensure object reference is removed after unlinking... |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Kevin P. Fleming | make verbosity of function registration match apps... |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Kevin P. Fleming | clean up reg_source_db |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Kevin P. Fleming | add some notes regarding the distinction between applic... |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Kevin P. Fleming | properly check for error from pri_timer2idx (bug #4117) |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Kevin P. Fleming | add SIP_HEADER function, mark SIPGetHeader app deprecat... |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Kevin P. Fleming | add direct object unlink macro to ASTOBJ api |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Anthony Minessale II | keep 3710 patch in working condition |
commit | commitdiff | tree | snapshot |
2005-05-01 |
Kevin P. Fleming | ensure that old modules warning does not occur when... |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Kevin P. Fleming | enhance 'sip prune realtime' to support users as well... |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Kevin P. Fleming | fix typo |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Kevin P. Fleming | fix *BSD breakage from include-order changes (bug ... |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Kevin P. Fleming | don't use '%i' at all, since we have no current use... |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Kevin P. Fleming | formatting cleanup (bug #4109) |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Kevin P. Fleming | make write() failures on Zap channels more prominent... |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Kevin P. Fleming | support various other formats for Asterisk manual page... |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Kevin P. Fleming | make 'goto' APIs aware of auto-processing loops, so... |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Jeremy McNamara | Rework astersk make process to be compatable with the... |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Jeremy McNamara | Rework astersk make process to be compatable with the... |
commit | commitdiff | tree | snapshot |
2005-04-29 |
Jeremy McNamara | Fix codec negiocation on inbound calls. Bugs 3980,... |
commit | commitdiff | tree | snapshot |
2005-04-28 |
Kevin P. Fleming | unregister reload command (bug #4102) |
commit | commitdiff | tree | snapshot |
2005-04-28 |
Russell Bryant | oops |
commit | commitdiff | tree | snapshot |
2005-04-28 |
Matthew Fredrickson | Add Q.SIG option to zapata.conf |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Jim Dixon | Fixed problem with 'radio' attribute vanishing upon... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Kevin P. Fleming | allow fine-grained 'insecure' settings (bug #4024) |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Kevin P. Fleming | 'make install' will now warn the user if their modules... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Mark Spencer | Oops :) |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Mark Spencer | Fix lockup in register timeout |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Kevin P. Fleming | during 'make install', remove any headers from the... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Kevin P. Fleming | add patch from bug #3710 so it can get wider testing |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Kevin P. Fleming | perform global variable substitution before splitting... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Ben Kramer | / changed the logging in vpb_call() |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Kevin P. Fleming | add manager events for Zaptel DND state changes (bug... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Mark Spencer | Add option to park in the next slot (bug #4028) |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Kevin P. Fleming | report IP of peer who sent failing registration (bug... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Kevin P. Fleming | protect ResponseTimeout and DigitTimeout apps from... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Kevin P. Fleming | reset 'confirm' mode so DTMF can be used by Zap callees... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Kevin P. Fleming | help text cleanups (bug #4072, with mods) |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Kevin P. Fleming | don't use %i for numeric input in scanf (bug #4071) |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Kevin P. Fleming | support old single-column options for realtime voicemai... |
commit | commitdiff | tree | snapshot |
2005-04-27 |
Kevin P. Fleming | formatting cleanup (bug #4088) |
commit | commitdiff | tree | snapshot |
2005-04-26 |
Matthew Fredrickson | Missing E911 signaling type in sample zapata.conf |
commit | commitdiff | tree | snapshot |
2005-04-24 |
Mark Spencer | If poll returns 0, force *ms to 0 |
commit | commitdiff | tree | snapshot |
next |