summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-05-02Update README to discuss file descriptors (bug #4134)Mark Spencer
2005-05-02Add support for native DTMFMark Spencer
2005-05-02Fix dtmfmode, dtmfcodec capability, Faststart for users and peers. Bug #4112Jeremy McNamara
2005-05-02testing has shown that ast_copy_string is nearly twice as fast as strncpy for...Kevin P. Fleming
2005-05-02change (iax2,sip) show (peers,users) to use 'like <pattern>' for pattern-matc...Kevin P. Fleming
2005-05-02attempt to not allocate RTP ports for SIP private structures unless they are ...Kevin P. Fleming
2005-05-02add experimental ast_copy_string() function to be used in place of strncpy() ...Kevin P. Fleming
2005-05-01ensure that 'static' members of source files are documented tooKevin P. Fleming
2005-05-01ensure object reference is removed after unlinking from containerKevin P. Fleming
2005-05-01make verbosity of function registration match apps/manager events/etc.Kevin P. Fleming
2005-05-01clean up reg_source_dbKevin P. Fleming
2005-05-01add some notes regarding the distinction between applications and functionsKevin P. Fleming
2005-05-01properly check for error from pri_timer2idx (bug #4117)Kevin P. Fleming
2005-05-01add SIP_HEADER function, mark SIPGetHeader app deprecated (will be removed on...Kevin P. Fleming
2005-05-01add direct object unlink macro to ASTOBJ apiKevin P. Fleming
2005-05-01keep 3710 patch in working conditionAnthony Minessale II
2005-05-01ensure that old modules warning does not occur when 'make install' is run dir...Kevin P. Fleming
2005-04-29enhance 'sip prune realtime' to support users as well as peers, and regex-bas...Kevin P. Fleming
2005-04-29fix typoKevin P. Fleming
2005-04-29fix *BSD breakage from include-order changes (bug #4067)Kevin P. Fleming
2005-04-29don't use '%i' at all, since we have no current use cases that need non base-...Kevin P. Fleming
2005-04-29formatting cleanup (bug #4109)Kevin P. Fleming
2005-04-29make write() failures on Zap channels more prominent than 'debug' messages (b...Kevin P. Fleming
2005-04-29support various other formats for Asterisk manual page (bug #4113)Kevin P. Fleming
2005-04-29make 'goto' APIs aware of auto-processing loops, so they know exactly when to...Kevin P. Fleming
2005-04-29Rework astersk make process to be compatable with the Open H.323 build proces...Jeremy McNamara
2005-04-29Rework astersk make process to be compatable with the Open H.323 build proces...Jeremy McNamara
2005-04-29Fix codec negiocation on inbound calls. Bugs 3980, 4021, 4045Jeremy McNamara
2005-04-28unregister reload command (bug #4102)Kevin P. Fleming
2005-04-28oopsRussell Bryant
2005-04-28Add Q.SIG option to zapata.confMatthew Fredrickson
2005-04-27Fixed problem with 'radio' attribute vanishing upon zap reloadJim Dixon
2005-04-27allow fine-grained 'insecure' settings (bug #4024)Kevin P. Fleming
2005-04-27'make install' will now warn the user if their modules directory contains mod...Kevin P. Fleming
2005-04-27Oops :)Mark Spencer
2005-04-27Fix lockup in register timeoutMark Spencer
2005-04-27during 'make install', remove any headers from the destination include/asteri...Kevin P. Fleming
2005-04-27add patch from bug #3710 so it can get wider testingKevin P. Fleming
2005-04-27perform global variable substitution before splitting extension and cidmatch ...Kevin P. Fleming
2005-04-27/ changed the logging in vpb_call()Ben Kramer
2005-04-27add manager events for Zaptel DND state changes (bug #4070, with mods)Kevin P. Fleming
2005-04-27Add option to park in the next slot (bug #4028)Mark Spencer
2005-04-27report IP of peer who sent failing registration (bug #4089)Kevin P. Fleming
2005-04-27protect ResponseTimeout and DigitTimeout apps from crashing when called in no...Kevin P. Fleming
2005-04-27reset 'confirm' mode so DTMF can be used by Zap callees after confirming (bug...Kevin P. Fleming
2005-04-27help text cleanups (bug #4072, with mods)Kevin P. Fleming
2005-04-27don't use %i for numeric input in scanf (bug #4071)Kevin P. Fleming
2005-04-27support old single-column options for realtime voicemail (bug #4080)Kevin P. Fleming
2005-04-27formatting cleanup (bug #4088)Kevin P. Fleming
2005-04-26Missing E911 signaling type in sample zapata.confMatthew Fredrickson