Commit Graph

5632 Commits (fd8caa1778e486b26badd4691ad50447c1f08631)

Author SHA1 Message Date
Sean Bright 5275342c5e Biggest offender? chan_dahdi.c! More RSW merging.
17 years ago
Sean Bright bea1644dc2 Merge more changes from the resolve-shadow-warnings branch (henceforth known
17 years ago
Dwayne M. Hubbard c096a6bee0 use ARRAY_LEN
17 years ago
Michiel van Baak 78a93bc386 show correct called party id and also store this to the 'placed calls' list once the call is connected.
17 years ago
Richard Mudgett b92df4dc1e Merged revisions 136241 via svnmerge from
17 years ago
Mark Michelson b3970abc30 Merged revisions 136062 via svnmerge from
17 years ago
Tilghman Lesher de582e1eb2 Merged revisions 135747 via svnmerge from
17 years ago
Kevin P. Fleming 7df8b8b848 make datastore creation and destruction a generic API since it is not really channel related, and add the ability to add/find/remove datastores to manager sessions
17 years ago
Russell Bryant bbf50cf072 Be explicit that we don't want a result from this callback. The callback would
17 years ago
Michiel van Baak 340809a771 whitespace fixes only.
17 years ago
Michiel van Baak dc819e881e Dont coredump on register of non-configured devices
17 years ago
Michiel van Baak 0f1a3177dc make this work again, and not segfault on device registration
17 years ago
Kevin P. Fleming bd28649280 --enable-dev-mode is your friend :-)
17 years ago
Michiel van Baak 532c10551a pass device instead of session to transmit_ functions.
17 years ago
Sean Bright ca38a1a082 Remove some code that used to do something but does not anymore, mainly
17 years ago
Russell Bryant 58291bcec9 Merge changes from team/bbryant/keyrotation
17 years ago
Tilghman Lesher 62db05502f Picky, picky, buildbot
17 years ago
Tilghman Lesher 6cb6583475 SIP should use the transport type set in the Moved Temporarily for the next
17 years ago
Michiel van Baak e9fc0e572c Merged revisions 135055 via svnmerge from
17 years ago
Russell Bryant 6d5979ff7e fix the potential use of an uninitialized variable
17 years ago
Tilghman Lesher b89ecf2407 Optimize frame cache by realloc'ing the smallest frame when the cache is full.
17 years ago
Russell Bryant 8adc6fb4ea Merged revisions 134814 via svnmerge from
17 years ago
Mark Michelson 560475ba74 Fix the parsing of the "reason" parameter in the
17 years ago
Tilghman Lesher 853f6a8b3e Move implementation of an attended-transfer-complete sound from one channel
17 years ago
Kevin P. Fleming 0ce79e5a06 build against the now-typedef-free dahdi/user.h, and remove some #ifdefs for features that will always be present in DAHDI
17 years ago
Kevin P. Fleming 6291cd19bf remove remaining Zaptel references in various places
18 years ago
Tilghman Lesher 0c23159464 Deprecate *_device_state_* APIs in favor of *_devstate_* APIs
18 years ago
Tilghman Lesher c780a443bf Merged revisions 133649 via svnmerge from
18 years ago
Mark Michelson 223c04ec53 Merged revisions 133572 via svnmerge from
18 years ago
Russell Bryant 2bb1317783 Minor coding guidelines tweaks ...
18 years ago
Tilghman Lesher 1d64381314 Merged revisions 133488 via svnmerge from
18 years ago
Russell Bryant 6ee7409719 I made this change from DEVICE_STATE to DEVICE_STATE_CHANGE, but I had it backwards,
18 years ago
Jason Parker fabba06d02 Merged revisions 133295 via svnmerge from
18 years ago
Brett Bryant 3faa4aa4e0 Fix issue where tcp in sip is enabled by default, despite what it says in the config sample file. Also fix "sip show settings" for tcp connections.
18 years ago
Mark Michelson ce391f2945 Merged revisions 133038 via svnmerge from
18 years ago
Tilghman Lesher 3fe5a70e07 Yet another conversion of '|' to ','
18 years ago
Kevin P. Fleming 770e62e39d use correct function name... please compile with --enable-dev-mode
18 years ago
Christian Richter 2009a57df1 Merged revisions 132826 via svnmerge from
18 years ago
Olle Johansson 8216722ed0 Well, the content of a channel variable may be longer than the size of a pointer...
18 years ago
Mark Michelson c1c75b0cbe Merged revisions 132777 via svnmerge from
18 years ago
Kevin P. Fleming 35cf5f8984 correct fix made in r132777... the code *did* compile in dev-mode, as long as libpri was installed and enabled
18 years ago
Tilghman Lesher ca62442094 Merged revisions 132713 via svnmerge from
18 years ago
Mark Michelson 7ab615da6f Get chan_dahdi to compile in devmode
18 years ago
Kevin P. Fleming f9074f1d95 Merged revisions 132712 via svnmerge from
18 years ago
Olle Johansson d231a9cf7d Merged revisions 132645 via svnmerge from
18 years ago
Kevin P. Fleming 8115a6a9bf Merged revisions 132641 via svnmerge from
18 years ago
Kevin P. Fleming 54e959b486 Merged revisions 132571 via svnmerge from
18 years ago
Brett Bryant 9fceb1b8ee Add autocompletion to "iax2 set debug peer".
18 years ago
Brett Bryant 1f74485078 Add "iax2 set debug peer" command and remove deprecated iax2 debug
18 years ago
Brett Bryant 4ec0d5d762 Fix bug where ast_parse_arg would inadvertantly enable sip tcp when parsing a tcpbindaddr if it was disabled.
18 years ago
Brett Bryant 4fc282ef63 Fix an issue in iax2 where a call that's been rejected still kept an open channel on the side that attempted to make the call (not the side of the
18 years ago
Jeff Peeler 08bcb84c01 make buffers config option (chan_dahdi.conf) parsing safer and added logging in case of failure
18 years ago
Matthew Fredrickson 69fee2f71f Make sure we break the poll so that messages queued will be sent on the SS7 when using CLI commands for blocking and blocking of CICs and linksets.
18 years ago
Tilghman Lesher 3fa9ad3d13 Merged revisions 131970 via svnmerge from
18 years ago
Jeff Peeler db5c40005c Add configuration option to chan_dahdi.conf to allow buffering policy and number of buffers to be configured per channel. Syntax:
18 years ago
Tilghman Lesher f4722d0ff0 Merged revisions 131790 via svnmerge from
18 years ago
Russell Bryant 7613e369b2 Instead of attempting to pass through AST_EVENT_DEVICE_STATE, use DEVICE_STATE_CHANGE
18 years ago
Brett Bryant 28fa79c23c Merged revisions 131491 via svnmerge from
18 years ago
Russell Bryant 2842b71a32 Merged revisions 131421 via svnmerge from
18 years ago
Russell Bryant 1e2b6eea40 Add missing terminator to ast_event_subscribe to fix a crash.
18 years ago
Tilghman Lesher 49715c05f1 Merged revisions 130959 via svnmerge from
18 years ago
Tilghman Lesher 5a1d90e1fb Additional option for videosupport (always) that disables the optimization to
18 years ago
Tilghman Lesher e921e6f0de Merged revisions 130889 via svnmerge from
18 years ago
Luigi Rizzo 3e9a95c16b free memory used by the x11 grabber when closing it.
18 years ago
Luigi Rizzo 6b9e40282e use ast_pthread_create_detached_background() instead of redoing
18 years ago
Tilghman Lesher 28534ea921 Swap "static" and "const", so that "static" appears at the beginning of each
18 years ago
Michiel van Baak 3cb49856ae Convert chan_skinny's open-coded linked lists to the list macros
18 years ago
Tilghman Lesher fe67adf6bc Merged revisions 130514 via svnmerge from
18 years ago
Tilghman Lesher c10d9c2e78 Unlock list before returning
18 years ago
Matthew Fredrickson 8635eecdc9 Support new TRANSPORT definitions in libss7
18 years ago
Tilghman Lesher 9cd11917c5 Fix trunk breakage
18 years ago
Tilghman Lesher b66aa676fa Merged revisions 130169 via svnmerge from
18 years ago
Sean Bright 6a00263d9c Missed one. Formatting only.
18 years ago
Brett Bryant 5b7933fe5e Janitor patch to change uses of sizeof to ARRAY_LEN
18 years ago
Tilghman Lesher cb7df89042 Merged revisions 130102 via svnmerge from
18 years ago
Kevin P. Fleming b968349e19 Merged revisions 130039 via svnmerge from
18 years ago
Tilghman Lesher 7e3be6c12f Merged revisions 129803 via svnmerge from
18 years ago
Sean Bright f2ab15a506 A couple more minor text changes
18 years ago
Sean Bright 7711b33c81 Remove extraneous \n. Pointed out by eliel on #asterisk-dev.
18 years ago
Tilghman Lesher da03cdd174 Merged revisions 129149 via svnmerge from
18 years ago
Tilghman Lesher aa81a86265 Merged revisions 129047 via svnmerge from
18 years ago
Brett Bryant d185405755 Janitor project to convert sizeof to ARRAY_LEN macro.
18 years ago
Olle Johansson 01214ba763 Merged revisions 128950 via svnmerge from
18 years ago
Olle Johansson c969c0f24b Merged revisions 128912 via svnmerge from
18 years ago
Russell Bryant 10cc442eb7 Merged revisions 128795 via svnmerge from
18 years ago
Sean Bright 880a02f283 Merged revisions 128737 via svnmerge from
18 years ago
Mark Michelson 834b8e8a71 Merged revisions 128639 via svnmerge from
18 years ago
Russell Bryant 69782233e4 As pointed out on the -dev list, actually use the result of find_peer() so that
18 years ago
Olle Johansson e18e813814 - Adding alias "udpbindaddr" for the UDP port to comply with "tcpbindaddr" and "tlsbindaddr".
18 years ago
Olle Johansson 638234f146 - Fixing issues with "sip show settings"
18 years ago
Olle Johansson 3586b6212d - Remove unused variable "expiry"
18 years ago
Olle Johansson 40c0e6ed47 More doxygen comments.
18 years ago
Olle Johansson fce9af0fa0 - Formatting changes
18 years ago
Olle Johansson e057380907 Adding note about incorrect manager registration...
18 years ago
Olle Johansson ccb718b560 Remove comments that doesn't make sense. The deprecation of type=user will come at a later stage,
18 years ago
Olle Johansson 25ce6ce19e Fix severe problem with my previous commit of "kill-the-user". Russell saw a problem with this
18 years ago
Olle Johansson bc99e067e6 Disabling code used by dumpdb with #ifdef, since I believe we might use it sometime in the
18 years ago
Olle Johansson 29770b1cd8 Removing the CLI dumpdb command (see asterisk-dev discussion and decision)
18 years ago
Olle Johansson cf9c4ce883 Adding a few reminders
18 years ago
Olle Johansson 9056540e35 Adding doxygen comments to missing parts, moving some #define
18 years ago
Olle Johansson d5525e3778 Adding TCP and TLS to "sip show settings".
18 years ago
Olle Johansson 6de5e8552b Add some comments...
18 years ago
Olle Johansson fc7517d76e Set tls setting to default in reload_config.
18 years ago
Michiel van Baak bf848cc694 fix compiling of chan_sip.c
18 years ago
Joshua Colp eff212635c I like it when the tree is not broken.
18 years ago
Olle Johansson 318fd4186b KILL THE USER!
18 years ago
Olle Johansson b04d101ee5 Stop cli command completion with tabs
18 years ago
Olle Johansson 0a52297cf0 Add new SIP cli command "sip show channelstats" that displays some QoS data (if we have RTCP reports
18 years ago
Matthew Fredrickson 268ca4a5bb It would help if we actually parsed the ss7_explicitacm option in the config file...
18 years ago
Matthew Fredrickson 199067da4f Add option to wait to be able to explicitly send ACM via the Proceeding() application in the dialplan. Also minor documentation update explaining how to setup multiple signalling links within a linkset
18 years ago
Tilghman Lesher 1d0637521a Fullcontact needs more than 20 characters, even for the simplest case
18 years ago
Olle Johansson 6f621e6205 - reorganize SIP extensions alphabetically, to make it easier to synch with the IANA list
18 years ago
Brett Bryant 10f0255389 Fix one more file that got changed.
18 years ago
Brett Bryant 022a157bd8 Remove commit that somehow got mergeed into trunk.
18 years ago
Brett Bryant 10fdf344ed Update these files with transfer code.
18 years ago
Steve Murphy bc2cfb3e81 Merged revisions 127663 via svnmerge from
18 years ago
Olle Johansson f99a310219 Make sure we stop session timers as soon as we start hanging up an active call.
18 years ago
Olle Johansson 2491cc6e65 Revert some logic for session timers. We do send in-dialog requests that should not have session-timer
18 years ago
Olle Johansson b423a939b0 Fix bad formatting in a very confusing function. Who added the sipdb sql output?
18 years ago
Brett Bryant 6aa9419cfe Update transport= in sip so that the option is not broken from a recent commit.
18 years ago
Tilghman Lesher 885d17506b Keep ast_app_inboxcount API compatible with 1.6.0.
18 years ago
Mark Michelson 1d6573e8ef Merged revisions 127560 via svnmerge from
18 years ago
Mark Michelson 953947b70b The ackcall and endcall options in agents.conf now have supplemental options
18 years ago
Brett Bryant b30ed551e0 Fix to sip_parse_host so that it passes the correct information to sip_registry.
18 years ago
Luigi Rizzo 8cd40e3950 plug another panic when the gui cannot be started.
18 years ago
Luigi Rizzo f26e7b97cb prevent a segfault when trying to start the gui without any
18 years ago
Tilghman Lesher cce1ec5463 Change the global timer B to be dependent on the value of the T1 timer, as
18 years ago
Brett Bryant 1b07e87538 Add a configuration option so the global outboundproxy can use tcptls without it being defined by each sip user.
18 years ago
Tilghman Lesher e347f8bc70 Merged revisions 127133 via svnmerge from
18 years ago
Tilghman Lesher 3217aed39c Merged revisions 127068 via svnmerge from
18 years ago
Tilghman Lesher 6fa1dab33d Merged revisions 126999 via svnmerge from
18 years ago
Olle Johansson b6b5525347 Merged revisions 126902 via svnmerge from
18 years ago
Olle Johansson f3170a4946 Merged revisions 126899 via svnmerge from
18 years ago
Olle Johansson 42bed356d1 Merged revisions 126789 via svnmerge from
18 years ago
Olle Johansson 983b851e3b Merged revisions 126735 via svnmerge from
18 years ago
Matthew Fredrickson 5862f66c88 Add support to see MTP2 down events when the link layer drops in SS7
18 years ago
Luigi Rizzo ff8ad6b497 implement the 'freeze' function for incoming frames;
18 years ago
Olle Johansson 33a54ee23b The following patch with some changes for trunk...
18 years ago
Luigi Rizzo 1f7a4fb63d import the recent additions for video console into trunk,
18 years ago
Luigi Rizzo dc4c6733ac fix wrong argument in checking boundaries for a rectangle
18 years ago
Luigi Rizzo a768ae2122 implement a 'toggle' option for 'console mute' and 'console unmute'
18 years ago
Luigi Rizzo f03a2b158a add some defines and fields in preparation for the import of
18 years ago
Luigi Rizzo 03e7978a1a accept any name starting with X11 for X11 grabbers - this lets
18 years ago
Luigi Rizzo e6f17e50c4 make this compile after ast_frame's data field changed to a union
18 years ago
Tilghman Lesher 1503ea7128 Merged revisions 126056 via svnmerge from
18 years ago
Matthew Fredrickson 512a022a95 Revert this part of the fix. We'll fix it in libss7
18 years ago
Matthew Fredrickson a68a212f53 Obviously somebody didn't compile with libss7 support when doing the DAHDI conversion.
18 years ago
Matthew Fredrickson 1b9d5d96e3 Add support for new commands to block/unblock all CICs on a linkset
18 years ago
Brett Bryant 4ebadd6d21 Small error in the function that converts peer transports to a string.
18 years ago
Brett Bryant 12d5cebea2 Change the way that the transport option works for sip users. transport will now take multiple arguments, the first one listed will be the one used
18 years ago
Tilghman Lesher ed8698e493 Revert half of the fix, as this part may have been unnecessary (related to issue #12914)
18 years ago
Tilghman Lesher 2dc4597f79 Merged revisions 125740 via svnmerge from
18 years ago
Michiel van Baak ea326c832f remove block of commented code to set __ourip
18 years ago
Michiel van Baak 8caf21863e remove paging device from chan_skinny.
18 years ago
Olle Johansson 4f32bf72f9 Merged revisions 125384 via svnmerge from
18 years ago
Kevin P. Fleming 72e59c18f2 Merged revisions 125327 via svnmerge from
18 years ago
Kevin P. Fleming fd4a60c459 Merged revisions 125132 via svnmerge from
18 years ago
Michiel van Baak 9ba79e3b68 implement transfer functionality in chan_skinny
18 years ago
Tilghman Lesher 94c4089f4e More expansion of the deadlock avoidance macro, including a macro to do locking
18 years ago
Tilghman Lesher 15093f2a63 Merged revisions 124965 via svnmerge from
18 years ago
Tilghman Lesher bb03680941 Merged revisions 124315 via svnmerge from
18 years ago
Mark Michelson 0f62296eb6 Add a missing "ChannelType" header to one of the "PeerStatus" manager
18 years ago
Tilghman Lesher e746aa2043 Merged revisions 124182 via svnmerge from
18 years ago
Michiel van Baak 8e8359465b Older versions of GNU gcc do not allow 'NULL' as sentinel.
18 years ago
Brett Bryant 249ac33ab0 Fix bug in sip registration that sets the default port to 5060 for tls.
18 years ago
Brett Bryant 2aae0ba13d Updates all usages of ast_tcptls_session_instance to be managed by reference counts so that they only get destroyed when all threads are done using
18 years ago
Mark Michelson 67ca33e267 Merged revisions 123485 via svnmerge from
18 years ago
Steve Murphy bb20ef7017 Changes to list peers and users in alpha. order, as per a reasonable request in 12494. Due to changes in trunk to use the astobj2 i/f in the sip channel driver, the order of the entries in the config file was lost, thus the output was in a random order, but no longer.
18 years ago
Tilghman Lesher bb0dbfa520 Merged revisions 123391 via svnmerge from
18 years ago
Mark Michelson 8c6184f0da Merged revisions 123333 via svnmerge from
18 years ago
Jeff Peeler c837af5e28 Fix some (more) variables that were forgotten to be renamed, related to 117658
18 years ago
Doug Bailey 2690378411 Clean up code that handles fsk mwi message generation by pulling it from do_monitor and creating its own thread.
18 years ago
Tilghman Lesher ddfac77569 Oopsie, breakage
18 years ago
Jeff Peeler 121c046ba5 Fix some variables that were forgotten to be renamed, related to 117658
18 years ago
Tilghman Lesher 596f8b5186 Merged revisions 123113 via svnmerge from
18 years ago
Tilghman Lesher ba07bd38b7 Merged revisions 123110 via svnmerge from
18 years ago
Joshua Colp 523532204a Merged revisions 122919 via svnmerge from
18 years ago
Joshua Colp 1c8f33b0d6 Merged revisions 122869 via svnmerge from
18 years ago
Tilghman Lesher b2ef18dab4 Add some more IAX2-specific information about the channel to the CHANNEL()
18 years ago
Russell Bryant b6457ecf4c Merge changes from timing branch
18 years ago
Michiel van Baak a68a160b75 Implement call parking in chan_skinny.
18 years ago
Russell Bryant 968cf2b578 Merged revisions 122259 via svnmerge from
18 years ago
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
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
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
Christian Richter 06a8effb23 Merged revisions 121751 via svnmerge from
18 years ago
Joshua Colp 7025da48e5 Fix issue where session timer headers were present when they should not have been.
18 years ago
Joshua Colp 51602928e3 Merged revisions 121495 via svnmerge from
18 years ago
Russell Bryant 74932445b7 Bump up the debug level of a couple of messages
18 years ago
Tilghman Lesher 53459f86b2 Expand RQ_INTEGER type out to multiple types, one for each precision
18 years ago
Tilghman Lesher ba622c3431 Add storage of the useragent in the realtime database.
18 years ago
Mark Michelson f1d9962610 Merged revisions 121229 via svnmerge from
18 years ago
Jeff Peeler 33b3d38a3c This was accidentally reverted.
18 years ago
Russell Bryant 96233af5dc Merged revisions 121078 via svnmerge from
18 years ago
Tilghman Lesher 07265a5033 Added a facility for sending arbitrary SIP notify commands from AMI.
18 years ago
Jeff Peeler c7da6df5e1 Merged revisions 120959 via svnmerge from
18 years ago
Jeff Peeler 0bc65f7465 Merged revisions 120908 via svnmerge from
18 years ago
Jeff Peeler 5934801d84 Merged revisions 120863,120885 via svnmerge from
18 years ago
Tilghman Lesher 9471b87d27 Merge the adaptive realtime branch, which will make adding new required fields
18 years ago
Brett Bryant c1451b5537 This patch adds more detailed statistics for RTP channels, and provides an API call to access it, including maximums, minimums, standard deviatinos,
18 years ago
Tilghman Lesher c73972e48d Merged revisions 120425 via svnmerge from
18 years ago
Russell Bryant 5866b0dfe8 Merged revisions 120168 via svnmerge from
18 years ago
Tilghman Lesher f3a62ab27e Merged revisions 120001 via svnmerge from
18 years ago
Joshua Colp 16e401cc68 Merged revisions 119926 via svnmerge from
18 years ago
Russell Bryant d6240ac21e Merged revisions 119838 via svnmerge from
18 years ago
Philippe Sultan 001c95b595 Do not link the guest account with any configured XMPP client (in
18 years ago
Russell Bryant 2feb90d511 Merged revisions 119687 via svnmerge from
18 years ago
Christian Richter 0f4bebac81 Merged revisions 119636 via svnmerge from
18 years ago
Christian Richter c47a3f89eb Merged revisions 119585 via svnmerge from
18 years ago
Russell Bryant ea3c47e7df Merged revisions 119533 via svnmerge from
18 years ago
Russell Bryant 87c9b6fc25 Merged revisions 119238 via svnmerge from
18 years ago
Tilghman Lesher dbf9f31446 Merged revisions 119071 via svnmerge from
18 years ago
Russell Bryant 9397f04294 Merged revisions 119009 via svnmerge from
18 years ago
Tilghman Lesher 6e5d843a71 Merged revisions 118953 via svnmerge from
18 years ago
Michiel van Baak 4741113bac formatting changes.
18 years ago
Michiel van Baak 72de1ae386 rename DialTone.h to chan_phone.h because chan_phone.c is the only file using it
18 years ago
Michiel van Baak 1bd776b0ea remove unused astobj.h header file from chan_skinny.c
18 years ago
Brett Bryant 7d6496c247 Fixes a bug in chan_iax that uses send_command to poke a peer while a channel is unlocked in some cases, and because it can cause seemingly
18 years ago
Joshua Colp e4d1b39bd8 Merged revisions 118646 via svnmerge from
18 years ago
Philippe Sultan bf13b4df4e Changed to temporary namespaces to match with latest XEPs. As soon as
18 years ago
Philippe Sultan 2ab8f076bf Code simplification
18 years ago
Brett Bryant a06df81624 Remove loop from the detection of a sequence number that acknowledges
18 years ago
Joshua Colp cfb40367f4 Merged revisions 118558 via svnmerge from
18 years ago
Tilghman Lesher f67e8ec980 Merged revisions 118251 via svnmerge from
18 years ago
Jeff Peeler 1457c99ea8 Merged revisions 118163 via svnmerge from
18 years ago
Philippe Sultan de98d48a0d - remove whitespaces between tags in received XML packets before giving
18 years ago
Sean Bright a668a87a80 Split the compile flags out and wire up some dependencies
18 years ago
Tilghman Lesher 3c6aa2f5dc Fix trunk breakage
18 years ago
Sean Bright d46f9af7fa A couple more places the frame data change was missed.
18 years ago
Michiel van Baak 0985a2331a one more place I forgot
18 years ago
Michiel van Baak 6d018f0774 chan_console fixes because of ast_frame.data => ast_frame.data.ptr
18 years ago
Michiel van Baak 5ceec8b052 oops
18 years ago
Michiel van Baak dbcef163a2 forgot chan_misdn
18 years ago
Michiel van Baak f1e9371da8 - revert change to ast_queue_hangup and create ast_queue_hangup_with_cause
18 years ago
Jeff Peeler 04689cc5b3 Merged revisions 117582 via svnmerge from
18 years ago
Jeff Peeler 19fd7beeb9 Merged revisions 117462 via svnmerge from
18 years ago
Joshua Colp c126127fd5 Merged revisions 117574 via svnmerge from
18 years ago
Luigi Rizzo e1ae86f643 do not die on SDL_ACTIVEEVENT reporting lost focus.
18 years ago
Tilghman Lesher fced823c08 Change the default for the pridialplan parameter to the far more common case of
18 years ago
Luigi Rizzo 775542f753 trap potential failures of SDL when SDL_WINDOWID is pointing to a
18 years ago
Joshua Colp 0894cae92c Merged revisions 117081 via svnmerge from
18 years ago
Luigi Rizzo 391f5ffcf1 Some fixes to the code to support running on an externally
18 years ago
Luigi Rizzo db8475bb4e Allow users to specify 'startgui=1' in oss.conf so that the
18 years ago
Russell Bryant affbbe3bd2 Merged revisions 116978 via svnmerge from
18 years ago
Russell Bryant 29a9d477df Remove duplicate colon on Reason header
18 years ago
Joshua Colp 4943cbcf2c Improve native transfers when a chain of IAX2 connections are in use.
18 years ago