Commit Graph

948 Commits (749cd217c34fa57fe8f050808c2b5272d6a11b23)

Author SHA1 Message Date
Olle Johansson 13a98f92fe Move payloadtype back home to rtp.c
20 years ago
Matt O'Gorman 124357f300 convert one of my linked lists to ast_linklist
20 years ago
Olle Johansson 9f5aa13142 Rename ast_rtp_early_media to ast_rtp_early_bridge to avoid confusion.
20 years ago
Jeffrey C. Ollie a0bb17434f Move a couple semicolons to a more traditional location. Was pointed out by Steven <critch@basesys.com> on the -dev list.
20 years ago
Kevin P. Fleming 09778b268e move 'struct ast_rtp' back to rtp.c where it belongs
20 years ago
Russell Bryant 9cdd66dd01 always include inttypes.h and sys/types.h in asterisk/compat.h to fix a build
20 years ago
Olle Johansson 1ec5d9ec70 Doxygen updates
20 years ago
Olle Johansson 41a5565f3c Add video.txt to doxygen
20 years ago
Olle Johansson dfaa7fd8cf Doxygen update
20 years ago
Olle Johansson 7a456987b5 Doxygen formatting
20 years ago
Matt O'Gorman 1e530787f3 solves some bugs with memory allocation, and adds
20 years ago
Russell Bryant 124b54ca5f fix the build with astmm enabled
20 years ago
Kevin P. Fleming 274ce731e2 move autoconfig.h to the include/asterisk directory so it will get installed
20 years ago
Kevin P. Fleming 472c1ca282 simplify autoconfig include mechanism (make tholo happy he can use lint again :-)
20 years ago
Russell Bryant 739385e761 remove the WITH_SMDI define
20 years ago
Russell Bryant 39bcaa0773 add an updated patch that adds dnsmgr support for outgoing iax2 registrations
20 years ago
Matt O'Gorman 6c0155e6cb fixes some issues with description loggin on presence
20 years ago
Matt O'Gorman c04e4bd380 allow presence events to be handled before the
20 years ago
Olle Johansson 479181951a Merge of the "sdpcleanup" branch. Thanks to John Martin for a lot of tests
20 years ago
Russell Bryant 80a153af79 - use stringfields in a bunch of the fields of the zt_pvt structure in chan_zap
20 years ago
Russell Bryant bbc584e3d7 fix some typos in the stringfields documentation
20 years ago
Kevin P. Fleming 427df3f6c3 yet another massive performance and memory savings improvement
20 years ago
Russell Bryant b0260c1039 revert the changes to allow chan_iax2 to use dnsmgr for registrations.
20 years ago
Joshua Colp 2a71835d41 Convert chan_iax2 to use dnsmgr in order to deal with hostnames that can change their resolved IP (aka dynamic dns setups) (issue #6305 reported and fixed by ivanfm)
20 years ago
Olle Johansson 723e900bf3 Doxygen updates
20 years ago
Olle Johansson 4ab449be1b Move definition of RTP structure to rtp.h (preparing for future changes)
20 years ago
Olle Johansson 2dc6947144 Issue #2863 - Improved RTCP support (John Martin, Fredrik Olsson)
20 years ago
Russell Bryant 588b54f8c2 fix a typo in the documentation of how to use string fields
20 years ago
Olle Johansson 80f2d432cc Doxygen improvements
20 years ago
BJ Weschke 0e738a77b3 Merged revisions 31738 via svnmerge from
20 years ago
Kevin P. Fleming dfd5fc5605 Merged revisions 31520 via svnmerge from
20 years ago
Matt O'Gorman d591c1b684 changes for base64 to work in multiline instances
20 years ago
Matt O'Gorman 8cfb992c1e adds statusmessage customization from Julian Lyndon-Smith
20 years ago
Russell Bryant bb7dd96cfe Add support for using a jitterbuffer for RTP on bridged calls. This includes
20 years ago
Russell Bryant 0f912e5926 Fix various problems in the addition of the ability to mute log/verbose
20 years ago
Joshua Colp 9b18892314 Add ability to disable log / verbose output to remote consoles (issue #6524 reported by mavetju)
20 years ago
Joshua Colp 6b185c1bed Merge in branch which gives you the ability to set the hangup causecode using the Hangup application. (issue #7160 reported by kmilitzer branch by jcollie)
20 years ago
Russell Bryant 238cdb249f Add the ability to retrieve the exit code of the forked AGI process. If there
20 years ago
Kevin P. Fleming 8d74f0ebe6 restore AST_LIST_HEAD_INIT (with no users in the tree right now)
20 years ago
Mark Spencer fa9e0ed768 Handle ringing (early) state properly on SIP
20 years ago
Kevin P. Fleming f09942bb08 bootstrap updates to include xmpp related stuff
20 years ago
Matt O'Gorman 7aa1a77e75 asterisk-xmpp merge in
20 years ago
BJ Weschke 5235890be4 This is part 2/2 of the patches for #7090. Adds one-step call parking to /trunk via builtin functions and 'k' 'K' application options added to app_dial. This also resolves #6340.
20 years ago
Russell Bryant 1fcc86d905 Add support for logging CDR recrods to a radius server (issue #6639, phsultan)
20 years ago
Tilghman Lesher d0c36296d2 As requested by kpfleming, renaming messagecount to inboxcount and messagecount2 to messagecount.
20 years ago
Tilghman Lesher f0b985853a Bug 7167 - Fix VMCOUNT if using USE_ODBC_STORAGE (different fix for trunk than for 1.2)
20 years ago
Kevin P. Fleming c3dce57d95 mark RTP sessions that are not carrying DTMF
20 years ago
Matthew Fredrickson 99648dd713 Add option for enabling and disabling echo cancellation
20 years ago
Russell Bryant 51d5b1fdb2 simplify conference user list handling
20 years ago
Luigi Rizzo b91ce5a738 set correct type for lock initializers
20 years ago
Russell Bryant f9c578a8a0 - The recent change to linklists.h broke the build on linux for some reason.
20 years ago
Luigi Rizzo 1f0d723c1e properly initialize non-static locks.
20 years ago
Mark Spencer c696006923 Go ahead and merge STUN mods for RTP in preparation for some STUN
20 years ago
Russell Bryant 44d4ed1b37 change the CFLAGS controlled by menuselect to be placed in a header file
20 years ago
Russell Bryant 04ecb29d03 remove almost all of the checks of the result from ast_strdupa() or alloca().
20 years ago
Kevin P. Fleming fdcfd6469b ensure that control frames with payload can be sent to channel drivers via ->indicate()
20 years ago
Mark Spencer 66ed134473 Allow media to go directly between IAX endpoints while signalling still
20 years ago
Kevin P. Fleming ed3ffb4b46 various doxygen fixes
20 years ago
Olle Johansson 2b3ae24942 Formatting fix
20 years ago
Mark Spencer f2bc3c61cc Make sure that we don't accept an answer on an inbound call and don't permit asterisk to answer an outbound call
20 years ago
Kevin P. Fleming 16f1acc37f use an enum for control frame types
20 years ago
Mark Spencer 9953f4f40e Make SIP early media work more efficiently without so many reinvites
20 years ago
Kevin P. Fleming fdc225920f remove API function that was added and never used
20 years ago
Russell Bryant c85b4a1674 on mac, QUAD_MIN and QUAD_MAX are already defined, so this causes a bunch
20 years ago
Kevin P. Fleming 401ed356e4 commit the proper configure script
20 years ago
Kevin P. Fleming c0762c064d silly people that don't want to install/run autoconf :-)
20 years ago
BJ Weschke 569ecaf5a2 use pid_t instead of long for pid variables. #7099 (casper)
20 years ago
Russell Bryant 0fd612930a - convert the lists of switches to use the linked list macros
20 years ago
Russell Bryant a252d79484 remove an XXX comment
20 years ago
Russell Bryant 4fe3960478 move ast_carefulwrite from manager.c to utils.c so that cli.c and
20 years ago
BJ Weschke 6ed0af6fc3 Fix 4 bugs in voicemail. #7064 ( supczinskib and jcollie )
20 years ago
Russell Bryant 816a7cf13b constify the argument to pbx_checkcondition
20 years ago
Luigi Rizzo d7a2c4547b document that ast_cdr_answer is happy with a NULL argument
20 years ago
Olle Johansson 7bbb6bd3aa - fix typo in rtp.c, devicestate.h
20 years ago
Russell Bryant 992e0c1eed - convert the list of dialplan function to the list macros
20 years ago
Kevin P. Fleming eb38f13a2e add a command-line flag and option to force forking, even with -v or -d
20 years ago
Kevin P. Fleming 8e9058679a remove T38_SUPPORT define that is no longer needed
20 years ago
Luigi Rizzo aaf99191c8 include/asterisk/ael_structs.h:
20 years ago
Russell Bryant c2d851de2b add the missing prototype for the included asprintf
20 years ago
Russell Bryant 046375190a another Solaris compatability fix - this makes sure u_int64_t is defined
20 years ago
Kevin P. Fleming 5f58cc8770 Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now no longer considered experimental :-)
20 years ago
Kevin P. Fleming 574e14cbea Thanks to the fine work of Russell Bryant and Dancho Lazarov, we now have autoconf and menuselect tools for Asterisk!
20 years ago
Jim Dixon a83297d85f Added "Operator Services" connection mode for Zap channels, and the 'O' option
20 years ago
Luigi Rizzo 7e0d402e88 move wait_and_stream to ast_wait_and_stream() because equivalent
20 years ago
Luigi Rizzo 0dbf814a79 - use symbolic constants and macros to play with the debug flag
20 years ago
Luigi Rizzo 08220b9073 comment that for callerid field, NULL and "" should be considered
20 years ago
Russell Bryant d722e66e07 add the malloc attribute to the memory allocation wrappers
20 years ago
Luigi Rizzo 585e50fb38 move to a different file (channel.c for the time being) the
20 years ago
Kevin P. Fleming d85073dc1f correct array index calculation (thanks mtaht3!)
20 years ago
Russell Bryant 501ac5189c update res_odbc to support pooled connections
20 years ago
Kevin P. Fleming 987f24840c add an API so that the number of steps required for a translation path can be acquired
20 years ago
Olle Johansson 4a312a044d - Fixes to ast_channel_lock functions
20 years ago
Joshua Colp 4657dc770c We are shaking up trunk tonight! allow data dir to be specified (issue #6967 reported by tzafrir)
20 years ago
Olle Johansson e75fa47099 More ast_channel_lock fixes
20 years ago
Olle Johansson 6b3367bf5c New functions for locking a channel - these simplify debugging
20 years ago
Luigi Rizzo 62712ea668 constification and code simplifications
20 years ago
Luigi Rizzo 1029b57707 constify a couple of function arguments
20 years ago
Luigi Rizzo e43bc6634d This rather large commit changes the way modules are loaded.
20 years ago
Luigi Rizzo 33a3a7375a temporarily revert the way mutex are initialized on BSD systems.
20 years ago
Joshua Colp 5e43f18529 Updates to speech recognition API and dialplan utilities. Moved to using dialplan functions, and some other misc things.
20 years ago