Commit Graph

4853 Commits (c7c20f8656c0fdc3b26b6d2281be71af0626ec35)
 

Author SHA1 Message Date
Kevin P. Fleming c7c20f8656 report non-codec capabilities in 'sip debug' properly (bug #3960)
20 years ago
Kevin P. Fleming 45c92426e3 correct queue sample config file (bug #3964)
20 years ago
Kevin P. Fleming 864f6a50b8 ensure that MGCP AMA flags are passed into CDR (bug #3962)
20 years ago
Kevin P. Fleming 2650a7f2ae optimize frame handling in agent_read()
20 years ago
Matthew Fredrickson d41e65cd0d Merging AOC notifications for bug #3843
20 years ago
Mark Spencer c8f858f2aa Alerting *can* be sent after proceeding (bug #3963)
20 years ago
Russell Bryant a7e9416c89 don't define a functioning returning an int inside of a do{...}while(0) (bug #3865)
20 years ago
Kevin P. Fleming f63923ae29 ensure account code specified in mgcp.conf propagates to CDR (bug #3951)
20 years ago
Kevin P. Fleming b6151c5141 correct french pronounciation of years between 1900 and 1999 (bug #3949)
20 years ago
Kevin P. Fleming 5b41f40c31 update manager interface documentation (bug #3936)
20 years ago
Kevin P. Fleming 8b2b938b7e correct IAX loading/binding message (bug #3953)
20 years ago
Kevin P. Fleming f9f59ae89d move start_network_thread to _before_ testing its result :-) (bug #3952)
20 years ago
Kevin P. Fleming 6f86f6766b make the manager interface list the privileges required for each command (bug #3917)
20 years ago
Kevin P. Fleming 72ccf76581 let ast_say_digit_str say 'minus' preceding negative numbers (bug #3948)
20 years ago
Jeremy McNamara 4c736c3600 Better dependancy and version checking method, solve call problems when dealing with a gatekeeper, sanity check call cleanup, in hopes to avoid deadlocks (Bugs #3848 #3643, #3591)
20 years ago
Mark Spencer e06257cf2e Fix MGCP *67 to automatically reset callerid (bug #3940)
20 years ago
Jeremy McNamara 0efb0da41f Better dependancy and version checking method, solve call problems when dealing with a gatekeeper, sanity check call cleanup, in hopes to avoid deadlocks (Bugs #3848 #3643, #3591)
20 years ago
Kevin P. Fleming e7bbe31f8f optimize codec selection and format changing code
20 years ago
Kevin P. Fleming bbc8c2ce6f fix breakage from slin endianness commit earlier today (sorry :-()
20 years ago
Kevin P. Fleming 9f5b92a27f one more FreeBSD compile warning fix (bug #3938)
20 years ago
Kevin P. Fleming b96ae79baa handle AST_FORMAT_SLINEAR endianness properly on big-endian systems (bug #3865)
20 years ago
Kevin P. Fleming 7e3e619497 further thought says '!' is a better early-match wildcard (bug #3889, take 2)
20 years ago
Kevin P. Fleming be563d29a0 add docs for bug #3889
20 years ago
Kevin P. Fleming ee9c852b4d add 'early-match' wildcard for extension patterns (bug #3889)
20 years ago
Kevin P. Fleming 6ae8903fd8 fix obvious coding error from yesterday's fix
20 years ago
Kevin P. Fleming b4f4e23000 remaining endian.h fixes for FreeBSD (bug #3867)
20 years ago
Kevin P. Fleming 7438526620 fix various compiler warnings (bug #3938)
20 years ago
Kevin P. Fleming 3c7c893e6e ensure that needed headers are included for chmod() and mkdir() (bug #3937)
20 years ago
Anthony Minessale II 24a710bad2 forgot some code from the last chanspy repass (nothing exciting)
20 years ago
Russell Bryant d23b94c206 add note about autofallthrough
20 years ago
Kevin P. Fleming d2ad9e17c8 clean up formatting (bug #3934)
20 years ago
Kevin P. Fleming 66568b0f66 Resolve app_meetme crash when member tries to mute/unmute (bug #3899)
20 years ago
Kevin P. Fleming 71f2c0c6ec don't unnecessarily open-code strchr()
20 years ago
Russell Bryant 64ee493b54 remove old iax.h
20 years ago
Kevin P. Fleming 4597c9a9e8 add VM_MESSAGEFILE channel variable to hold path to message left by caller (bug #3926, plus doc update)
20 years ago
Kevin P. Fleming 6ac2bb1e88 correct 'sync' setting for manager-originated calls (bug #3922)
20 years ago
Kevin P. Fleming 604ebd84aa use local header for transfer definitions instead of libpri.h
20 years ago
Kevin P. Fleming 4f0e5637a9 strip color code sequences from verbose messages being sent to files/syslog (bug #3929, with mods)
20 years ago
Kevin P. Fleming 565398f5e8 add FIELDQTY function to split variable contents and get any desired field (bug #3731)
20 years ago
Kevin P. Fleming 33801137f8 don't take the channel list lock until we're actually ready to put the new channel into the list in ast_channel_alloc (bug #3928)
20 years ago
Kevin P. Fleming 3da361ee77 optimize file reading in pbx_spool (bug #3927)
20 years ago
Kevin P. Fleming c4ca6bf492 make CVS ignore tags-related files and Mac OS X object files
20 years ago
Kevin P. Fleming c3ecb8741c add tags-related files to .cvsignore
20 years ago
Kevin P. Fleming 2fb8143f3a add ctags and etags support to Makefile
20 years ago
Kevin P. Fleming 0403510bbd Fix up formatting and a few typos/poor grammar in pbx.c (bug #3924)
20 years ago
Kevin P. Fleming 793040a782 revert previous commit... was the wrong fix (my first oops)
20 years ago
Kevin P. Fleming 3cc8b20876 ensure that variables supplied to ast_pbx_outgoing_exten are applied to the channel even in 'sync' mode (bug #3922, for HEAD only)
20 years ago
Matthew Fredrickson e07986caba Forgot to add app_settransfercapability.c
20 years ago
Kevin P. Fleming 3ca72cb08a ensure that failure to register the cdr_custom backend results in a module load failure
20 years ago
Matthew Fredrickson b81f233e68 Merging in xylome's beaerer capabilty patch (bug 3547)
20 years ago