aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-07-09Several chan_zap options were not working on reload because they were arbitra...qwell1-8/+8
2007-07-06If a sip_pvt struct has already registered an extension state callback,russell1-1/+4
2007-07-06(closes issue #10125)russell1-2/+6
2007-07-06Fixed a bug wherein agents get stuck busy. (issue 9618, reported by jiddings,...mmichelson1-1/+1
2007-07-05we shouldn't allow G.723.1 endpoints to use VAD, just like we don't support i...kpfleming1-0/+3
2007-07-05Copy language information to the dialog structure when calling a peer for sit...file1-0/+2
2007-07-05Actually check to make sure a PBX was started on one of the Local channels in...file1-3/+3
2007-07-04bchannel configurations like echocancel and volume control, need to be setupe...crichter1-0/+20
2007-07-04bad bug in overlapdial case, we called start_pbx multiple times, because the ...crichter1-1/+6
2007-07-03fixed issue, that misdn_l2l1_check could only be called from mISDN Source cha...crichter1-5/+0
2007-06-29Backport changes that make chan_iax2 not start the PBX on an incoming channelrussell1-8/+34
2007-06-29check if the bchannel stack id is already used, if so don't use it a second t...crichter2-1/+17
2007-06-27simplified generation for dummy bchannels, also we mark them as dummies, so t...crichter4-33/+45
2007-06-27simplified channel finding and locking a lot. removed unnecessary #ifdefed ar...crichter2-91/+67
2007-06-27isdn_lib.c didn't compilecrichter1-2/+0
2007-06-27for inbound TE calls, we setup the bchannel when we get the CONNECT_ACKNOWLED...crichter1-45/+4
2007-06-25Ignore other URIs after the first in a 300 Multiple Choice response. (issue #...file1-1/+3
2007-06-21we activate the bchannels in TE mode on incoming calls only when we want to c...crichter2-1/+2
2007-06-20Don't overwrite the configured username setting upon a REGISTER. (issue #8565...file1-3/+1
2007-06-20Fix a problem where an established call would not be properly disconnectedrussell1-29/+37
2007-06-20forgot one place .. crichter1-1/+1
2007-06-20fixed a bug that was introduced by copy and paste in the last commit ..bchann...crichter3-13/+30
2007-06-20on receiption of cause:44 we mark the channel as in use and inform the user a...crichter3-22/+52
2007-06-19Backport fix for crashes related to subscriptions from 1.4 ...russell1-0/+5
2007-06-19when we send out a SETUP, but get no response, we should cleanup everything a...crichter1-1/+7
2007-06-18Set the peer name on the dialog to the one configured in sip.conf and NOT the...file1-1/+1
2007-06-13restart indicator 0x80 is correct, at least that's what libpri does.crichter1-1/+1
2007-06-12if the bridged partner is mISDN too we should not send dtmf tones, they are t...crichter1-3/+7
2007-06-12if we have already some digits, we just stop the tones.crichter1-1/+1
2007-06-11added check for NULL Pointer when calling misdn_new. Asterisk does not allow ...crichter2-1/+13
2007-06-11fixed problem that the dummybc chanels had no lock, checking for the lock now...crichter5-13/+46
2007-06-07Only notify the devicestate system of a peer state change when the peer is bu...file1-1/+0
2007-06-05briding is a bool, fixed copy and paste issue.crichter1-3/+3
2007-06-05simplified the EVENT_SETUP handling in the cb_events function a lot. Commente...crichter1-175/+155
2007-06-05Backport of the overlap_dial functionality from asterisk-1.4's chan_misdn.nadi3-6/+197
2007-06-05added possibility to deactivate bridging per portcrichter3-0/+13
2007-05-31It is now possible for this path of execution to have the frame pointer be NU...file1-1/+1
2007-05-29Issue #9802 - Change inuse counter on CANCELoej1-0/+4
2007-05-24Allow RFC2833 to be negotiated when an INVITE comes in without SDP and is not...file1-0/+1
2007-05-24we should only activate the generator in chan_misdn, when asterisk hask not y...crichter1-0/+2
2007-05-23ensure that variables are set on a newly created channel before we start a PB...kpfleming1-4/+6
2007-05-23if we are going to set variables on a newly created channel, it should be don...kpfleming1-3/+5
2007-05-23Revert revision 62417 as someone reported problems with it to Mark. This wasrussell1-16/+31
2007-05-22we stop the tones only when we're in the pre-call phase, otherwise e.g. when ...crichter1-1/+2
2007-05-18Not getting an ACK to a 200 OK in the initial invite is critical to the call.oej1-1/+4
2007-05-18Issue 9235 - part of the problem, maybe not all. Please retry with this patch...oej1-2/+7
2007-05-18fixed a warning regarding Keypad encoding. encode the IE sending_complete at ...crichter2-4/+4
2007-05-18we *need* to send a PROCEEDING when sending_complete is set, even if need_mor...crichter1-1/+2
2007-05-16Fixing possible bug in auth of BYEoej1-1/+2
2007-05-16Support SIP uri's starting with SIP: and sip: (reported by Tony Mountfield on...oej1-15/+15