aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
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
2007-05-16Issue #9726 - rlister - Better logging for ACL denialsoej1-11/+27
2007-05-16in the case immediate=yes, we directly jump into the dialplan, where people c...crichter1-10/+12
2007-05-10Fix an issue with trying to kill a thread before it gets created.qwell1-1/+2
2007-05-10Do not allocate SIP pvt's for PEERs we can not reach. oej1-0/+4
2007-05-09Make sure we only create a DSP if it's requested on SUB_REALmattf1-18/+20
2007-05-09Properly handle hints that point to multiple devices in chan_sip. Why chan_si...file1-5/+8
2007-05-09release_chan frees ch, so we should never touch ch after release_chan, this m...crichter1-1/+3
2007-05-08added application misdn_check_l2l1 which tries to pull up the L1/L2 on all po...crichter2-12/+127
2007-05-03When a peer is seeded or built tell the devicestate core to update it's statu...file1-0/+2
2007-05-03when we're in state WAITING4DIGS, we use the asterisk tone-generator which pr...crichter2-6/+23
2007-05-03fixed the problem that misdn_write did not return -1 when called with 0 sampl...crichter2-1/+5
2007-05-02Issue 9638 - if a text frame is sent with no terminating NULL through a bridgedtilghman1-0/+7
2007-04-30This patch fixes an issue where depending on the cause code, when the networkrussell1-31/+16
2007-04-27Issue #7351 - SIP Cancel fails due to the wrong contact uri. Reported by PPYY...oej1-0/+2
2007-04-26Revert previous fix for when the IAX2 channel goes funky (that's the technica...file1-2/+6
2007-04-25handle a very bizarre race condition with channels being redirected before a ...kpfleming1-0/+10
2007-04-25If the callerid= option is specified, but empty, clear any previous data.russell1-0/+8
2007-04-25Ensure that callerid settings are reset on a reload.russell1-6/+16
2007-04-25Fix a typo where cid_num got copied instead of cid_ani. russell1-1/+1
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