Commit Graph

15671 Commits (9d403c379fcac970210c6d42dbfe4e98b175bccc)
 

Author SHA1 Message Date
Jeff Peeler d9faeb6177 Fix pseudo channel allocation errors on startup when using SS7. (from mattf r121914, moving from chan_zap to chan_dahdi)
18 years ago
Jeff Peeler c8b2bd8817 Make sure we hangup any calls we have and NULL out the ss7call value when we get a reset circuit message. Fixes crash bug. (from mattf r121857, moving from chan_zap to chan_dahdi)
18 years ago
Russell Bryant 000625953b Get default entity ID determination working on Linux again
18 years ago
Kevin P. Fleming cdc2eeb9b9 clarify documentation on how timer intervals should be specified
18 years ago
Jeff Peeler ef3b214728 Goodbye Zaptel, hello DAHDI. Removes Zaptel driver support with DAHDI. Configuration file and dialplan backwards compatability has been put in place where appropiate. Release announcement to follow.
18 years ago
Russell Bryant 6ac8ccaba4 Make this build under dev mode
18 years ago
Mark Michelson cf3a2a431f Merging the work done in the queue-log-atxfer branch. The
18 years ago
Tilghman Lesher eae21f826a Merged revisions 122137 via svnmerge from
18 years ago
Tilghman Lesher 1af7ea2df1 Merged revisions 122130 via svnmerge from
18 years ago
Steve Murphy 86aaed2cc5 Merged revisions 122127 via svnmerge from
18 years ago
Steve Murphy 1cebe01dac Merged revisions 122046 via svnmerge from
18 years ago
Kevin P. Fleming 191081e45f add infrastructure so that timing source can be a loadable module... next steps are to convert channel.c and chan_iax2.c to use this new API, and to move all the DAHDI-specific timing source code into a new res_timing_dahdi module
18 years ago
Russell Bryant db960fc830 Don't log not being able to set a default EID. Most people don't care, and
18 years ago
Terry Wilson 671244587c Blocked revisions 121992 via svnmerge
18 years ago
Terry Wilson 65a1460c51 Initialize parkingtime to DEFAULT_PARK_TIME instead of 0
18 years ago
Matthew Fredrickson 78e593eecb Fix pseudo channel allocation errors on startup when using SS7
18 years ago
Tilghman Lesher 467c6f5f90 Merged revisions 121861 via svnmerge from
18 years ago
Matthew Fredrickson 4639347531 Make sure we hangup any calls we have and NULL out the ss7call value when we get a reset circuit message. Fixes crash bug
18 years ago
Tilghman Lesher 99c2f1c9f7 Expand CDR uniqueid field to 150 chars, to account for maximum systemname.
18 years ago
Jeff Peeler d373bd4430 Merged revisions 121804 via svnmerge from
18 years ago
Christian Richter 06a8effb23 Merged revisions 121751 via svnmerge from
18 years ago
Russell Bryant 7123fb41c4 don't refer to asterisk-events, as that implies that the code was checked out from a branch
18 years ago
Tilghman Lesher 97fe3abeec Move the table cache routines to res_odbc, so they can be used from other
18 years ago
Mark Michelson f0a019dbec Add an additional sanity check in case an event is passed between
18 years ago
Donny Kavanagh 2433d6ecb9 Revision 117802 changed frame.data to frame.data.ptr however codec_ilbc.c was not updated. This resolves that oversight.
18 years ago
Sean Bright 14b35dfb38 Merged revisions 121596 via svnmerge from
18 years ago
Russell Bryant e9d72e0cb2 Merge another big set of changes from team/russell/events
18 years ago
Russell Bryant 823d1c7ea9 Merge some more changes from team/russell/events
18 years ago
Joshua Colp 7025da48e5 Fix issue where session timer headers were present when they should not have been.
18 years ago
Russell Bryant 42c1e3601e Merge another change from team/russell/events
18 years ago
Joshua Colp 51602928e3 Merged revisions 121495 via svnmerge from
18 years ago
Joshua Colp 610faf1132 Merged revisions 121442 via svnmerge from
18 years ago
Russell Bryant a36833e3c2 Update dundi.conf to indicate that the asterisk.conf entityid option can be used
18 years ago
Russell Bryant f4a8062e93 Merge another change from team/russell/events ...
18 years ago
Russell Bryant 74932445b7 Bump up the debug level of a couple of messages
18 years ago
Russell Bryant 661a2201ec Merge a couple of configure script checks in from team/russell/events. This adds
18 years ago
Russell Bryant a886b6e5e6 Properly initialize the cli_ping condition and lock
18 years ago
Russell Bryant c94c4f5572 Change system header includes to be like how it is done in other files
18 years ago
Tilghman Lesher 53459f86b2 Expand RQ_INTEGER type out to multiple types, one for each precision
18 years ago
Terry Wilson a6a6821717 Initialize the lock and destroy lock and cond in the destructor (thanks, mmichelson)
18 years ago
Tilghman Lesher ba622c3431 Add storage of the useragent in the realtime database.
18 years ago
Russell Bryant 6fd6286a11 arbitrary formatting change to test mantis change
18 years ago
Russell Bryant 85a631f767 arbitrary formatting change to test a mantis change
18 years ago
Russell Bryant 0bee0c65b2 Minor formatting change to test a mantis change ...
18 years ago
Russell Bryant 90cb28f89c Merged revisions 121280 via svnmerge from
18 years ago
Tilghman Lesher 2d825ed7de Implement FINDLABEL matching for the new extension matching engine.
18 years ago
Mark Michelson f1d9962610 Merged revisions 121229 via svnmerge from
18 years ago
Michiel van Baak c5ea45af11 add a new argument to PrivacyManager to specify a context
18 years ago
Jeff Peeler 33b3d38a3c This was accidentally reverted.
18 years ago
Jeff Peeler c1b88b3cf4 Fixes segfault when using ParkAndAnnounce. Also, loop made more efficient as announce template only needs to be checked until the number of colon separated arguments run out, not the entire pointer storage array. Was done in a similiar fashion in 1.4, but here we're using less variables.
18 years ago