aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2007-04-24removed #if 0 block from chan_phone, chan_zap, and chan_modem restart_monitor()dhubbard3-13/+3
2007-04-24removed pthread_join in restart_monitor() to make it like chan_zap and other ...dhubbard1-0/+2
2007-04-24Allow RFC2833 to be sent in the response SDP when an INVITE comes in without ...file1-0/+2
2007-04-24added lock for sending messages to avoid double sending. shuffled some empty_...crichter3-39/+66
2007-04-19Send NOTIFY to Contact: in SUBSCRIBE oej1-0/+4
2007-04-16Don't stop RTP on errors on INFO messages.oej1-8/+11
2007-04-11If someone sets the "useragent" option in sip.conf to be empty, then don't addrussell1-4/+8
2007-04-11Fix a bug with switching between host=dynamic and using specific hosts forrussell1-5/+5
2007-04-11Remove the attempt at reporting configuration errors in sip.conf. This canrussell1-7/+4
2007-04-11some fixes for PMP Hold/Retrieve, it should work now, when briding=nocrichter2-7/+13
2007-04-10msns config parameter defaults to '*'nadi1-1/+1
2007-04-09- Don't send ActionID before Response: header. oej1-6/+7
2007-04-09Bug 9505 - If the return value for local_queue_frame is set, then p->lock is ...tilghman1-11/+14
2007-04-06There should only be one code path for doing DTMF conditionals on channels. ...mattf1-65/+75
2007-04-05Only unlock our pvt and net locks if we are actually going to try to lock the...file1-6/+9
2007-04-04Fix the return value of handle_common_options() so that it always properlyrussell1-6/+3
2007-04-03Add a missing "\r\n" in the body of the NOTIFY that is sent to indicate therussell1-1/+1
2007-04-03Don't attempt to report configuration errors in build_user(). oej pointed outrussell1-2/+4
2007-04-03Make chan_sip report when it encounters an unknown option.russell1-14/+9
2007-04-03ptp is the 5th bit, not the 4th.nadi1-1/+1
2007-04-03Use the new sysfs way of mISDN 1.2 to check if a port is NT or not.nadi2-0/+25
2007-04-02added option which allows us to accept incoming SETUP Messages without automa...crichter3-16/+37
2007-04-02don't be verbose if no needcrichter1-2/+2
2007-04-02we can now make 30 channels on a PRI (before we forgot chan 31..)crichter1-2/+4
2007-03-29Backport the change to chan_iax2 to return NULL instead of a "null frame"russell1-3/+2
2007-03-27Fix the use of the "sourceaddress" option when "bindaddr" is set to 0.0.0.0russell1-3/+42
2007-03-27fixed #9355crichter1-1/+2
2007-03-26mISDN >= 1.2 provides a dsp pipeline for i.e. echo cancellation modules, make...nadi7-15/+90
2007-03-24Only try to handle a response if it has a response code. (ASA-2007-011)file1-10/+10
2007-03-20modified a loglevelcrichter1-1/+1
2007-03-20avoid sending a disconnect when we already received one.crichter1-0/+9
2007-03-13fixed the crypt_keys stuffcrichter1-7/+13
2007-03-13added method standard_dec for dialing out on groups, to avoid conflicts, whic...crichter5-37/+74
2007-03-13Issue #9229 - No port in request URI on register to non default SIP ports (ne...oej1-4/+11
2007-03-09If we are unable to lookup the host in a c line we have to abort, otherwise t...file1-0/+2
2007-03-09we can free channel 31 as well, since we can occupy itcrichter1-1/+1
2007-03-07Fix a problem where the Asterisk channel name could be that of the wrong IAX2russell1-11/+19
2007-03-06Fix for 9220: Eyebeam cannot renew subscriptions for presence info. Reason: r...murf1-2/+15
2007-03-06Change error message to proper messageoej1-1/+1
2007-03-06 Cleanup the Makefile so that we only attempt to include a file when we're bu...bweschke1-1/+3
2007-03-05subdirs like misdn and h323 should be cleaned by the clean target from channe...crichter1-0/+3
2007-03-04fixed another place where the out_cause was hardcoded to 16crichter2-2/+2
2007-03-02fixed typocrichter1-1/+1
2007-03-02If a SIP message comes in and goes to a method handler that requires addition...file1-0/+6
2007-03-01Don't even attempt to optimize things when a proxy channel is involved. It wi...file1-1/+1
2007-02-28Fix a few more issues with the agent logoff CLI command. (issue #9123 reporte...file1-1/+10
2007-02-28fixed bugs.digium.com bugs: #9157 and bugs.beronet.com bugs: #302, #303, #304crichter2-7/+8
2007-02-23Don't destroy mutexes before unregistering all of the entry points from the c...russell1-4/+9
2007-02-22Always defer Agent logoff if any channels are up until they hang up. (issue #...file1-6/+4
2007-02-22Only change the original or clone channel if it's the channel behind the prox...file1-1/+1