Commit Graph

12783 Commits (932ad2c19c07848096b1515e7616637f63bee2fe)
 

Author SHA1 Message Date
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
Brett Bryant 222f6d733a Fix a bug where SENDTEXTSTATUS isn't set properly when it isn't
18 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
18 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)
18 years ago
Tilghman Lesher 31fec93dca Fix for Taiwanese number syntax
18 years ago
Tilghman Lesher 678b90e2a0 Textual clarification
18 years ago
Tilghman Lesher 79b6c3f9d6 Spinlock within the destroy, to allow a scheduled job to continue, if it's
18 years ago
Tilghman Lesher 0f738146e8 Oops
18 years ago
Tilghman Lesher 89b6e63a8b Preserve ABI compatibility with last change
18 years ago
Tilghman Lesher 64bbce9b9b Make the ast_assert call within ast_sched_del report something useful.
18 years ago
Kevin P. Fleming ced50934cb remove the dlfcn compatibility stuff, because no platforms that Asterisk currently runs on it use it, and it doesn't build anyway
18 years ago
Brett Bryant 5d4058b41a Fix a bug in blind transfers where the BLINDTRANSFER variable isn't always set to the other end of the blind transfer.
18 years ago
Tilghman Lesher e0baf8a871 Revert part of issue #5620 (revision 6965) as it appears that it was in error.
18 years ago
Brett Bryant 8a427aed77 Fix a bug in iax2 registration that allowed peers to register with
18 years ago
Tilghman Lesher b0586bd055 Apparently, in certain cases, a callno is already destroyed when iax2_destroy is called.
18 years ago
Russell Bryant 4fb20c3291 Always ensure that the channel's tech_pvt reference is NULL after calling the
18 years ago