Commit Graph

2799 Commits (d0bc6c20a70c0da3dee48a2ad1a9acb25fc668fc)

Author SHA1 Message Date
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