Commit Graph

12794 Commits (192cadcd9de7ce7d33c4fe154c893dd3b9df02bb)
 

Author SHA1 Message Date
Kevin P. Fleming 192cadcd9d accomodate users who seem to lack a sense of humor :-)
17 years ago
Tilghman Lesher da57d237e6 Specify codecs in callfiles and manager, to allow video calls to be set up
17 years ago
Russell Bryant 9105d1ecff Get app_ices working again
17 years ago
Steve Murphy 08450d1a93 (closes issue #11849)
17 years ago
Russell Bryant d90285f4f5 In case we have some processing threads that free more frames than they allocate,
17 years ago
Mark Michelson f51e53921c Add more timeout checks into app_queue, specifically
17 years ago
Tilghman Lesher e5939d2f3e Oops, wrong define
17 years ago
Steve Murphy aaf314cf46 (closes issue #13197)
17 years ago
Tilghman Lesher ef03217c4b Qwell pointed out, via IRC, that the previous fix only worked when explicitly
17 years ago
Russell Bryant a3bc8d9d7c Reduce stack consumption by 12.5% of the max stack size to fix a crash when
17 years ago
Russell Bryant 7a5caf1a57 Fix a memory leak in func_curl. Every thread that used this function leaked
17 years ago
Tilghman Lesher 932ad2c19c Only override sysconfdir and mandir when prefix=/usr
17 years ago
Tilghman Lesher 0dff9821d6 launch_netscript sometimes returns -1, which fails to set AGISTATUS. Map
17 years ago
Mark Michelson 0257f5a967 Fix a spot where a function could return without bringing
17 years ago
Kevin P. Fleming ced15f2814 use the proper method for building version.h
17 years ago
Kevin P. Fleming 7b61edde36 build against the now-typedef-free dahdi/user.h
17 years ago
Mark Michelson b7aa2fb03c Merging the imap_consistency branch.
17 years ago
Tilghman Lesher 0b2e233479 Detect when sox fails to raise the volume, because sox can't read the file.
17 years ago
Russell Bryant 46b65b2cc0 Add the licensing section to the docs in 1.4, as well, so that we can work on
17 years ago
Tilghman Lesher 8e0165bb17 Remove unnecessary mmap flag
17 years ago
Tilghman Lesher c5b4e1aec8 Fix some errant device states by making the devicestate API more strict in
17 years ago
Russell Bryant 5ae8161b45 Merged revisions 133577 via svnmerge from
17 years ago
Mark Michelson a99f3d9365 We need to make sure to null-terminate the "name"
17 years ago
Tilghman Lesher 580ca7408c Fix rtautoclear and rtcachefriends
17 years ago
Tilghman Lesher bdf5dc4a4c Blocked revisions 133360 via svnmerge
17 years ago
Jason Parker 82e28307c0 inbandrelease is gone - it's now inbanddisconnect
17 years ago
Kevin P. Fleming 888d269e8f revert an optimization that broke ABI... thanks russell!
17 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
17 years ago
Mark Michelson 252c5728fc As suggested by seanbright, the PSEUDO_CHAN_LEN in
17 years ago
Mark Michelson 9482af686b Zap/pseudo is ten characters, but DAHDI/pseudo is
17 years ago
Mark Michelson ba642db1f4 Update the "last" channel in next_channel in app_chanspy so
17 years ago
Mark Michelson 1fbde6a2f3 Small cleanup. Move the declaration of the DAHDI_SPANINFO
17 years ago
Mark Michelson 32bc585a57 Fix building of chan_dahdi when HAVE_PRI is not
17 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
17 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)
17 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.
17 years ago
Mark Michelson d6aef7347a Allow Spiraled INVITEs to work correctly within Asterisk.
17 years ago
Kevin P. Fleming 6a0bcc4754 fix up namespace pollution for dahdi_chan_mode enum
17 years ago
Kevin P. Fleming 99d9727a84 add rules to create preprocessor output... useful for debugging macros
17 years ago
Tilghman Lesher 04614238c5 Merged revisions 132711 via svnmerge from
17 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'
17 years ago
Kevin P. Fleming 5ef465d386 make AST_C_COMPILE_CHECK able to print a 'pretty' description of what it is doing
17 years ago
Olle Johansson fe25fe728c The most common question on the #asterisk iRC channel and on mailing lists
17 years ago
Kevin P. Fleming e2c41c9ee4 correct wording in comment
17 years ago
Kevin P. Fleming 0faccba9cb use renamed libpri API call for controlling this feature (was improperly named before)
17 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
17 years ago
Brett Bryant 222f6d733a Fix a bug where SENDTEXTSTATUS isn't set properly when it isn't
17 years ago
Brett Bryant 2172cc71b1 Fix a bug in 1.4 branch with iax2 channels not being removed when a call was rejected (from the calling box, not the box that denied the
17 years ago
Kevin P. Fleming 00228e42d0 grant a license exception to allow distribution of Asterisk binaries that use the UW IMAP Toolkit (which is licensed under a non-GPL-compatible license)
17 years ago
Tilghman Lesher 31fec93dca Fix for Taiwanese number syntax
17 years ago