Commit Graph

13857 Commits (68f261cc9dc37b21e90d6d121c6c2a8ca88c99e1)
 

Author SHA1 Message Date
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
Kevin P. Fleming 229850eaca update to latest releases with zero uid/gid
17 years ago
Matthew Nicholson 77c0c82575 Properly set T.38 attributes and don't return before T.38 ports are configured when T.38 is found but no audio stream is found.
17 years ago
Tilghman Lesher b317f3ce7f If EXEC only gets a single argument, don't crash when the second is used.
17 years ago
David Vossel af1319f400 fixes issue with p->method incorrectly set to ACK
17 years ago
Jeff Peeler 7c1c1ffa82 Change Monitor to not assume file to write to does not contain pathing.
17 years ago
Tilghman Lesher 66b2f4192a Send parking lot announcement to the channel which parked the call, not the park-ee.
17 years ago
Tilghman Lesher fa481dec38 Revise verbiage, per #asterisk-dev discussion
17 years ago
Jeff Peeler 8291fb5083 Correct CDR dispositions for BUSY/FAILED
17 years ago
Tilghman Lesher e43b231647 Point to the typical missing package, not the cryptic "termcap support".
17 years ago
Tilghman Lesher b31263e5b9 Use context from which Macro is executed, not macro context, if applicable.
17 years ago
Jared Smith 2594e9891a Add a line showing that we can use CIDR notation.
17 years ago
Tilghman Lesher d7d29ea864 Mandatory argument checking
17 years ago
Tilghman Lesher 44ffc646b3 Deal with the situation where .flavor exists but .version does not.
17 years ago
Leif Madsen 33d128738c Update IMAP build documentation.
17 years ago
Olle Johansson a3c42b73de Stop sending 183's after call hangup.
17 years ago
Jeff Peeler d97debdbf5 Fix talking detection status after conference user is muted.
17 years ago