summaryrefslogtreecommitdiff
path: root/channels
AgeCommit message (Collapse)Author
2006-03-27simplify flags/page2_flags stuff by using arrays insteadKevin P. Fleming
enhance handle_common_options to be able to set flags in the second set of flags (what used to be page2_flags) various other minor fixes git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@15187 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-27Issue #5427Olle Johansson
- Enable videosupport per device - Implement maxcallbitrate setting for video calls Patch by John Martin, thanks! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@15148 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-27Issue #6705 (oej)Olle Johansson
- Implement option for allow/disallow subscriptions - Implement option for allow/disallow overlap dialling - Set default to disable overlap dialling in sip.conf.sample for new installations - Remove overlap dialling from subscription logic git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@15107 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-26conversions to S_OR (issue #6803)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@15022 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-25Add micro-http server and abstract manager interface, make snmp not die Mark Spencer
on reload. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14953 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-23compute scheduler thread timeout properlyKevin P. Fleming
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14573 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-23commit file's work to convert iax2 multithreading to use pthread conditions ↵Kevin P. Fleming
instead of signals (with some modifications) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14570 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-23Allow channels to be moved if channel change is requested in SETUP_ACK, also ↵Matthew Fredrickson
add a WAY cool new field to the nsf option git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14521 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-23- In response to asterisk-users discussion - show which peers in "sip show ↵Olle Johansson
peers" and "sip show peer" that are cached realtime peers. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14425 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-22More whitespace and typo fixes for chan_skinny - yay!North Antara
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14188 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-22Issue #6766 - Make ;user=phone work again - imported from 1.2Olle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14141 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-22Issue #6759, generate warning when refusing connection requiring unsupported ↵Olle Johansson
SIP extensions git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14110 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-21Added separate outsignalling specification, and fixed FEATDMF to allow forJim Dixon
international inbound calls. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@14079 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-21spelling and formatting fixes (issue #6760)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13850 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-21removed unneeded debugs in level=0Christian Richter
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13787 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-20removed dynamic switching from transparent to hdlc mode. Instead we've got a ↵Christian Richter
config option hdlc=yes now which enables the hdlc controller for a data call git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13637 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-20Don't overwrite ANI if it's already sent with IES (imported from 1.2 branch)Olle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13635 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-19Import revision 13547 from branch 1.2 - reset global_rtautoclear at reloadOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13548 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-19- Remove comment about non-existing XML format ;-)Olle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13546 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-19- change "regcontext" to "global_regcontext" to mark it as a global settingOlle Johansson
- show regexten in "sip show peer <name" git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13545 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-16Merged revisions 13237 via svnmerge from Russell Bryant
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r13237 | russell | 2006-03-16 12:42:46 -0500 (Thu, 16 Mar 2006) | 3 lines always use the callerid signalling method set in the zt_pvt strucutre as opposed to the last one read from the config file (issue #6734, with mods) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13238 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-16Importing "oops" fix from 1.2 branch.Olle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13206 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-15Import of rev 13026 from 1.2 branch: Fix parameters to event: headerOlle Johansson
in SUBSCRIBE request git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@13027 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-14deprecate the mailboxdetail option and always use its behavior, instead ↵Russell Bryant
(issue #6665) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12923 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-14add a missing header to fix building with -Werror (issue #6717)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12894 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-14fix build without SCHED_MULTITHREADED defined (issue #6719)Russell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12878 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-12add some missing bracesRussell Bryant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12688 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-12- Adding some hangupcauses before hangupsOlle Johansson
- Removing double warning git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12546 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-10Issue #5937 - Make sure that SIP CANCEL's are retransmitted properlyOlle Johansson
Importing revision 12495 from 1.2 with changes for svn trunk git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12496 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-10Implement enum for retransmit options to various functions.Olle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12494 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-09added option to change the connected party number dialplan (ton)Christian Richter
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12481 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-09Support SIP_CODEC channel variable for early media. (Imported from 1.2, with ↵Olle Johansson
a small change for const char* channel variables) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12478 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-09Make sure we clear our sched value before we actually schedule the Mark Spencer
dereg. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12476 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-08Formatting fix.Olle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12471 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-08Issue #6657 - Ignore 183 Session Progress without SDP (imported from 1.2 rev ↵Olle Johansson
12458) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12459 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-08Set SIPDOMAIN on 302 redirects. Olle Johansson
This way you can catch 302 redirects in the dial plan and see if the redirect is to a local extension or a remote URI. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12456 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-07Issue #6627 - Don't reset port number of active peers at reloadOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12400 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-07fixed #6642 in trunk as well, sorry i really didn't want to copy this issue ↵Christian Richter
... grrrr git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12371 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-07when receiving disconnect with inband info, we don't send release ↵Christian Richter
immediately, we also don't inform asterisk with hangup or congestion, since we want to hear the inband message. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12315 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-07added misdn port down to send a L1 Deactivate to a NT Port. changed some ↵Christian Richter
default values regarding jitterbuffer. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12288 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-07added a bit more detailed description for the echotraining parameter, also ↵Christian Richter
changed the default from 1 to 2000. The default for the upper_threshold is now 0 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12287 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-07Add accountcode to sip_peer dialplan functionOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12260 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-07Merged revisions 12195 via svnmerge from Tilghman Lesher
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r12195 | tilghman | 2006-03-06 18:05:27 -0600 (Mon, 06 Mar 2006) | 2 lines Bug 6020 - Race condition where packet could be lost if first packet on list is acked ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12197 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-06Bug 6195 - Deadlock solution by MattiTilghman Lesher
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@12136 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-05Fix bad fix.Olle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11914 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-05OopsOlle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11889 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-05Clear almost all of page2 flags at reload (different fix from 1.2 branch)Olle Johansson
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11850 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-03-04Fix some whitespace issuesMark Spencer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11817 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-28Handle disappearing calls for registersMark Spencer
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11437 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-02-28Merged revisions 11410 via svnmerge from Russell Bryant
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r11410 | russell | 2006-02-28 14:46:04 -0500 (Tue, 28 Feb 2006) | 2 lines fix the output that indicates whether qualify smoothing is on or not (issue #6608) ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@11411 65c4cc65-6c06-0410-ace0-fbb531ad65f3