Commit Graph

11412 Commits (1f62b98d45c38e1185dbb9d51a0343972f4cbfe0)
 

Author SHA1 Message Date
Joshua Colp 8e5dfb3cf9 Whoops, I meant R_5 not R5.
18 years ago
Joshua Colp 927a66c9ae And for my last trick... make sure that if gethostbyname_r is exported by a library that it is used.
18 years ago
Joshua Colp bc7150c380 Extend autoconf logic to determine which version of gethostbyname_r is on the system.
18 years ago
Mark Michelson 5739eba48e Fixes an issue I introduced to queues wherein a queue with joinempty=yes would kick people out of the queue because of erroneously
18 years ago
Mark Michelson 7e6f78d95e If a queue uses dynamic realtime members, then the member list should be updated after each attempt to call the queue.
18 years ago
Jim Dixon 93c169da6f Much newer version, 0.70 with much additions
18 years ago
Jim Dixon cd1614fcd8 Made VAST improvements in DTMF receiver in RADIO_RELAX mode (thanx Steve
18 years ago
Steve Murphy fa7175eefb Merged revisions 77842 via svnmerge from
18 years ago
Joshua Colp 35ceaca691 Add a flag to the speech API that allows an engine to set whether it received results or not.
18 years ago
Kevin P. Fleming e03bec2c16 DETECT_DEADLOCKS can't be enabled without DEBUG_THREADS or it does nothing
18 years ago
Mark Michelson 43b39d02ae This patch makes Asterisk send 100 Trying provisional responses upon receipt of re-invites. This makes it so that if there are two or more Asterisk
18 years ago
Jason Parker 25017ad181 Applications like SayAlpha() should not hang up the channel if you
18 years ago
Russell Bryant 8ed859dfc0 Fix an issue that could potentially cause corruption of the global iax frame
18 years ago
Russell Bryant 0bc611f555 (closes issue #10279)
18 years ago
Russell Bryant 0a2331cf26 file and I both committed changes for issue #10301. Remove a duplicated
18 years ago
Tilghman Lesher 834260a648 Merged revisions 77782 via svnmerge from
18 years ago
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