aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2009-04-15National prefix inserted even when caller ID not availabledvossel1-0/+7
2009-04-10Fix module embedding for chan_h323.jpeeler1-0/+2
2009-04-10Support "signaling" in addition to "signalling".russell1-2/+2
2009-04-09Handle a SIP race condition (reinvite before an ACK) properly.mmichelson1-7/+20
2009-04-09Permit zero-length text messages in SIP.tilghman1-1/+3
2009-04-03Fix a bug where DAHDI/Zaptel channels would not properly switch formats when ...kpfleming1-1/+1
2009-04-02ensure that the buffer passed to DAHDI_SET_BUFINFO is fully initializedkpfleming1-0/+1
2009-04-02Merged revisions 186056 via svnmerge from tilghman1-8/+102
2009-04-02Avoid multiple warning messages in SIP, due to this column not existingtilghman1-4/+9
2009-04-02the DAHDI_GETCONF, DAHDI_SETCONF and DAHDI_GET_PARAMS ioctls were recently co...kpfleming1-11/+19
2009-04-01Fixes issue with dropped calles due to re-Invite glare and re-Invites never e...dvossel1-9/+27
2009-03-31Use AST_SCHED_DEL_SPINLOCK instead of manually using the logic.mmichelson1-3/+1
2009-03-31Fix incorrect parsing in chan_gtalk when xmpp contains extra whitespacesdbrooks1-7/+7
2009-03-30Update the channel allocation method documentation.rmudgett1-4/+5
2009-03-30Make chan_misdn BRI TE side normally defer channel selection to the NT side.rmudgett1-1/+1
2009-03-30Improve our handling of T38 in the initial INVITE from a device.file1-312/+229
2009-03-27Fix an issue where nat=yes would not always take effect for the RTP session o...file1-1/+3
2009-03-20Fix a crash in IAX2 registration handling found during load testing with dvos...russell1-5/+10
2009-03-19Reordering, to change prior to unlockingtilghman1-1/+1
2009-03-19Delay signalling progress until a PRI channel really signals progress.tilghman1-0/+9
2009-03-19Fix an issue where cancelled outgoing SIP calls would erroneously report the ...mmichelson1-5/+0
2009-03-18Allow H.323 Plus library to be used in addition to the OpenH323 libraryjpeeler6-5/+96
2009-03-18fix another symbol namespace issue (reported by Andrew on asterisk-dev)kpfleming1-1/+1
2009-03-18Fix cases where the internal poll() was not being used when it needed to be.russell2-1/+2
2009-03-17Allow dahdichanname to work as advertised.qwell1-1/+1
2009-03-16Randomize IAX2 encryption paddingdvossel1-2/+18
2009-03-16Fixup glare detection, to fix a memory leak of a local pvt structure.tilghman1-11/+16
2009-03-12Properly send a 487 on an INVITE we have not responded to if we receive a BYE.mmichelson1-1/+1
2009-03-11encrypted IAX2 during packet loss causes decryption to fail on retransmitted ...dvossel2-31/+72
2009-03-11Fix issue where an attended transfer could not be completed under a rare scen...file1-1/+1
2009-03-11Fix a problem with inband DTMF detection on outgoing SIP calls when dtmfmode=...file1-1/+1
2009-03-11Fix malloc debug macros to work properly with h323.jpeeler3-5/+7
2009-03-11Remove unused variables.mmichelson1-2/+0
2009-03-11Fix incorrect tag checking on transfers when pedantic=yes is enabled.mmichelson1-14/+23
2009-03-03Make sure we still support zapchan in users.conf, in addition to dahdichan.qwell1-3/+1
2009-02-26IAX2 prune realtime fixdvossel1-14/+44
2009-02-24Skip check for extension when subscribing for MWI.file1-3/+5
2009-02-20Fixes issue with undefined audio codecs in chan_iax2dvossel1-1/+1
2009-02-19Force a MWI notification after subscribe request. Reported by the Resiprocate...oej1-6/+5
2009-02-18Modify h323 to build against PTLib as well as the older PWLibjpeeler10-108/+144
2009-02-17Backport change to 1.4:tilghman1-0/+1
2009-02-17After a 'sip reload', qualifies for realtime peers weren't immediatelytilghman1-6/+26
2009-02-16Fixes issue with AST_CONTROL_SRCUPDATE not being relayed correctly during bri...dvossel1-4/+5
2009-02-16Fixes issue with AST_CONTROL_SRCUPDATE breaking out of native bridgedvossel1-1/+1
2009-02-16Don't have the Via header stored as a stringfield as it can change often duri...file1-3/+3
2009-02-15fix mis-spelling of the word registered.mvanbaak1-3/+3
2009-02-15Make sure that the debug line is not printed on debug level 0oej1-1/+2
2009-02-12Set the initiator attribute to lowercase in our replies when receiving calls.phsultan1-5/+47
2009-02-10Go off hold when we get an empty reinvite telling us to.file1-1/+5
2009-02-09Don't do an SRV lookup if a port is specifiedmmichelson1-3/+8