Commit Graph

3292 Commits (837910062b3f16b74eb9209595bcded5e2f8eb85)

Author SHA1 Message Date
Christian Richter 52cf26255a fixed some issues, that appear at higher load
20 years ago
Christian Richter cb6f278393 we send nearly everytime a RELEASE, only if we for sure know, that it's a TE and we did create the call we don't to hear the Inband Info
20 years ago
Olle Johansson fed57c1eb2 Making sure that cancel destroy is only executed once...
20 years ago
Olle Johansson f74538df11 Small fix
20 years ago
Luigi Rizzo c3b3feab76 - staticize gettag() complete_sip_peer() get_calleridname() arguments;
20 years ago
Luigi Rizzo 8731b6386d - constification of some functions (args and return values):
20 years ago
Luigi Rizzo 7e5e2ffb5f - localize 'struct cfalias' into the only function using it;
20 years ago
Luigi Rizzo 25e9168fea constify get_sdp*() and friends.
20 years ago
Luigi Rizzo 87890e75ba constify get_header(), which let me find out and fix one bug (overwriting
20 years ago
Luigi Rizzo 47df1e2020 - describe how sip packets are stored internally;
20 years ago
Luigi Rizzo 20d1876617 struct sip_request cleanup:
20 years ago
Luigi Rizzo 104c2b0a3a more cleanup: remove useless braces, replace "if" with "?",
20 years ago
Olle Johansson 9b4e335439 Re-instate removed comment
20 years ago
Luigi Rizzo e081b42cd6 another batch of minor code simplifications
20 years ago
Luigi Rizzo e468d9011d a bunch of trivial code normalizations (removal of unnecessary
20 years ago
Kevin P. Fleming f10f427d49 since the module API is changing, it's a good time to const-ify the description() and key() return values
20 years ago
Olle Johansson 8159124572 -Fixing some debugging messages in history and console
20 years ago
Olle Johansson aefba4ad7d Add history events for re-invites
20 years ago
Olle Johansson f235bbe5a5 make history easier to read
20 years ago
Olle Johansson 8cd506cdfd Add some more information to SIP history
20 years ago
Olle Johansson 7089dc1341 Issue #6899 - remove OSP support code from chan_sip.c and app_dial.c
20 years ago
Olle Johansson fd54f36509 Hmm. What is that keyword?? Let me see... Wait... Maybe... Ahh! OOPS!
20 years ago
Russell Bryant 3808318cff change a couple uses of !strlen() to ast_strlen_zero(). Oddly enough, one of
20 years ago
Olle Johansson 839ebd8e03 - sip_alloc failures are also caused by too few available file descriptors, so we can not
20 years ago
Olle Johansson b479a91e97 - Add cause code for format error
20 years ago
Olle Johansson 48ca2c82bf Import of revistion 18250 from 1.2
20 years ago
Christian Richter ece21c3019 sorry litle mistake
20 years ago
Christian Richter 47b8610f70 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@18192 65c4cc65-6c06-0410-ace0-fbb531ad65f3
20 years ago
Christian Richter 7788d5061c fixed a bridging-endless-loop also fixed the rdnis is not exported issue
20 years ago
Olle Johansson b7d32b9e0b Issue #6674: Set the URI correctly on BYEs when we have an incoming call
20 years ago
Olle Johansson 4ded41daa5 Cosmetic update for outbound REFERs
20 years ago
Olle Johansson 965394e4c2 Add "NewChan" event to history to track the birth of a new ast_chan from a
20 years ago
Olle Johansson 009e081199 Improved handling of 491 responses
20 years ago
Olle Johansson 518c4b295d Small changes to parse_sip_options
20 years ago
Olle Johansson be4ac5e57a Small fixes to handle_request_invite
20 years ago
Olle Johansson 62128ba7b7 - Don't change channel direction on re-invites
20 years ago
Olle Johansson 5483288048 - Implement handle_request_notify to handle incoming NOTIFY requests
20 years ago
Olle Johansson 9bd9bceef7 Implement a handle_response_refer function to take care of responses
20 years ago
Olle Johansson 1e8d1dda7d Change transmit_notify_sipfrag to handle other messages than 200 OK, needed for
20 years ago
Olle Johansson ddcd16e519 - doxygen
20 years ago
Luigi Rizzo 4408c0e6b5 structures can be copied with the '=' operators, no need to
20 years ago
Luigi Rizzo 6f09a652dd normalize some for() loops.
20 years ago
North Antara 0a24923596 skinny debug/verbose cleanup.
20 years ago
Tilghman Lesher 756c7cbb12 Bug 6873 - Finish moving from the non-threadsafe (and poor randomness) rand() to threadsafe ast_random()
20 years ago
Christian Richter 7028946605 some final fixes for cpn
20 years ago
Christian Richter ce8fc47ffc * advanced the error Handling routine for wrong frames from mISDN
20 years ago
Christian Richter d7a839a299 fixed some essential segfaults happening under heavy load. Added a bit more error handling if we receive wrong data form mISDN (e.g. if we crashed before => handle_err() ). Added first steps to implement the parseing of the connected party number.
20 years ago
Olle Johansson 42fddfa075 Formatting cleanup
20 years ago
Olle Johansson 0a1898d8d6 Issue #6878 - Manager event DNDstate hidden under verbose option (casper)
20 years ago
Olle Johansson 37ff50a890 - Don't return AST_DEVICE_UNKNOWN to devicestate engine, since this will
20 years ago
Matthew Fredrickson a868675e2f chan_iax2 cleanups and optimizations (#6858)
20 years ago
Matt O'Gorman b9e7287ce6 adds manager event when an iax2 peer loses registration.
20 years ago
Olle Johansson 878c88f899 Add tag to NOTIFY headers (imported from 1.2)
20 years ago
Christian Richter a096fbd87d * removed unneeded bc->state field
20 years ago
Matt O'Gorman 319945c922 bug updates chan_h323 to some api changes it
20 years ago
Olle Johansson 5fbe9f80e8 Don't add hangup cause on non-final responses. (Imported from 1.2)
20 years ago
Olle Johansson 67b460d43c Issue #6848 - Accept MWI subscriptions with no Accept: header
20 years ago
Olle Johansson 46a1b7c73b Don't add ast_extension_state on re-subscribes
20 years ago
Olle Johansson 2240245389 Reverse revision 16804 that disables authentication
20 years ago
BJ Weschke 225d8d5270 Don't process re-subscribes as new subscriptions.
20 years ago
Russell Bryant e536a9c6df move a NULL check to before the first time the pointer is dereferenced (issue #6832)
20 years ago
Russell Bryant a13ab2f377 - code formatting tweaks
20 years ago
Russell Bryant 813c445686 Merged revisions 16744 via svnmerge from
20 years ago
Olle Johansson 83b7de9463 Doxygen fix
20 years ago
Olle Johansson 2994fa390c Make REG_STATE_* enum
20 years ago
Olle Johansson 40b71d4b39 Don't accept new INVITE if we already have one pending.
20 years ago
Luigi Rizzo 0b655c3ce9 minor cleanup: localize a variable and replace i++; i++ with i +=2;
20 years ago
Luigi Rizzo 0ff1c42675 useless 'extern' and trailing whitespace removal
20 years ago
Joshua Colp 5880a7f513 Do not leave a thread in limbo if an error occurs, or if testing packet loss.
20 years ago
Tilghman Lesher 9a9ab4e7cf Merged revisions 16581 via svnmerge from
20 years ago
Luigi Rizzo c163911efe don't use 8000, use DEFAULT_SAMPLE_RATE
20 years ago
Luigi Rizzo 6c232811c0 as discussed with Mark a few weeks ago, the 'newstack' argument
20 years ago
Kevin P. Fleming 4e5ea82b7e deprecate insecure=very and insecure=yes, since we have more explicit versions available now
20 years ago
Olle Johansson 50f0b12880 Issue #5374 - Enable internal timing of generators (cmantunes)
20 years ago
Olle Johansson 2c4ebe356e Issue #6450 - Don't remove characters from SIP uri's when not needed
20 years ago
Joshua Colp 0c134c5cba Fix IAX2 multithreaded scheduling (issue #6840)
20 years ago
Olle Johansson 3d1f9b747e Formatting fix.
20 years ago
Christian Richter acacae4e68 fixed no dtmf detect on 64 bit
20 years ago
Russell Bryant 1caeee1c61 oops! :)
20 years ago
Russell Bryant 6601f4deba conversion from malloc to ast_malloc
20 years ago
Olle Johansson b366c4062e Issue #6823 - Registration and port numbers. (from 1.2)
20 years ago
Luigi Rizzo 096bf1511f another batch of cli simplifications
20 years ago
Luigi Rizzo b94f6a6df4 normalize/simplify a bit of the command completion code.
20 years ago
Kevin P. Fleming bb87cd151b make 'sip show subscriptions' include context for subscribed hints
20 years ago
Luigi Rizzo e9b7424737 The condition to check the zaptel version was too strict.
20 years ago
Luigi Rizzo f84e5cfd43 fix a bug introduced in 15187 that scrambled the flags and
20 years ago
Russell Bryant 3de0204481 Merged revisions 15703 via svnmerge from
20 years ago
Russell Bryant 1ddae90e53 only display a debug message if iaxdebug is enabled as well (issue #6673)
20 years ago
Olle Johansson 147ae336d2 Fix NAT support breakage for peers with qualify=yes (imported from 1.2)
20 years ago
Kevin P. Fleming f7c2eed26a ensure that 'zap show channel' will indicate that the echo canceler has been disabled when CED has been detected on the channel
20 years ago
Russell Bryant 78f7235d04 store f->callno in a local var (issue #6818)
20 years ago
Kevin P. Fleming 584ab24577 oops :-(
20 years ago
Russell Bryant dea8078eef conversions to S_OR (issue #6817)
20 years ago
Luigi Rizzo 45edaa4c3a optimize a bit name completion by avoiding repeated calls to
20 years ago
Luigi Rizzo bf2ae44338 fix documentation
20 years ago
Kevin P. Fleming 8410e0d681 support subscription-based MWI, and use proper Call-ID on NOTIFY messages (issue #6390)
20 years ago
Kevin P. Fleming 0b5f2a5d3f use proper file name
20 years ago
Kevin P. Fleming 278b8e8fc7 improve IP TOS support for SIP and IAX2 (issue #6355, code from jcollie plus modifications)
20 years ago
Olle Johansson ddaeaae214 Issue #6736 - use flags for OPTIONs messages
20 years ago
Olle Johansson 2c9ecd7baa Reverting previous patch. Ok, let's take this from 1.2 instead... :-)
20 years ago
Olle Johansson e4c8021b7d Issue #6736 - Enable NAT flags for OPTIONs requests (Thanks casper!)
20 years ago
Olle Johansson 0b39c35161 Issue #6597 - Show correct port in "sip show registry" - import from 1.2 branch
20 years ago
Olle Johansson 450bc8dad6 Issue #6409 - Make calls to URI without username go to "s" extension (imported from 1.2)
20 years ago
North Antara e9cf7dbfff Changed some "register" methods to the proper "unregister" method. This is in a #if 0 block, but it may still be useful someday.
20 years ago
Matt O'Gorman a5ece3388a Janitor work converting !ast_strlen_zero(a)?a:b
20 years ago
Christian Richter f274b642aa fixed bug that we don't allocate the bchan in setup_acknowledge already .. wonder why this wasn't fixed eearlier ..
20 years ago
Christian Richter bd4715f3bc fixed hicom busy bug, we now see if the systemphone is busy, also fixed the immediate=yes does not work anymore issue
20 years ago
Kevin P. Fleming 15873eb39c simplify flags/page2_flags stuff by using arrays instead
20 years ago
Olle Johansson 83d9331261 Issue #5427
20 years ago
Olle Johansson 18de2b7787 Issue #6705 (oej)
20 years ago
Russell Bryant d0b003a427 conversions to S_OR (issue #6803)
20 years ago
Mark Spencer 9164eac21a Add micro-http server and abstract manager interface, make snmp not die
20 years ago
Kevin P. Fleming c26786fd81 compute scheduler thread timeout properly
20 years ago
Kevin P. Fleming 39464dfe09 commit file's work to convert iax2 multithreading to use pthread conditions instead of signals (with some modifications)
20 years ago
Matthew Fredrickson ba8f7b8819 Allow channels to be moved if channel change is requested in SETUP_ACK, also add a WAY cool new field to the nsf option
20 years ago
Olle Johansson f554c03652 - In response to asterisk-users discussion - show which peers in "sip show peers" and "sip show peer" that are cached realtime peers.
20 years ago
North Antara 2ccaab2ad1 More whitespace and typo fixes for chan_skinny - yay!
20 years ago
Olle Johansson 19af878bac Issue #6766 - Make ;user=phone work again - imported from 1.2
20 years ago
Olle Johansson 9e1e47450a Issue #6759, generate warning when refusing connection requiring unsupported SIP extensions
20 years ago
Jim Dixon 7cfb9b3515 Added separate outsignalling specification, and fixed FEATDMF to allow for
20 years ago
Russell Bryant 2a00b76ace spelling and formatting fixes (issue #6760)
20 years ago
Christian Richter 939dda2d6c removed unneeded debugs in level=0
20 years ago
Christian Richter 52eb1ad9d1 removed dynamic switching from transparent to hdlc mode. Instead we've got a config option hdlc=yes now which enables the hdlc controller for a data call
20 years ago
Olle Johansson 3cb5768016 Don't overwrite ANI if it's already sent with IES (imported from 1.2 branch)
20 years ago
Olle Johansson 8bb397b439 Import revision 13547 from branch 1.2 - reset global_rtautoclear at reload
20 years ago
Olle Johansson 7296dd030e - Remove comment about non-existing XML format ;-)
20 years ago
Olle Johansson dbd3fa49fd - change "regcontext" to "global_regcontext" to mark it as a global setting
20 years ago
Russell Bryant 4c49c78e2e Merged revisions 13237 via svnmerge from
20 years ago
Olle Johansson 1bad801595 Importing "oops" fix from 1.2 branch.
20 years ago
Olle Johansson 8864646870 Import of rev 13026 from 1.2 branch: Fix parameters to event: header
20 years ago
Russell Bryant 9df72acbe9 deprecate the mailboxdetail option and always use its behavior, instead (issue #6665)
20 years ago
Russell Bryant 9bf08efa16 add a missing header to fix building with -Werror (issue #6717)
20 years ago
Russell Bryant 48c85e83bd fix build without SCHED_MULTITHREADED defined (issue #6719)
20 years ago
Russell Bryant a6f2a3899b add some missing braces
20 years ago
Olle Johansson 3b67da1362 - Adding some hangupcauses before hangups
20 years ago
Olle Johansson 9bbfae80e0 Issue #5937 - Make sure that SIP CANCEL's are retransmitted properly
20 years ago
Olle Johansson 11126fee1d Implement enum for retransmit options to various functions.
20 years ago
Christian Richter 8e7dd52695 added option to change the connected party number dialplan (ton)
20 years ago
Olle Johansson b27fa8bfc7 Support SIP_CODEC channel variable for early media. (Imported from 1.2, with a small
20 years ago
Mark Spencer 0752f8e41e Make sure we clear our sched value before we actually schedule the
20 years ago
Olle Johansson 52812c2917 Formatting fix.
20 years ago
Olle Johansson 5a2b0d6c2b Issue #6657 - Ignore 183 Session Progress without SDP (imported from 1.2 rev 12458)
20 years ago
Olle Johansson 06abc680dd Set SIPDOMAIN on 302 redirects.
20 years ago
Olle Johansson 9a475567bd Issue #6627 - Don't reset port number of active peers at reload
20 years ago
Christian Richter 2c1cd943d0 fixed #6642 in trunk as well, sorry i really didn't want to copy this issue ... grrrr
20 years ago
Christian Richter 5cd1828467 when receiving disconnect with inband info, we don't send release immediately, we also don't inform asterisk with hangup or congestion, since we want to hear the inband message.
20 years ago
Christian Richter bcbcdaa67c added misdn port down to send a L1 Deactivate to a NT Port. changed some default values regarding jitterbuffer.
20 years ago
Christian Richter 21735de56d added a bit more detailed description for the echotraining parameter, also changed the default from 1 to 2000. The default for the upper_threshold is now 0
20 years ago
Olle Johansson e3f05acab2 Add accountcode to sip_peer dialplan function
20 years ago
Tilghman Lesher 9756cec534 Merged revisions 12195 via svnmerge from
20 years ago
Tilghman Lesher bbbd23e2bd Bug 6195 - Deadlock solution by Matti
20 years ago
Olle Johansson 5bf234f2ba Fix bad fix.
20 years ago
Olle Johansson 13a3c7299a Oops
20 years ago
Olle Johansson 6730f817fd Clear almost all of page2 flags at reload (different fix from 1.2 branch)
20 years ago
Mark Spencer 24c1501690 Fix some whitespace issues
20 years ago
Mark Spencer 2639b0a397 Handle disappearing calls for registers
20 years ago
Russell Bryant 6cff0b11f0 Merged revisions 11410 via svnmerge from
20 years ago
Russell Bryant f3b1b80b93 fix some build issues on FreeBSD (issue #6614)
20 years ago
Christian Richter bd9c89a710 better default values for jitterbuffer in code and config
20 years ago
Mark Spencer ce263dfb94 Oops
20 years ago
Mark Spencer 6e9d6fdd0f Fix for GCC 3.2.2
20 years ago
Mark Spencer a26b7f3400 Make sure we clear up schedule numbers before we process schedule
20 years ago
Mark Spencer 8913eac229 Keep track of the function we're in the middle of doing
20 years ago
Mark Spencer 16109b9d2c Make IAX2 multithreaded
20 years ago
Christian Richter 61f1bf14fa added export and import of RDNIS channel variable
20 years ago
Christian Richter df6e9dbd4e removed the misdn Makefile target from channels/misdn/Makefile in favour of a short howto install mISDN/mISDNuser in the doc/misdn.txt file. This helps to make asterisk completely compileable by non-root users
20 years ago
Kevin P. Fleming 302c943001 add 'consumed' argument to ast_get_time_t, so callers can know how many characters were used in the parser
20 years ago
Kevin P. Fleming 6204abdae2 merge rizzo's patch to make compiler warnings stop the build, and fix a bunch of warnings found
20 years ago
Christian Richter fdd33866b4 * changed some strncpys to ast_copy_str
20 years ago
Christian Richter c7e0abdfed fixed a ETSI violation (after RELEASE we need to RELEASE_COMPLETE (network side) one needs to upgread mISDNuser for that fix as well. also fixed the reload issue #6547
20 years ago
Tilghman Lesher f2be8b518d Bug 6554 - Show all spans statuses with a single command
20 years ago
Tilghman Lesher 159711c838 Bug 6552 - Be a little more descriptive about which span has the PRI error
20 years ago
Mark Spencer 894c8401d8 Remove gratuitous -1 (bug #6426)
20 years ago
Mark Spencer 72465ade16 Remove several uses of freed memory
20 years ago
Matt O'Gorman d442f57537 add 'blindtransfer' variable to chan iax2 like chan_sip and res_features bug note 6407
20 years ago
Olle Johansson 98d0d296fb Whitespace cleanup
20 years ago
Russell Bryant a0d438fb6c remove the uses of the deprecated STANDARD_LOCAL_USER
20 years ago
Christian Richter afaf8e4c04 adde incoming_early_audio option, to avoid sending tone indications to the remote party on incoming calls from the pstn, this shouldnt be enabled, only if the provider allows it
20 years ago
Christian Richter f6bd1b8559 added pmp_l1_check option, to avoid l1 checking for group calls on PMP ports
20 years ago
Kevin P. Fleming 0a9c957764 remove code that does not appear to do anything useful (issue #6059)
20 years ago
Kevin P. Fleming 0aaad7b8b9 Merged revisions 10137 via svnmerge from
20 years ago
Kevin P. Fleming 4662d58b01 add API function for parsing strings to time_t (issue #6320, with mods)
20 years ago
Kevin P. Fleming 124b00c4a4 add 'systemname' option to prefix channel unique IDs with (issue #5825)
20 years ago
Kevin P. Fleming 7616d69a63 Merged revisions 9958 via svnmerge from
20 years ago
Christian Richter b7804137d9 fixed a certain 64bit segfault
20 years ago
Christian Richter 8d3f63f467 fixed the occasional no audio issue, still need deeper investigation .. echotraining is off by default
20 years ago
Russell Bryant 4d3c5e39b0 declare function_sipppeer as static (issue #6466)
20 years ago
Russell Bryant 46e43a6a90 remove unneeded var (issue #6466)
20 years ago
Russell Bryant 7946efea57 set peername after recent function updates
20 years ago
Kevin P. Fleming e7c198453d ensure that dependencies are rebuilt after 'make update' so that builds don't break when files are removed/renamed
20 years ago
Kevin P. Fleming 96bf384e7d major dialplan functions update
20 years ago
Russell Bryant 1f23480472 Makefile updates for renaming of chan_misdn_config
20 years ago
Russell Bryant 1a23f4d092 rename chan_misdn_config.c to misdn_config.c
20 years ago
Russell Bryant 452f87a465 Merged revisions 9609 via svnmerge from
20 years ago
Russell Bryant 20c87064c1 don't try to build a chan_misdn_config.so
20 years ago
Kevin P. Fleming 1f06418500 remove unused header and channel module
20 years ago
Mark Spencer c74856b173 Make IAX2 not try to authenticate when registration info is not changing
20 years ago
Kevin P. Fleming 7a4b31e515 doh!
20 years ago
Kevin P. Fleming 7b2988821a clean up SMDI support commit:
20 years ago
Matthew Fredrickson c344781c4b Add boost gain option to microphone, also minor bug fixes (#6388)
20 years ago
Matthew Fredrickson 5dd0b76b2d Minor bugfix for #6386
20 years ago
Matthew Fredrickson af07dc8883 Add smdi support for asterisk (see doc/smdi.txt for config info) (#5945)
20 years ago
Kevin P. Fleming cadfcdfe8e Merged revisions 9404 via svnmerge from
20 years ago
Kevin P. Fleming b40bd71a9a restore 'rfc2833' naming for DTMF mode in chan_sip
20 years ago
Christian Richter fd9fe21d2c * jb can be configed by misdn_set_opt
20 years ago
Christian Richter 0058f40ed5 added Proceeding state, to be more ETSI conform with outgoing setups on the Network side (no release_complete but disconnect or release in proceeding state)
20 years ago
Tilghman Lesher 4f1e5d1aef Bug 6387 - janitor cleanup for linked lists
20 years ago
Christian Richter 091a14754d still some L1 related fixes
20 years ago
Olle Johansson 4d07b89fdd - Change "rfc2833" to "rtp" in sip.conf. Keeping backwards compatibility.
20 years ago
Russell Bryant 7529e12ab4 remove unnecessary format check in zt_request so that we will actually accept
20 years ago
Russell Bryant a8d24df108 clarify return value (issue #6434)
20 years ago
Russell Bryant 14906b3cfc Merged revisions 9246 via svnmerge from
20 years ago
Matt O'Gorman 5f0de64f78 Merged revisions 9232 via svnmerge from
20 years ago
Christian Richter be20a26a35 fix for the L2 Signalling
20 years ago
Christian Richter f354a43bd3 L2 Signalling in PTP-TE Mode fixed
20 years ago
Christian Richter a43c6c0f49 * dozens of white-space removements
20 years ago
Matthew Fredrickson 556ec7c940 Make sure we output the APDU debug on pri debug commands
20 years ago
Christian Richter b42dd639ee default values of jitterbuffer and jitterbuffer_upper_threshold should be > 0, this fixes the tv_fix warnings, because we use ast_read to transmit frames to asterisk in jitterbuffer mode, instead of queueing the audio data with ast_queue_frame.
20 years ago
Kevin P. Fleming d87a77b89b rename properties for forward-porting fixes so they don't conflict with developer branches
20 years ago
BJ Weschke 81125d803e Don't set a global variable if the channel you're trying to set CHANLOCALSTATUS on has gone away already.
20 years ago
Kevin P. Fleming a84d2cf4ea make chan_misdn build on x86-64
20 years ago
Kevin P. Fleming ec5dfabc65 updates to compile against current trunk
20 years ago
Christian Richter 7133d1b006 * removed unnecessary struct elements and functions
20 years ago
Matthew Fredrickson 7bed7d9048 Fix w/ string field updates #6397
20 years ago
Olle Johansson f1377e3ce1 - Remove "frame relay" from chan_sip !
20 years ago
Matthew Fredrickson d65e912816 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@9106 65c4cc65-6c06-0410-ace0-fbb531ad65f3
20 years ago
Olle Johansson 2f4524f1df - Add doxygen docs on return values on check_user_full()
20 years ago
Olle Johansson 88e37acdcd - Make debug logging for each authentication (twice per call) optional
20 years ago
Matthew Fredrickson af52e3fd90 More stringfield related changes
20 years ago
Matthew Fredrickson 35edaf57d6 Fix so that hardhdlc works w/ chan_zap
20 years ago
Kevin P. Fleming a16ae226b6 use string fields for some stuff in ast_channel
20 years ago
Matt O'Gorman 7d03c33e0a Allows for user to uninstall asterisk binaries
20 years ago
Olle Johansson f0c6fe952e Optimize settings of defaults for a new peer object and make sure
20 years ago
Russell Bryant a228af1dd9 remove some more local declarations of null frames
20 years ago
Russell Bryant e01861fafd define a global null_frame object so when queueing a null frame, you don't
20 years ago
Olle Johansson 18eac350af - Moving two session (PVT) flags to peer PAGE2 (DYNAMIC and SELFDESTRUCT) to make room for more session-related flags
20 years ago
Olle Johansson ea0ac62a1e - Change "prefs" to "default_prefs" and move declaration to "default" group
20 years ago
Kevin P. Fleming d819679da0 Yes Virginia, Zaptel does support native ALAW
20 years ago
Olle Johansson 19cd118bff - Doxygen and comments updates
20 years ago
Olle Johansson 125fd8446c Issue 5892: Set a minimum T1 timer for calls. Reporter: twisted
20 years ago
Olle Johansson f3f9230738 Issue #6035 - Don't send 403 on bad auth (correcting one of my old mistakes...) Reported by maik.
20 years ago
Olle Johansson 81813b42a4 Issue #5793
20 years ago
Kevin P. Fleming 257212b930 Merged revisions 8905 via svnmerge from
20 years ago
Mark Spencer 37815b2cce Merge Rizzo's waitfor update (bug #4584)
20 years ago
Kevin P. Fleming cde6058aef make ast_read() able to handle channel read()/exception() methods that return a chain of frames
20 years ago
Olle Johansson 7b07bf5fc8 - Remove unused "resetinvite" variable
20 years ago
Olle Johansson 3009e4004c Change booleans to TRUE/FALSE.
20 years ago
Olle Johansson 0c687996ad Doxygen updates
20 years ago
Olle Johansson 4a63775523 - Moving forward declarations to one block
20 years ago
Olle Johansson 7ac422562e Simplify code for building Call ID's, create generic random string function
20 years ago
Matthew Fredrickson 0296f45bff Add rdnis rx/tx support to chan_iax2 (#6348)
20 years ago
Olle Johansson 6fafc9d4f0 Merged revisions 8785 via svnmerge from
20 years ago
Olle Johansson 1a484607a3 - Move two functions to static that wasn't for some reason
20 years ago
Olle Johansson 09e357e013 Formatting fixes, speling eror fiksd ;-)
20 years ago
Olle Johansson 25ad6f6ec3 Issue #5954 revisited. Thanks rizzo.
20 years ago
Russell Bryant 99abd45d01 Merged revisions 8729 via svnmerge from
20 years ago
Olle Johansson db97a8d9ce Code clean up, inspired by rizzo's comments in issue 5978.
20 years ago
Olle Johansson 0f4b7a78f6 Add some debugging output when reloading, to be able to follow progress at high debug levels
20 years ago
Olle Johansson ca81ac1a02 Merged revisions 8710 via svnmerge from
20 years ago
Russell Bryant c1a2631101 Merged revisions 8677 via svnmerge from
20 years ago
Russell Bryant 19f99bee0f use arg parsing macros in the AGENT dialplan function (issue #6236, with small mods)
20 years ago
Russell Bryant 5370520804 store feature_pvt list using linked list macros
20 years ago
Russell Bryant b7ab0d1840 store agent_pvt list using linked list macros (issue #6342)
20 years ago
Kevin P. Fleming c767a66da5 don't queue a congestion frame on a channel that will be immediately hung up anyway
20 years ago
Olle Johansson 82f8c9d64d - Remove unused option to transmit_state_notify
20 years ago
Olle Johansson b64404e039 From now on, apply maxexpiry and minexpiry to all subscriptions. Thanks to fourcheeze in the IRC channel
20 years ago
Olle Johansson 3fbad3f5d3 Don't reset scheduled ID until we actually end the scheduled event.
20 years ago
Olle Johansson 50280803be Issue 6114: Don't hangup on bye/also if there's no channel. (gst)
20 years ago
Olle Johansson ab04b28196 Issue #6093: Match realtime non-dynamic peers by IP. (siacali).
20 years ago
Olle Johansson be28dc1be8 Importing rev #8537 from 1.2, never send response to ACK (issue #6308)
20 years ago
Olle Johansson 9434a05dc1 - Report SIP reload in manager (issue 5742 with small changes)
20 years ago
Olle Johansson b90a5b0ebd - Adding doxygen comments
20 years ago
Olle Johansson 9cda86f4b2 Remove redundant default default/global settings from declaration, settings are done in reload_config()
20 years ago
Olle Johansson 4c8b2c62de Remove more unused defines.
20 years ago
Olle Johansson c3fcb9eaea Doxygen updates
20 years ago
Olle Johansson 8b42063108 Finally removing SIPDUMPER that hasn't been used for ages. If anyone needs this for some reason,
20 years ago
Olle Johansson 57f0c81518 - Change "call" to "dialog" where use of "call" is confusing, since it may be a register transaction or a subscription.
20 years ago
Olle Johansson 814800008d - Debug output fixes
20 years ago
Olle Johansson e2f477175f Doxygen update
20 years ago
Olle Johansson e0fe84d1b2 Re-instate sip_addheader() while waiting for a dialplan function. (Issue 6317)
20 years ago
Olle Johansson 50797d7c05 - Adding some white space from my white space reservoir
20 years ago
Russell Bryant 7df4257dbb eliminate some compiler warnings
20 years ago
BJ Weschke 0034a39f29 Correct some scenarios where CALL_LIMIT could not be getting adjusted properly allowing chan_sip to send calls when it really shouldn't. Bug #6111
20 years ago
Russell Bryant 4414f45393 on this pass, only remove duplicate log messages
20 years ago
Russell Bryant 9fa6eb5e07 revert my pass through the tree to remove checks of the result of ast_strdupa
20 years ago
Russell Bryant 847260bb77 remove some useless checks of the result of ast_strdupa
20 years ago
Tilghman Lesher e3e7e1d1b2 Bug 5515 - Devicestate and API documentation update
20 years ago
Matthew Fredrickson be910dd5b6 Change chan_alsa to default open the first sound card device
20 years ago
Kevin P. Fleming 1992ffbdb0 eliminate compiler warnings from recent const-ification
20 years ago
Matt O'Gorman bc133ed475 Merged revisions 8320 via svnmerge from
20 years ago
Olle Johansson ad5eaa9aca More doxygen updates
20 years ago
Olle Johansson 0fd8b4cb3b Doxygen updates
20 years ago
Olle Johansson 3d456ce4f0 Add support for "musicclass" instead of "musiconhold" to make chan_zap compatible
20 years ago
Olle Johansson de72ee118b Enable "musicclass" setting for sip peers
20 years ago
Russell Bryant 6b46e27bb4 Merged revisions 8242 via svnmerge from
20 years ago
Russell Bryant 6f71e1178e constify arguments in more places where strings should not be modified (issue #6286)
20 years ago
Kevin P. Fleming 065a368463 remove some more deprecated (pre-1.2) stuff
20 years ago
Matthew Fredrickson 6ba6a2be1c Fix answeronpolarityswitch and hanguponpolarityswitch when both are yes (#6229)
20 years ago
BJ Weschke 242a478023 Fix compiler warning.
20 years ago
Kevin P. Fleming 21347757ef don't generate any message for native bridge attempts unless all the basic checks have passed and we're actually going to try it
20 years ago
Russell Bryant 4a7cec937d remove redundant CFLAGS for BSD which are already set in the main Makefile (issue #6250)
20 years ago
BJ Weschke ec0c939e6f Code cleanup spawned from an earlier commit today r8063. Standardize manager event responses and queue_log behavior on callbacklogoff.
20 years ago
Matt O'Gorman 3928ebd74f Made chan_agent code parsing more robust and
20 years ago
BJ Weschke 1874f21ff8 Implement the autologoffunavail option in chan_agent (#6038 with some minor mods)
20 years ago
BJ Weschke 46b6488927 Address the condition where X-ClientCode could be NULL or an empty string - from a -dev posting.
20 years ago
Matt O'Gorman ea06844b19 added some minor changes from bug 6046 thanks ppyy
20 years ago
Russell Bryant cd28843c19 fix spelling errors (issue #6227)
20 years ago
Matt O'Gorman d6638d5262 Oops... need to keep my trunk folder clean...
20 years ago
Matt O'Gorman 1dc0312d01 Added option for limiting a user from logging in
20 years ago
Matt O'Gorman 57fe2e8ea2 removed unused variable and config parsing for it
20 years ago
Russell Bryant 69c4cefcd4 fix incorrect return value (issue #6202)
20 years ago
Russell Bryant 0318a4b180 Merged revisions 7986 via svnmerge from
20 years ago
Russell Bryant d7f70ca1c2 Merged revisions 7972 via svnmerge from
20 years ago
Russell Bryant 466a062b09 convert some channels to use the memory allocation wrappers.
20 years ago
Matthew Fredrickson c2f0133a3b Update chan_phone to indicate FLASH properley (#4935)
20 years ago
Kevin P. Fleming 8d17df65ce Merged revisions 7917 via svnmerge from
20 years ago
Olle Johansson 8e344385a2 -Move declaration of callevents variable out of the block of function declarations.
20 years ago
Tilghman Lesher 69653d9807 Bug 6150 - do not modify strings after they have been submitted into a string pool
20 years ago
Mark Spencer 8f00194254 Fix RPID with new string fields (bug #6145)
20 years ago
Mark Spencer 9c3db147ea Handle swapout of "fromdomain" in callid properly (bug #6154)
20 years ago
Mark Spencer 1b57ae8b6c Fix build if RINGBEGIN is not defined (bug #6166)
20 years ago
Mark Spencer e2ef61814f Add support for H.264 with SIP and recording
20 years ago
Matthew Fredrickson 4401b7e67f Changes to allow receiving japanese callerid (Bug #5928)
20 years ago
Kevin P. Fleming 95b4988cf5 Merged revisions 7829 via svnmerge from
20 years ago
Kevin P. Fleming 2d4c002a2c Merged revisions 7809 via svnmerge from
20 years ago
Kevin P. Fleming ce81ea8122 remove deprecated chan_modem drivers
20 years ago
Kevin P. Fleming 80fa9689b7 add memory-pool based string field management for structures
20 years ago
Matthew Fredrickson a14916bfa5 Fixes for bug #6125
20 years ago
Olle Johansson 72779cd6a0 Issue #5824: Adding more SIP to ISDN Cause code conversions. Thanks mguesdon!
20 years ago
Olle Johansson b6bd455a7b Missing ">" in XML. Thanks, fenlander, for reporting this on IRC.
20 years ago
Olle Johansson 5462ec082c - Remove "incominglimit" as a configuration option in sip.conf
20 years ago
Kevin P. Fleming a4f8d466e8 update copyright headers for files changed this year
20 years ago
Olle Johansson 38cc562008 Don't check user call limits for outbound calls.
20 years ago
Olle Johansson 1e6ada5f68 Issue #5954: Implement printf-like append_history and implement AST_LIST for SIP history (rizzo)
20 years ago
Olle Johansson 4ef2139916 Bug #6071: Broken rport match in check_via(). (rizzo)
20 years ago
Olle Johansson 3b4f660a85 Bug 5345; Add configuration option for minimum registration time. (folsson)
20 years ago
Russell Bryant 9b8b2c79c6 initialize sip_auth list
20 years ago
BJ Weschke 7aad650606 Fix compiler warnings.
20 years ago
Russell Bryant a725468381 update doxygen docs to specify authors
20 years ago
Russell Bryant a6d13ff79f Merged revisions 7665 via svnmerge from
20 years ago
Russell Bryant 37e21fc61c avoid unneeded calls to strlen in iax2 completion functions
20 years ago
Russell Bryant e4e5b423a4 avoid repeated calls to strlen in command completion functions and normalize
20 years ago
Mark Spencer 63ed37defd Don't do DTMF detect on pseudo's!
20 years ago
Jim Dixon a945b5598e Added support for Feature Group C CAMA trunks (both DP and MF), and support
20 years ago
Russell Bryant ef1ce7aec9 Merged revisions 7634 via svnmerge from
20 years ago
Russell Bryant b60daeb58f Merged revisions 7599 via svnmerge from
20 years ago
Russell Bryant 80322c1bdb remove stray unlock (issue #5955)
20 years ago
Kevin P. Fleming 9adc59ca3a forward-port per-peer videosupport changes from branches/1.2
20 years ago
Russell Bryant 1d498c35cd - construct the difference and have only one call to snprintf in build_via
20 years ago
Tilghman Lesher 134c3757d8 Merged revisions 7582 via svnmerge from
20 years ago
BJ Weschke a3bd5d11d3 Bug #6040 - Documentation correction
20 years ago
Russell Bryant 9398c57e6f add AGENT function, similar to SIPPEER or IAXPEER (issue #5531)
20 years ago
Mark Spencer 0d32a85be1 Major RTP fixes for using inbound SDP on outbound connection, get rid of
20 years ago
Mark Spencer 6322aaad68 Fix reload of peer contexts (bug #6007)
20 years ago
Russell Bryant 1bd64edd17 allow forcing the build to exclude PRI support using WITHOUT_PRI, similar to
20 years ago
Russell Bryant dca08fd878 - add note on required values of sip_methods struct
20 years ago
Kevin P. Fleming 2a3dacfc3d Merged revisions 7515 via svnmerge from
20 years ago
Kevin P. Fleming caa2e580da Merged revisions 7513 via svnmerge from
20 years ago
Kevin P. Fleming b7b2317d81 Merged revisions 7448-7449,7451,7453 via svnmerge from
20 years ago
BJ Weschke 8ef327b3f5 Bug #5877
20 years ago
Christian Richter 7dfa72cdee committed head of chan_misdn with a lot of new features. Most important of all: chan_misdn supports now the mISDN mqueue tree (smp,preemptible,gcc-4 aware\!). Additionally there are some code optimizations, new facility management (Calldeflect works for now).
20 years ago
Christian Richter 52d3ddabd1 chan_misdn links against shared mISDNuser libraries now
20 years ago
Russell Bryant bdb525c420 Merged revisions 7335 via svnmerge from
20 years ago
Russell Bryant 82a4d5dd8f add some missing prototypes and don't use caps for the sip debug defines since
20 years ago
Russell Bryant 0ff48b4681 clean up some compiler warnings
20 years ago
Russell Bryant 8af65a8a25 add the 'sip debug' options to the set of global flags and fix some compiler warnings
20 years ago
Tilghman Lesher 870f98f02d Bug 5858 - Make the chanvars.c functions return a 'const char *'
20 years ago
Matthew Fredrickson 6a6b88c0e3 Fix all the warnings and errors for PRI to go to more logical places
20 years ago
Kevin P. Fleming 0242a69b3f Merged revisions 7265-7266,7268-7275 via svnmerge from
20 years ago
Matthew Fredrickson 39c7f262a0 Add app to send pri keypad facility digits during a call
20 years ago
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
20 years ago
Kevin P. Fleming c14588af86 remove remaining .cvsignore files
20 years ago
Kevin P. Fleming e9cde1fbdb fix port number handling in peer building functions
20 years ago
Kevin P. Fleming 354b7f1a81 fix a bug found during a recent upgrade
20 years ago
Russell Bryant f367620dd9 issue #5815
20 years ago
Russell Bryant 3cb060d80f issue #5800
20 years ago
Russell Bryant 913232e82e issue #5794
20 years ago
Josh Roberson 85d60cf7ab issue #5792
20 years ago
Josh Roberson 15f5afeaa8 issue #5799
20 years ago
Russell Bryant 35fcf0a8aa Add missing carriage return and line feed to the SDP line indicating that we don't support VAD (issue #5780)
20 years ago
Kevin P. Fleming 522544442b backport chan_modem fixes from v1-2
20 years ago
Jeremy McNamara af4301802d don't register channel type until we are ready, coding format updates
20 years ago
Kevin P. Fleming c86be56b3b don't build chan_modem by default
20 years ago
Kevin P. Fleming 639104bbb2 fix previous commit to actually do it properly...
20 years ago
Kevin P. Fleming 2b656be753 issue #5764
20 years ago
Kevin P. Fleming 4331958422 issue #5539
20 years ago
Kevin P. Fleming c7c3fa1d53 issue #5672
20 years ago
Kevin P. Fleming 3d599e6501 issue #5739 (plus ast_copy_string() usage conversion)
20 years ago
Kevin P. Fleming e88e390bb8 issue #5751
20 years ago
Mark Spencer b05ff7c343 Fix i4l breakage (bug #5729)
20 years ago
Russell Bryant c9ceb15e1e fix a lil' typo
20 years ago
Mark Spencer 2b547e1f9e Fix build on FreeBSD 4.11
20 years ago
Kevin P. Fleming 766d1a73b1 issue #5712
20 years ago
Kevin P. Fleming 38c665bd67 fix typo
20 years ago
Kevin P. Fleming 8605bf0104 minor fixes
20 years ago
Mark Spencer a7d794a0ac Fix DTMF issue with 3-way native zap
20 years ago
Kevin P. Fleming 36315b865b issue #5713
20 years ago
Kevin P. Fleming f603eb0135 issue #5671
20 years ago
Kevin P. Fleming 1740d40182 issue #5693
20 years ago
Kevin P. Fleming 8c9a32bd4b issue #5685
20 years ago
Kevin P. Fleming 8fddeef1ac issue #5700
20 years ago
Kevin P. Fleming 6dabdbc7cd eliminate useless warnings generated by IAXy registrations
20 years ago
Kevin P. Fleming bdda6254f4 correct logic for group-match CONGESTION checking
20 years ago
Kevin P. Fleming cdf4031963 issue #3360 plus related fix
20 years ago
Kevin P. Fleming 15b01f246c issue #5604
20 years ago
Mark Spencer c5f0a6db6f Fix three-way issue
20 years ago
Kevin P. Fleming ebf04fc570 more header include simplification
20 years ago
Kevin P. Fleming a0a9769616 issue #5648
20 years ago
Kevin P. Fleming 145daf44d8 issue #5634 and a little ChangeLog cleanup
20 years ago
Kevin P. Fleming 5e0149d7cf issue #5639
20 years ago
Russell Bryant bb3e125ed4 don't loop forever on an invalid options string (issue #5629)
20 years ago
Russell Bryant 31a804b97c issue #5605
20 years ago
Russell Bryant 1781e73435 use enum's for iax user/peer flags, and for pvt state
20 years ago
Mark Spencer 7c3efb156c chan_misdn updates (bug #5597)
20 years ago
Mark Spencer a67c2702c5 Fix chan_oss buglets (bug #5618)
20 years ago
Mark Spencer 3d473eebbc Fix chan_zap build on non-PRI (bug #5620)
20 years ago
Mark Spencer 994b9db081 Handle DTMF properly when combined with other events
20 years ago
Russell Bryant 5039ee0965 allow the IAXPEER function to check a peer's status
20 years ago
Ben Kramer 3e2507a07a i/ got the loop drop the wrong way around
20 years ago
Kevin P. Fleming 426360e389 major update to arg/option parsing APIs and documentation
20 years ago
Jeremy McNamara fa46248f9d Request a sane amount of bandwdith from GK, and fix one-way auido problems with broken H.323 stacks *cough* CCM.
20 years ago
Jeremy McNamara 27041dbda8 document UserByAlias usage
20 years ago
Ben Kramer e9f5bd158b / added dropping of loop when hanging up a station port from another chan
20 years ago
Ben Kramer 9693d05882 / fix to for compiling with both 2.4.x and 3.x vpb-drivers
20 years ago
Ben Kramer b2c2b5cd49 working on delay issue when bridging via ast_bridge
20 years ago
Ben Kramer 610f5614e3 added patched to support collecting caller ID before first ring using
20 years ago
Kevin P. Fleming 986a8ca089 issue #5566
20 years ago
Kevin P. Fleming 7ffb604a2f issue #4678
20 years ago
Mark Spencer 4468de1bd7 Only consider timeouts on realtimers (bug #5554)
20 years ago
Kevin P. Fleming 6eaca0ad8f finish chan_misdn commit
20 years ago
Kevin P. Fleming 033cd4d58f revert strncpy->ast_copy_string changes where the semantics are subtly different
20 years ago
Kevin P. Fleming e86e9a9fe3 allow netsock objects to be unref'd so they can disappear when needed (issue #5454)
20 years ago
Kevin P. Fleming d8672874ef properly handle '100 Trying' that arrives after a dialog has been dropped (issue #5475)
20 years ago
Kevin P. Fleming 9c25f9d1d5 handle improperly formatted initial requests properly (issue #5483)
20 years ago
Kevin P. Fleming 0ac988acaa add experimental mISDN channel driver (issue #4077)
20 years ago
Kevin P. Fleming 3da6bf02c9 add some warning message for when chan_sip gets overloaded (issue #5530)
20 years ago
Kevin P. Fleming a15a52208d don't increment 'inuse' counter when call is being failed because of limit (issue #5545)
20 years ago
Kevin P. Fleming 0a314b2454 add some additional log output and comment cleanup in the registration process (issue #5534)
20 years ago
Kevin P. Fleming b175ff39ef properly support 'musicclass' setting for peers/users (issue #5521)
20 years ago
Mark Spencer 39d27dbab8 Fix ability to do lots of outbound registrations (bug #5529)
20 years ago
Mark Spencer 6b26826bab Remove ancient copy/paste error (bug #5541)
20 years ago
Mark Spencer 6be92affa2 Fix minor iax2 device state issue (bug #5540)
20 years ago
Kevin P. Fleming c24ba6ac5e fix remaining breakage from yesterday's changes
20 years ago
Kevin P. Fleming fff6a2c159 use new app-argument macros, and try to fix yesterday's breakage
20 years ago
Mark Spencer de47e29d09 Merge highly modified fullcontact in realtime sip patch (bug #4832, heavy mods)
20 years ago
Russell Bryant 395f81d734 strncpy to ast_copy_string
20 years ago
Russell Bryant 9ddf0e4dce Remove unnecessary checks before calls to ast_strlen_zero. Also, change
20 years ago
Russell Bryant d57fb0b655 doxygenify the comments for data structures and defines in chan_iax2
20 years ago
Russell Bryant f1b14773dd use an enum instead of #define'd integers in a couple of places
20 years ago
Russell Bryant 052db5af42 fix up arguments to AgentCallbackLogin so that the options string and the
20 years ago