Commit Graph

2524 Commits (1e12db06da803d46ba4d3cd3ad89623f79cd9da8)

Author SHA1 Message Date
Joshua Colp 77a19beea6 (closes issue #10336)
18 years ago
Tilghman Lesher 67e125cd28 Change wording as requested by Kevin
18 years ago
Mark Michelson 2d828f3308 Merged revisions 81381 via svnmerge from
18 years ago
Tilghman Lesher 35f6c75a77 Add ReadExten app and VALID_EXTEN function (closes issue #10082)
18 years ago
Mark Michelson 639b4aacce Added the MEMBERREALTIME variable when using setinterfacevar in queues.conf
18 years ago
Steve Murphy b5cd67adc3 This code was in team/murf/bug8684-trunk; it should fix bug 8684 in trunk. I didn't add it to 1.4 yet, because it's not entirely clear to me if this is a bug fix or an enhancement. A lot of files were affected by small changes like ast_variable_new getting an added arg, for the file name the var was defined in; ast_category_new gets added args of filename and lineno; ast_category and ast_variable structures now record file and lineno for each entry; a list of all #include and #execs in a config file (or any of its inclusions are now kept in the ast_config struct; at save time, each entry is put back into its proper file of origin, in order. #include and #exec directives are folded in properly. Headers indicating that the file was generated, are generated also for each included file. Some changes to main/manager.c to take care of file renaming, via the UpdateConfig command. Multiple inclusions of the same file are handled by exploding these into multiple include files, uniquely named. There's probably more, but I can't remember it right now.
18 years ago
Mark Michelson faeaff33bb Merged revisions 81349 via svnmerge from
18 years ago
Mark Michelson b823b635ac Merged revisions 81346 via svnmerge from
18 years ago
Mark Michelson a9bec2f669 Merged revisions 81340 via svnmerge from
18 years ago
Mark Michelson f9d5c43b87 Changing a NOTICE to a DEBUG.
18 years ago
Mark Michelson 8176c0ee7c Merged revisions 81158 via svnmerge from
18 years ago
Tilghman Lesher 8ba30bb7bd Enhance Pickup to do native pickupgroup pickup when no arguments are specified (closes issue #10404)
18 years ago
Mark Michelson cea7b885d9 Merged revisions 81010 via svnmerge from
18 years ago
Russell Bryant e5b801c419 use ast_strlen_zero
18 years ago
BJ Weschke eb0e0ec33f Merged revisions 80818 via svnmerge from
18 years ago
Mark Michelson ca890bae34 Merged revisions 80750 via svnmerge from
18 years ago
Russell Bryant cf83d1ff5f Use the comma separator in app_while. reported by blitzrage on irc, patched by me
18 years ago
Jason Parker cf9dcaeea1 Cast calls to getpid. This was done in 1.4 already, this one was just new
18 years ago
Mark Michelson e9a50d1f15 Merged revisions 80049 via svnmerge from
18 years ago
Joshua Colp d810320a22 Remove remnants of last commit so trunk builds again.
18 years ago
Mark Michelson 0ef2670e8f Merged revisions 80044 via svnmerge from
18 years ago
Tilghman Lesher e18bdff54a Merged revisions 79998 via svnmerge from
18 years ago
Tilghman Lesher 447fada0c1 Merged revisions 79947 via svnmerge from
18 years ago
Mark Michelson dc7d25ea63 I broke the build. Now I'm fixing it.
18 years ago
Mark Michelson d49ae61c36 Merged revisions 79906 via svnmerge from
18 years ago
Tilghman Lesher 56b9568164 Don't reload a configuration file if nothing has changed.
18 years ago
Dwayne M. Hubbard 46b75d5f17 added counter for voicemail show users, issue 10462, thanks junky
18 years ago
Mark Michelson 80f49f0ac8 Merged revisions 79690 via svnmerge from
18 years ago
Mark Michelson 425aca97c4 Merged revisions 79527 via svnmerge from
18 years ago
Joshua Colp 94b1dda1fa Merged revisions 79334 via svnmerge from
18 years ago
Mark Michelson 8d929d7afd Allow non-realtime queues to have realtime members
18 years ago
Joshua Colp 3dac92ecbf Merged revisions 79207 via svnmerge from
18 years ago
Russell Bryant e113d36aa4 Merge a set of device state improvements from team/russell/events.
18 years ago
Mark Michelson 31aa5e02f1 Merged revisions 78907 via svnmerge from
18 years ago
Mark Michelson a609873b5c Merged revisions 78859 via svnmerge from
18 years ago
Russell Bryant dc7af7d5fe Don't use strncpy for moving a chunk of memory to another that is overlapping.
18 years ago
Russell Bryant 5b9f4110bc Merged revisions 78778 via svnmerge from
18 years ago
Russell Bryant 4eea027559 Merged revisions 78749 via svnmerge from
18 years ago
Russell Bryant 9d1acad76b Fix a problem that I had introduced into MWI handling. I had ignored
18 years ago
Russell Bryant eb649f932b Merged revisions 78717 via svnmerge from
18 years ago
Joshua Colp 22114b509d Add support for using epoll instead of poll. This should increase scalability and is done in such a way that we should be able to add support for other poll() replacements.
18 years ago
Joshua Colp 602198c402 Merge audiohooks branch into trunk. This is a new API for developers to listen and manipulate the audio going through a channel.
18 years ago
Mark Michelson 2f88ff4599 Merged revisions 78575 via svnmerge from
18 years ago
Mark Michelson 8906a5aa91 Merged revisions 78450 via svnmerge from
18 years ago
Tilghman Lesher f78ff66a4d Merged revisions 78415 via svnmerge from
18 years ago
Joshua Colp ac6c35c2a6 Fix bug where a NULL timeout would make things explode if SendDTMF was called with it.
18 years ago
Joshua Colp 9ef1b0a974 Extend the ast_senddigit and ast_dtmf_stream API calls to allow the duration of the DTMF digit(s) to be specified and make the SendDTMF application have the capability to use it.
18 years ago
Joshua Colp 15c5e25e36 (closes issue #10381)
18 years ago
Russell Bryant 2e6fe76de6 Make this module build on my mac
18 years ago
Russell Bryant 224dd669b4 Merged revisions 78101 via svnmerge from
18 years ago