Commit Graph

4973 Commits (fe6517959e5e65a328fffea84c81ac3a8b600cd3)
 

Author SHA1 Message Date
Kevin P. Fleming fe6517959e change (iax2,sip) show (peers,users) to use 'like <pattern>' for pattern-matching to be consistent with other CLI commands
21 years ago
Kevin P. Fleming f0df8b7172 attempt to not allocate RTP ports for SIP private structures unless they are needed (bug #3986)
21 years ago
Kevin P. Fleming abec217a1b add experimental ast_copy_string() function to be used in place of strncpy() (see discussion on asterisk-dev)
21 years ago
Kevin P. Fleming 405000c897 ensure that 'static' members of source files are documented too
21 years ago
Kevin P. Fleming dfd4f13f55 ensure object reference is removed after unlinking from container
21 years ago
Kevin P. Fleming 8c087b7d73 make verbosity of function registration match apps/manager events/etc.
21 years ago
Kevin P. Fleming f07020fa1c clean up reg_source_db
21 years ago
Kevin P. Fleming 6cd346ebe1 add some notes regarding the distinction between applications and functions
21 years ago
Kevin P. Fleming ce6a7846c0 properly check for error from pri_timer2idx (bug #4117)
21 years ago
Kevin P. Fleming b1826af735 add SIP_HEADER function, mark SIPGetHeader app deprecated (will be removed on 2005-05-31)
21 years ago
Kevin P. Fleming 7d4b53c57a add direct object unlink macro to ASTOBJ api
21 years ago
Anthony Minessale II fc619c1402 keep 3710 patch in working condition
21 years ago
Kevin P. Fleming 0a93667e9c ensure that old modules warning does not occur when 'make install' is run directly after 'make clean'
21 years ago
Kevin P. Fleming 82f888f457 enhance 'sip prune realtime' to support users as well as peers, and regex-based filtering
21 years ago
Kevin P. Fleming 4319ece167 fix typo
21 years ago
Kevin P. Fleming 9b1eb11a3a fix *BSD breakage from include-order changes (bug #4067)
21 years ago
Kevin P. Fleming 8634ef9e4a don't use '%i' at all, since we have no current use cases that need non base-10 parsing (bug #4110)
21 years ago
Kevin P. Fleming bef7a3ea37 formatting cleanup (bug #4109)
21 years ago
Kevin P. Fleming ae90c1a014 make write() failures on Zap channels more prominent than 'debug' messages (bug #4107)
21 years ago
Kevin P. Fleming 57e4310265 support various other formats for Asterisk manual page (bug #4113)
21 years ago
Kevin P. Fleming bced63033d make 'goto' APIs aware of auto-processing loops, so they know exactly when to set the requested priority or one priority lower
21 years ago
Jeremy McNamara 8cd6529426 Rework astersk make process to be compatable with the Open H.323 build process. Bug #3981
21 years ago
Jeremy McNamara 1ebd942a88 Rework astersk make process to be compatable with the Open H.323 build process. Bug #3981
21 years ago
Jeremy McNamara 45f7567d70 Fix codec negiocation on inbound calls. Bugs 3980, 4021, 4045
21 years ago
Kevin P. Fleming b2c3f0464f unregister reload command (bug #4102)
21 years ago
Russell Bryant c295b46e4b oops
21 years ago
Matthew Fredrickson cabd5e105a Add Q.SIG option to zapata.conf
21 years ago
Jim Dixon da9a73f4c9 Fixed problem with 'radio' attribute vanishing upon zap reload
21 years ago
Kevin P. Fleming 7e058413fb allow fine-grained 'insecure' settings (bug #4024)
21 years ago
Kevin P. Fleming 1230770bb6 'make install' will now warn the user if their modules directory contains modules not installed by the newly-installed Asterisk
21 years ago
Mark Spencer 55a6d4c1b5 Oops :)
21 years ago
Mark Spencer b99c287ef6 Fix lockup in register timeout
21 years ago
Kevin P. Fleming ac639e80c3 during 'make install', remove any headers from the destination include/asterisk directory that are no longer present in the source directory (bug #4035)
21 years ago
Kevin P. Fleming 7acd3abe33 add patch from bug #3710 so it can get wider testing
21 years ago
Kevin P. Fleming a9831e75ee perform global variable substitution before splitting extension and cidmatch when reading in dialplan (bug #4035)
21 years ago
Ben Kramer 5c735f4c68 / changed the logging in vpb_call()
21 years ago
Kevin P. Fleming 22ef00edde add manager events for Zaptel DND state changes (bug #4070, with mods)
21 years ago
Mark Spencer 14fba8d8be Add option to park in the next slot (bug #4028)
21 years ago
Kevin P. Fleming 0fe9884e0b report IP of peer who sent failing registration (bug #4089)
21 years ago
Kevin P. Fleming fefe2e8b4f protect ResponseTimeout and DigitTimeout apps from crashing when called in non-PBX channels (bug #4078)
21 years ago
Kevin P. Fleming cd932e2234 reset 'confirm' mode so DTMF can be used by Zap callees after confirming (bug #4083)
21 years ago
Kevin P. Fleming a1d24f740f help text cleanups (bug #4072, with mods)
21 years ago
Kevin P. Fleming 2d643dbc42 don't use %i for numeric input in scanf (bug #4071)
21 years ago
Kevin P. Fleming 57b1bfcc73 support old single-column options for realtime voicemail (bug #4080)
21 years ago
Kevin P. Fleming 2a4265b406 formatting cleanup (bug #4088)
21 years ago
Matthew Fredrickson aaee30edcc Missing E911 signaling type in sample zapata.conf
21 years ago
Mark Spencer 7bedf24c8c If poll returns 0, force *ms to 0
21 years ago
Kevin P. Fleming f9876ccfa8 add guideline comment about not using '%i' with scanf
21 years ago
Matthew Fredrickson fd4dbd6c5c Support for new signaling type Feature Group D (MF) through a tandem access
21 years ago
Kevin P. Fleming d22b95c454 minor wording fix
21 years ago