aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-12-20Fix another potential seg fault ...russell1-2/+2
2007-12-20Fix a couple of places where it's possible to dereference a NULL pointer.russell1-2/+2
2007-12-18Oops, missed this one casetilghman1-1/+1
2007-12-18Fixing AST-2007-027 (Closes issue #11119)tilghman2-10/+95
2007-08-07Revert patch committed for issue #9660. It broke E&M trunks.russell1-9/+3
2007-07-25this fixes bug 10293, where the error message because defaultzone or loadzone...murf1-1/+1
2007-07-24Don't create the Asterisk channel until we are starting the PBX on it.qwell1-16/+14
2007-07-23(closes issue #5866)file1-2/+2
2007-07-23(closes issue #10236)file1-0/+5
2007-07-21Backport a fix for a memory leak that was fixed in trunk in reivision 76221russell1-0/+1
2007-07-20(closes issue #10247)file1-0/+3
2007-07-19When processing full frames, take sequence number wraparound into account whenrussell1-1/+3
2007-07-18When traversing the queue of frames for possible retransmission afterrussell1-1/+1
2007-07-17Properly check for the length in the skinny packet to prevent an invalid memcpy.russell1-1/+1
2007-07-17Ensure that when encoding the contents of an ast_frame into an iax_frame, thatrussell3-4/+17
2007-07-17After parsing information elements in IAX frames, set the data length to zero,russell1-0/+1
2007-07-13(closes issue #9660)russell1-3/+12
2007-07-11The function make_trunk() can fail and return -1 instead of a valid new callrussell1-3/+8
2007-07-11The cli command "agent logoff Agent/x soft" did not work...at all. Now it does.mmichelson1-0/+2
2007-07-11Use some Makefile magic to determine if linux/compiler.h is present. (issue #...file2-0/+7
2007-07-10Fix an issue with wrapuptime not working when using AgentLogin.qwell1-4/+6
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