Commit Graph

2053 Commits (6f76e2b7055ae511bd9ea90acf13a014df24e1c4)

Author SHA1 Message Date
Mark Spencer 82d52ffe35 Use maxdomainlen in chan_sip (bug #4212)
20 years ago
Mark Spencer 00bcbaaa05 Fix gethostname calls (bug #4198, with mods)
20 years ago
Russell Bryant 7e83b3a4b1 now fix the formatting part (bug #4207)
20 years ago
Russell Bryant 6ce084b7e2 remove unreachable block of code (bug #4207)
20 years ago
Kevin P. Fleming 4d2537ae11 major re-work of dialplan functions, including:
20 years ago
Mark Spencer 0575c11d72 Merge formatting changes (bug #4172)
20 years ago
Mark Spencer 2fcda7000b Minor protocol fixes (bug #4169)
20 years ago
Kevin P. Fleming 6f118fe66a remove extraneous manual string termination
20 years ago
Kevin P. Fleming 7d6ba573e5 move some debugging output to a higher debug level (bug #4119)
20 years ago
Kevin P. Fleming aba598c26f fix build on FreeBSD (bug #4125)
20 years ago
Kevin P. Fleming 135f392c62 solve memory leak and allow chan_mgcp to be unloaded (bug #4148)
20 years ago
Kevin P. Fleming 38c513fd02 ensure the SIP socket is closed on module unload (bug #4149)
20 years ago
Kevin P. Fleming 50b9f0e970 fix breakage when ast_copy_string is used to copy substrings (bug #4146, but a different fix)
20 years ago
Jeremy McNamara 09ed70fcaf Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug #4135
20 years ago
Jeremy McNamara f0c47a88ba Fix one-way audio issues with CCM and possibly other [broken] endpoints. Bug #4135
20 years ago
Kevin P. Fleming a813234dcd simplify argument parsing in sip_prune_realtime
20 years ago
Kevin P. Fleming ba04eb12ef use symbolic constants for RTP method flags, and add debugging output to sip_alloc to indicate when RTP is/is not allocated (bug #3986)
20 years ago
Kevin P. Fleming 98a973007d ensure astdb registration entries are parsed properly (bug #4126)
20 years ago
Kevin P. Fleming cd9a1226b5 ensure buffer size is computed properly for ast_copy_string
20 years ago
Mark Spencer f2c734ba04 Add support for native DTMF
20 years ago
Jeremy McNamara 931e1debff Fix dtmfmode, dtmfcodec capability, Faststart for users and peers. Bug #4112
20 years ago
Kevin P. Fleming 9a7b3b0347 testing has shown that ast_copy_string is nearly twice as fast as strncpy for the common use cases in Asterisk, so convert chan_sip over...
20 years ago
Kevin P. Fleming fe6517959e change (iax2,sip) show (peers,users) to use 'like <pattern>' for pattern-matching to be consistent with other CLI commands
20 years ago
Kevin P. Fleming f0df8b7172 attempt to not allocate RTP ports for SIP private structures unless they are needed (bug #3986)
20 years ago
Kevin P. Fleming dfd4f13f55 ensure object reference is removed after unlinking from container
20 years ago
Kevin P. Fleming f07020fa1c clean up reg_source_db
20 years ago
Kevin P. Fleming ce6a7846c0 properly check for error from pri_timer2idx (bug #4117)
20 years ago
Kevin P. Fleming b1826af735 add SIP_HEADER function, mark SIPGetHeader app deprecated (will be removed on 2005-05-31)
20 years ago
Kevin P. Fleming 7d4b53c57a add direct object unlink macro to ASTOBJ api
20 years ago
Kevin P. Fleming 82f888f457 enhance 'sip prune realtime' to support users as well as peers, and regex-based filtering
20 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)
20 years ago
Kevin P. Fleming ae90c1a014 make write() failures on Zap channels more prominent than 'debug' messages (bug #4107)
20 years ago
Jeremy McNamara 8cd6529426 Rework astersk make process to be compatable with the Open H.323 build process. Bug #3981
20 years ago
Jeremy McNamara 1ebd942a88 Rework astersk make process to be compatable with the Open H.323 build process. Bug #3981
20 years ago
Jeremy McNamara 45f7567d70 Fix codec negiocation on inbound calls. Bugs 3980, 4021, 4045
20 years ago
Kevin P. Fleming b2c3f0464f unregister reload command (bug #4102)
20 years ago
Jim Dixon da9a73f4c9 Fixed problem with 'radio' attribute vanishing upon zap reload
20 years ago
Kevin P. Fleming 7e058413fb allow fine-grained 'insecure' settings (bug #4024)
20 years ago
Mark Spencer 55a6d4c1b5 Oops :)
20 years ago
Mark Spencer b99c287ef6 Fix lockup in register timeout
20 years ago
Ben Kramer 5c735f4c68 / changed the logging in vpb_call()
20 years ago
Kevin P. Fleming 22ef00edde add manager events for Zaptel DND state changes (bug #4070, with mods)
20 years ago
Kevin P. Fleming 0fe9884e0b report IP of peer who sent failing registration (bug #4089)
20 years ago
Kevin P. Fleming cd932e2234 reset 'confirm' mode so DTMF can be used by Zap callees after confirming (bug #4083)
20 years ago
Kevin P. Fleming 2a4265b406 formatting cleanup (bug #4088)
20 years ago
Matthew Fredrickson fd4dbd6c5c Support for new signaling type Feature Group D (MF) through a tandem access
20 years ago
Kevin P. Fleming 5a6d5c1751 ensure cause code supplied by IAX2 peer is passed up to caller properly (bug #4064)
20 years ago
Kevin P. Fleming a729a57ba1 fix various compiler warnings
20 years ago
Kevin P. Fleming 1f9ab2380a use double-quotes instead of angle-brackets for non-system include files (bug #4058)
20 years ago
Jeremy McNamara e3db569d62 update so people don't whine any more
20 years ago