aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-03-30Make chan_misdn BRI TE side normally defer channel selection to the NT side.rmudgett1-1/+1
2009-03-30Fix queue weight behavior so that calls in low-weight queues are not inapprop...mmichelson1-70/+82
2009-03-30Backport state interface changes to app_queue from trunk.mmichelson2-45/+88
2009-03-30Improve our handling of T38 in the initial INVITE from a device.file1-312/+229
2009-03-29Ensure targs variable is fully initialized.russell1-1/+1
2009-03-27Fix an issue where nat=yes would not always take effect for the RTP session o...file1-1/+3
2009-03-26use new, improved 8kHz promptskpfleming1-2/+2
2009-03-26pri loop TestClient/TestServer fails: server SEND DTMF 8dvossel1-41/+41
2009-03-25Avoid destroying the CLI line when moving the cursor backward and trying to a...eliel1-3/+10
2009-03-24Change NULL pointer check to be ast_strlen_zero.mmichelson1-1/+1
2009-03-24Additionally note that the operator option needs an 'o' extension.tilghman1-2/+4
2009-03-23Fix a memory leak in res_monitor.cmmichelson1-5/+1
2009-03-20Fix a crash in IAX2 registration handling found during load testing with dvos...russell1-5/+10
2009-03-19Add missing datastore inherit (exists in all other branches)twilson1-0/+1
2009-03-19Cleaning up a few things in detect disconnect patchdvossel3-8/+7
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-19Export some more required symbols.qwell1-0/+3
2009-03-19Remove the use of RTLD_NOLOAD, as it is not behaving like expected.russell4-80/+0
2009-03-19Allow the AES API to work.russell1-0/+1
2009-03-19Add missing semicolon in exports script.russell1-1/+1
2009-03-19Allow disconnect feature before a call is bridgeddvossel4-42/+140
2009-03-19Allow the CallerID API to work again.russell1-0/+1
2009-03-19Fix an issue where cancelled outgoing SIP calls would erroneously report the ...mmichelson1-5/+0
2009-03-18fix typo which broke configurejpeeler2-2/+2
2009-03-18Allow H.323 Plus library to be used in addition to the OpenH323 libraryjpeeler8-197/+123
2009-03-18fix another symbol namespace issue (reported by Andrew on asterisk-dev)kpfleming3-3/+3
2009-03-18Fix cases where the internal poll() was not being used when it needed to be.russell18-63/+208
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming22-59/+191
2009-03-18revert commit that included extranous changeskpfleming33-508/+244
2009-03-18remove accidentally merged propertieskpfleming0-0/+0
2009-03-18Improve the build system to *properly* remove unnecessary symbols from the ru...kpfleming33-244/+508
2009-03-17Allow dahdichanname to work as advertised.qwell2-2/+2
2009-03-17Fix race in astdbtilghman1-3/+6
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-13Check the DYNAMIC_FEATURES of both the chan and peer when interpreting DTMF.mmichelson1-8/+19
2009-03-13Use the correct branch integrated property when generating the version string.rmudgett1-69/+65
2009-03-12Properly send a 487 on an INVITE we have not responded to if we receive a BYE.mmichelson1-1/+1
2009-03-12Fix incorrect usage of strncasecmp... I really meant to use strcasecmp.file1-1/+1
2009-03-12Fix logic flaw in previous commit.file1-1/+1
2009-03-12Fix another scenario where depending on configuration the stream would not ge...file1-1/+1
2009-03-12Fix issue with streaming MOH failing if nobody is listening.file1-2/+2
2009-03-11Allow prefix to set localstatedir (when used and different from the default).qwell2-5/+9
2009-03-11Make code that updates BRIDGEPEER variable thread-safe.russell1-14/+30
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.jpeeler10-34/+58
2009-03-11Remove unused variables.mmichelson1-2/+0