Commit Graph

13873 Commits (d889f4c1919f03e882b8cd99e9fd82f8ef3cf6d8)
 

Author SHA1 Message Date
Jeff Peeler d889f4c191 Extend announcement URL used with Queue from 80 chars to PATH_MAX.
17 years ago
Mark Michelson c3db30de46 Use a safe list traversal while checking for duplicate vars in pbx_builtin_setvar_helper.
17 years ago
David Vossel fb0cf432f1 fixes bug with channel receiving wrong privileges after call parking
17 years ago
Jeff Peeler b024a9452d Remove unnecessary code in ast_read as issue 16058 has been fully solved now.
17 years ago
Tilghman Lesher 82b871e683 Err, and use the new menuselect define, too.
17 years ago
Tilghman Lesher af31dd313c Only rebuild parsers by an option in menuselect
17 years ago
Tilghman Lesher 567afe6154 Restore FreeBSD to able-to-compile-ish-mode
17 years ago
Olle Johansson 80c7326a6c Remove debugging that indeed should have been gone before commit. Sorry.
17 years ago
Olle Johansson 3bf13e6d9c Report error when writing to functions returns error in AMI setvar action
17 years ago
Tilghman Lesher 74cbaac8ad Buildbot pointed out an error (thanks, buildbot!)
17 years ago
Tilghman Lesher ae335a79b2 Oops, should have used CMD_PREFIX, not ECHO_PREFIX, for the commands.
17 years ago
Tilghman Lesher f4e9f1a724 Make the build of the Asterisk expression parser match that of the AEL parser.
17 years ago
Tilghman Lesher 012c6fc5e2 Only rebuild bison and flex source files on demand, if bison and flex are detected by the configure script.
17 years ago
Tilghman Lesher 8983b03623 Rebuild from flex, bison sources when necessary.
17 years ago
Olle Johansson abc434d772 Initialize notify_types to NULL
17 years ago
Alec L Davis 8760ab77f9 Add Dialed Number Identifier (DNID) field to cdr.
17 years ago
Sean Bright 68f261cc9d Fix configure check for PTHREAD_ONCE_INIT when manually adding -Wall to CFLAGS.
17 years ago
Tilghman Lesher df56d04848 Guard against division by zero.
17 years ago
David Vossel 3cb482a4a6 fixes parsing error in Makefile.
17 years ago
Sean Bright fd6b867c14 Modify fix for issue 16554 to be more inline with what is already in trunk.
17 years ago
Sean Bright 0f6892b1a8 Fix a memory leak in pbx_spool when using SetVar in a call file.
17 years ago
Alec L Davis 8f672dd98b Update CDR variables as pbx starts
17 years ago
Jason Parker 0b536b5632 Allow parallel make (-j) to work properly.
17 years ago
Jeff Peeler 68e271504f Fix deadlock in agent_read by removing call to agent_logoff.
17 years ago
Sean Bright 1926da52e7 Plug a memory leak when reading configs with their comments.
17 years ago
David Vossel 7e7e6da09e updated transmit_silence option documentation in asterisk.conf
17 years ago
Olle Johansson 1899d58b60 Fix muted compilation in 1.4 only
17 years ago
Russell Bryant e2a237c4a5 Fix a spelling error in the asterisk.conf sample.
17 years ago
Tilghman Lesher fab5527451 Disallow leaving more than maxmsg voicemails.
17 years ago
Jeff Peeler 40fed194b6 Fix regression for timed out parked call returning to caller
17 years ago
David Vossel 6c6a857e1c add silence gen to wait apps
17 years ago
Tilghman Lesher 88929fe7ba Portability and other fixes for the safe_asterisk script
17 years ago
Tilghman Lesher 2056583d61 -1 is interpreted as an error, intead of the maximum mask.
17 years ago
Jeff Peeler 5be54b36b2 Stop a crash when no peer is passed to masq_park_call.
17 years ago
Matthew Nicholson c3da049d25 Properly calculate the remaining space in the output string when reducing format strings.
17 years ago
David Vossel fed58bd1d6 fixes crash in "scheduled_destroy" in chan_iax
17 years ago
David Vossel a6bc57fe40 Change in sip show channels display format allowing more digits for CID
17 years ago
Tilghman Lesher b2dc944264 Revise documentation on disposition values to the actual values used.
17 years ago
Russell Bryant d8cf7e6003 Resolve a crash due to an ast_frame not being fully initialized.
17 years ago
Russell Bryant e91967f383 Change a NOTICE log message to DEBUG where it belongs.
17 years ago
Tilghman Lesher 6dd970ce9b Bounds checking for input string
17 years ago
Tilghman Lesher 5971279916 Regression in issue #15421 - Pattern matching
17 years ago
Tilghman Lesher 2418c3fe1e Add a flag to disable the Background behavior, for AGI users.
17 years ago
Tilghman Lesher 30dda27b8a It's also possible for the Local channel to directly execute an Application.
17 years ago
Olle Johansson 789554011a Release memory of the contact acl before unloading module
17 years ago
Tilghman Lesher e943496e84 Don't queue frames to channels that have no means to process them.
17 years ago
Jeff Peeler 09b640d157 Remove conflicting function definitions (asterisk.h) so LOW_MEMORY compiles.
17 years ago
Sean Bright f1e72bf7c7 Try a test compile to see if PTHREAD_ONCE_INIT requires extra braces.
17 years ago
Sean Bright 3d20d25e4c Avoid a crash with large numbers of MeetMe conferences.
17 years ago
Tilghman Lesher 41db2479de Turn on colors in the daemon, since there's many requests for it on Ubuntu.
17 years ago