Commit Graph

11396 Commits (cb0701052c796a77a60d6fd87584185252e9709d)
 

Author SHA1 Message Date
Russell Bryant e533cabf1c (closes issue #10301)
18 years ago
Joshua Colp cd53ad9161 (closes issue #10327)
18 years ago
Joshua Colp 33abae518a (closes issue #10301)
18 years ago
Joshua Colp ef742da9a6 Merged revisions 77767 via svnmerge from
18 years ago
Tilghman Lesher 548f3e339e Missing newline
18 years ago
Joshua Colp c28511d8ba (closes issue #10310)
18 years ago
Joshua Colp 20d0b01607 (closes issue #10323)
18 years ago
Mark Michelson 7a09244181 "re-invite" was misspelled
18 years ago
Joshua Colp 8fa7c1e9b0 (closes issue #10302)
18 years ago
Kevin P. Fleming e87baf1c81 change protocol for downloads as well
18 years ago
Kevin P. Fleming 02a3e0d1c7 use new canonical name for download server
18 years ago
Russell Bryant 536ef99117 AST_DEVMODE was defined in trunk, but not in 1.4. When Asterisk is compiled
18 years ago
Mark Michelson dbfdbbf4cc Fixes to get ast_backtrace working properly. The AST_DEVMODE macro was never defined so the majority of ast_backtrace never
18 years ago
Tilghman Lesher bf9ffe0d09 Missed one
18 years ago
Tilghman Lesher e9a1a42967 Oops, that builtin define should be all-lowercase.
18 years ago
Mark Michelson e9c7f6f4f2 Two consecutive calls to PQfinish could occur, meaning free gets called on the same variable twice.
18 years ago
Steve Murphy 17e2aff7de This fix solves problem with intense squelch noise when someone joins conf in bug 9430; We repro'd the problem with meetme opts of 'CciMo'; Josh Colp supplied this patch, and I'm applying it. It looks like playing the recorded username will louse up the next thing played into the channel. Josh rearranged the code so as to start things over before playing data directly into the conference.
18 years ago
Joshua Colp 7bd5646815 (closes issue #10303)
18 years ago
Mark Michelson ccb0f924af chan->emulate_dtmf_duration is an unsigned int, not a signed int, so use %u instead of %d in the format string
18 years ago
Jason Parker 030d34d5b2 so are my fingers...
18 years ago
Jason Parker d50d94dadb autotagexternals script is still obviously misbehaving...
18 years ago
Jason Parker 49b47a84cb use autotagged externals
18 years ago
Joshua Colp bc9a0ea685 Fix autoconf logic for finding OpenH323 when it is not in the first place searched (/usr/share/openh323).
18 years ago
Luigi Rizzo 19ec0f8fe1 set the sequence number in a frame for all frame types
18 years ago
Steve Murphy 0d7eb34a3e Merged revisions 76978 via svnmerge from
18 years ago
Tilghman Lesher e5c3ef3388 Merged revisions 76934 via svnmerge from
18 years ago
Tilghman Lesher c7336cd3ff Found another place where we should be using the umask (thanks jcmoore)
18 years ago
Jason Parker 58e6ebd496 Blocked revisions 76802 via svnmerge
18 years ago
Jason Parker 9e24b3926f Don't create the Asterisk channel until we are starting the PBX on it.
18 years ago
Mark Michelson ad4eb1b347 Added a membercount variable to call_queue struct which keeps track of the number of logged in members in a particular queue.
18 years ago
Tilghman Lesher 3630b5e477 It was our stated intention for 1.4 that files created in app_voicemail should
18 years ago
Jason Parker c92ba70e75 Fix some incorrect softkey labels in messages.
18 years ago
Joshua Colp 2c4fe2dc00 Merged revisions 76653 via svnmerge from
18 years ago
Jason Parker b0040e0361 Don't try to queue up hold/unhold frames on a non-existent channel.
18 years ago
Joshua Colp 1fc0771298 Allow app_morsecode to build on PPC Linux by putting the value of the digit char in an int.
18 years ago
Joshua Colp 91eec8f228 Merged revisions 76560 via svnmerge from
18 years ago
Joshua Colp bd0608a38f (closes issue #10268)
18 years ago
Russell Bryant b838fcc22e Use a signed integer for storing the number of bytes in the packet read from
18 years ago
Tilghman Lesher a0ba47ec33 Blocked revisions 76409 via svnmerge
18 years ago
Russell Bryant b75f30bdd8 Merged revisions 76226 via svnmerge from
18 years ago
Steve Murphy 54e80e7c46 This patch from 10249 is worth applying! It prevents downloading sound files if they are already downloaded. Darn Practical, if you ask me
18 years ago
Jason Parker d0baa5500e Allow getting a call from an existing "sub" channel.
18 years ago
Jason Parker 24f0e6a947 Eliminate a compiler warning with gcc 4.2 by constifying a char *
18 years ago
Jason Parker 73452d34a1 It's possible for sub->owner to be NULL here if you cancel the call immediately after/during sending a digit.
18 years ago
Mark Michelson 7fd9d67e7a When using users.conf for the entries in the directory, if multiple users had the same last name, only the first user listed would be available
18 years ago
Russell Bryant 7f9bf7e970 Use the define that specifies the default length of an artificially created
18 years ago
Joshua Colp 24e7873766 Merged revisions 76080 via svnmerge from
18 years ago
Joshua Colp 95be40cb27 (closes issue #10246)
18 years ago
Joshua Colp 34b000a0e7 Move makeannouncement variable declaration to proper place.
18 years ago
Jason Parker 6fde7764dc Remove some duplicate code.
18 years ago