Commit Graph

12798 Commits (b0e98705355acfe73bc6426c9d403319a804eccd)
 

Author SHA1 Message Date
Tilghman Lesher b0e9870535 Memory leak on unload
18 years ago
Russell Bryant 0b91843b15 Add a minor clarification to the documentation of mohinterpret and mohsuggest
18 years ago
Michiel van Baak c5ef42b87c make app_ices compile on OpenBSD.
18 years ago
Michiel van Baak 3f2b34e888 fix some potential deadlocks in chan_skinny
18 years ago
Kevin P. Fleming 192cadcd9d accomodate users who seem to lack a sense of humor :-)
18 years ago
Tilghman Lesher da57d237e6 Specify codecs in callfiles and manager, to allow video calls to be set up
18 years ago
Russell Bryant 9105d1ecff Get app_ices working again
18 years ago
Steve Murphy 08450d1a93 (closes issue #11849)
18 years ago
Russell Bryant d90285f4f5 In case we have some processing threads that free more frames than they allocate,
18 years ago
Mark Michelson f51e53921c Add more timeout checks into app_queue, specifically
18 years ago
Tilghman Lesher e5939d2f3e Oops, wrong define
18 years ago
Steve Murphy aaf314cf46 (closes issue #13197)
18 years ago
Tilghman Lesher ef03217c4b Qwell pointed out, via IRC, that the previous fix only worked when explicitly
18 years ago
Russell Bryant a3bc8d9d7c Reduce stack consumption by 12.5% of the max stack size to fix a crash when
18 years ago
Russell Bryant 7a5caf1a57 Fix a memory leak in func_curl. Every thread that used this function leaked
18 years ago
Tilghman Lesher 932ad2c19c Only override sysconfdir and mandir when prefix=/usr
18 years ago
Tilghman Lesher 0dff9821d6 launch_netscript sometimes returns -1, which fails to set AGISTATUS. Map
18 years ago
Mark Michelson 0257f5a967 Fix a spot where a function could return without bringing
18 years ago
Kevin P. Fleming ced15f2814 use the proper method for building version.h
18 years ago
Kevin P. Fleming 7b61edde36 build against the now-typedef-free dahdi/user.h
18 years ago
Mark Michelson b7aa2fb03c Merging the imap_consistency branch.
18 years ago
Tilghman Lesher 0b2e233479 Detect when sox fails to raise the volume, because sox can't read the file.
18 years ago
Russell Bryant 46b65b2cc0 Add the licensing section to the docs in 1.4, as well, so that we can work on
18 years ago
Tilghman Lesher 8e0165bb17 Remove unnecessary mmap flag
18 years ago
Tilghman Lesher c5b4e1aec8 Fix some errant device states by making the devicestate API more strict in
18 years ago
Russell Bryant 5ae8161b45 Merged revisions 133577 via svnmerge from
18 years ago
Mark Michelson a99f3d9365 We need to make sure to null-terminate the "name"
18 years ago
Tilghman Lesher 580ca7408c Fix rtautoclear and rtcachefriends
18 years ago
Tilghman Lesher bdf5dc4a4c Blocked revisions 133360 via svnmerge
18 years ago
Jason Parker 82e28307c0 inbandrelease is gone - it's now inbanddisconnect
18 years ago
Kevin P. Fleming 888d269e8f revert an optimization that broke ABI... thanks russell!
18 years ago
Kevin P. Fleming cd12517eeb make some more changes to the dahdi/zap channel name support stuff to ensure allthe globals are 'const', and clean up mmichelson's changes to app_chanspy to simplify the code
18 years ago
Mark Michelson 252c5728fc As suggested by seanbright, the PSEUDO_CHAN_LEN in
18 years ago
Mark Michelson 9482af686b Zap/pseudo is ten characters, but DAHDI/pseudo is
18 years ago
Mark Michelson ba642db1f4 Update the "last" channel in next_channel in app_chanspy so
18 years ago
Mark Michelson 1fbde6a2f3 Small cleanup. Move the declaration of the DAHDI_SPANINFO
18 years ago
Mark Michelson 32bc585a57 Fix building of chan_dahdi when HAVE_PRI is not
18 years ago
Kevin P. Fleming b134688e7e ensure that after a channel is created, if it happened to be in 'channel alarm' state, when that alarm clears we won't generate a spurious 'alarm cleared' message
18 years ago
Kevin P. Fleming f6d7c63346 minor optimization for stringfields: when a field is being set to a larger value than it currently contains and it happens to be the most recent field allocated from the currentl pool, it is possible to 'grow' it without having to waste the space it is currently using (or potentially even allocate a new pool)
18 years ago
Christian Richter b6ca1a1b06 another Fix because of r119585, this commit has broken high frequented BRI Ports, there was a possibility that a channel, that was marked as in_use would be reused later, the corresponding port could got stuck then. So it is recommended to upgrade for chan_misdn users.
18 years ago
Mark Michelson d6aef7347a Allow Spiraled INVITEs to work correctly within Asterisk.
18 years ago
Kevin P. Fleming 6a0bcc4754 fix up namespace pollution for dahdi_chan_mode enum
18 years ago
Kevin P. Fleming 99d9727a84 add rules to create preprocessor output... useful for debugging macros
18 years ago
Tilghman Lesher 04614238c5 Merged revisions 132711 via svnmerge from
18 years ago
Kevin P. Fleming 08a0f08234 ensure that if any alarms exist at channel creation time, they are handled identically to if they occurred later, so that later alarm clearing will work properly and 'make sense'
18 years ago
Kevin P. Fleming 5ef465d386 make AST_C_COMPILE_CHECK able to print a 'pretty' description of what it is doing
18 years ago
Olle Johansson fe25fe728c The most common question on the #asterisk iRC channel and on mailing lists
18 years ago
Kevin P. Fleming e2c41c9ee4 correct wording in comment
18 years ago
Kevin P. Fleming 0faccba9cb use renamed libpri API call for controlling this feature (was improperly named before)
18 years ago
Kevin P. Fleming 6ef40852de teach chan_dahdi how to find the D-channel on BRI spans, and don't attempt to use channel 24 as a D-channel on spans of unexpected sizes
18 years ago