aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2009-11-10Merged revisions 229167 via svnmerge from dvossel1-1/+1
2009-11-10Reverted revision 201717.mnicholson1-14/+1
2009-11-09Don't crash when bridge->tech_pvt == NULLtwilson1-0/+6
2009-11-09Don't try to convert a 64-bit integer, where only a 32-bit integer is stored.tilghman1-1/+1
2009-11-09Fix various problems detected with Valgrind.tilghman1-0/+1
2009-11-06Created standard location to add options to chan_dahdi for ISDN dialing.rmudgett2-89/+79
2009-11-06Missed these two channel drivers on the codec_bits mergetilghman1-7/+7
2009-11-06Merged revisions 228547 via svnmerge from file1-0/+3
2009-11-05Merged revisions 228078 via svnmerge from dbrooks1-0/+1
2009-11-05Merged revisions 228079 via svnmerge from qwell1-1/+1
2009-11-04Modify the SDP parsing code to parse session and media level items separately.mnicholson1-546/+671
2009-11-04Merged revisions 227700 via svnmerge from file1-7/+2
2009-11-04fix trunk buildingjpeeler1-2/+2
2009-11-04Two other trunk build fixes (reported by seanbright on #asterisk-dev)tilghman2-2/+2
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman25-658/+805
2009-11-03Resolve some dev-mode warnings.russell1-2/+2
2009-11-03Fixed a spelling error in the q850 reason header option in the output of sip ...mnicholson1-1/+1
2009-11-03Code guidelines fixes onlytilghman1-970/+816
2009-11-03user.conf entries in SIP were not having their peer type set.dvossel1-0/+2
2009-11-03Merged revisions 227088 via svnmerge from oej1-2/+15
2009-11-02Add PacketCable NCS 1.0 support for Docsis/Eurodocsis networkstilghman1-70/+573
2009-11-02SIP channel name uniquenessdbrooks1-2/+3
2009-11-02DAHDI ISDN channel names will not allow device state to work. (Interim solut...rmudgett3-1/+155
2009-11-02This patch adds support for a draft proposal for adding Q.850 reason headers ...mnicholson1-8/+61
2009-10-30Cleanup some flags on DAHDI PRI channel hangup.rmudgett2-19/+21
2009-10-29Merged revisions 226531 via svnmerge from file1-2/+6
2009-10-29Doxygen documentation updateoej1-10/+17
2009-10-27Add support for receiving unsolicited MWI NOTIFY messages.file1-9/+22
2009-10-26Fix building in REF_DEBUG mode.kpfleming1-2/+2
2009-10-26ACL check not present for verifying SIP INVITEs jpeeler1-1/+5
2009-10-26Make conditionals create previous code when libpri/ss7 are present.rmudgett1-19/+24
2009-10-26span numbers in pri debug / error messages tzafrir1-0/+4
2009-10-26Re-arange code a bit to build in dev-mode without ss7tzafrir1-10/+17
2009-10-26Make chan_dahdi build even without PRI / SS7tzafrir1-0/+12
2009-10-24Improve performance of pedantic mode dialog searching in chan_sip.kpfleming1-68/+37
2009-10-23Add to chan_dahdi ISDN HOLD, Call deflection, and keypad facility support.rmudgett3-109/+996
2009-10-23Fixes an iterator memory leak and uninitialized memorydvossel1-1/+2
2009-10-22Search for the subaddress only within the extension section of the dial string.rmudgett1-16/+17
2009-10-22SIP TCP/TLS: move client connection setup/write into tcp helper thread, vario...dvossel1-141/+422
2009-10-22Add support for calling and called subaddress. Partial support for COLP suba...rmudgett1-1/+292
2009-10-21Merged revisions 225243 via svnmerge from dvossel1-9/+78
2009-10-21Add 'mohsuggest' configuration option to 'sip show peer' CLI command andkpfleming1-0/+2
2009-10-21Add support for specifying the IP address to use for media streams in sip.conffile1-15/+26
2009-10-21Revert media_address commit, I'm going to roll a fix to the SDP generation in...file1-7/+2
2009-10-21Merged revisions 225032 via svnmerge from dvossel2-7/+28
2009-10-21Add support for specifying the IP address to use for media streams in sip.conffile1-2/+7
2009-10-21Make PRI_SUBCMD_xxx handling subaddress friendly.rmudgett1-68/+75
2009-10-19Add dynamic range compression support for analog channels.mnicholson1-24/+80
2009-10-19Add a callback to sig_pri which is called when sig_pri is going to queue a co...file2-0/+5
2009-10-17fix typo, sorryjpeeler1-1/+1