aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_misdn.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-29Merged revision 296575 fromrmudgett1-0/+9
2010-11-09Analog lines do not transfer CONNECTED LINE or execute the interception macros.rmudgett1-106/+12
2010-11-08valgrind reported references to freed memory during a mISDN hangup collision.rmudgett1-173/+188
2010-10-22Connected line is not updated when chan_dahdi/sig_pri or chan_misdn transfers...rmudgett1-11/+141
2010-10-13Merged revision 291504 fromrmudgett1-35/+49
2010-10-13Merge revision 291468 fromrmudgett1-72/+151
2010-09-30Merged revision 289547 fromrmudgett1-1/+14
2010-09-15Merged revision 287014 fromrmudgett1-35/+121
2010-09-09Merged revisions 285710 via svnmerge from bbryant1-29/+76
2010-07-20Add load priority order, such that preload becomes unnecessary in most casestilghman1-1/+2
2010-07-14Expand the caller ANI field to an ast_party_idrmudgett1-3/+5
2010-07-14ast_callerid restructuringrmudgett1-76/+149
2010-07-02Fix various typos reported by Lintiantzafrir1-3/+3
2010-05-17Enhancements to connected line and redirecting work.mmichelson1-15/+47
2010-05-12Merged revisions 262657,262660 fromrmudgett1-3/+105
2010-04-03Consolidate ast_channel.cid.cid_rdnis into ast_channel.redirecting.from.number.rmudgett1-1/+1
2010-02-19Merged revisions 247910 via svnmerge from rmudgett1-31/+5
2009-12-21Change all refererences to 1.6.3 to be 1.8, since that will be the next featu...kpfleming1-1/+1
2009-11-05Merged revisions 228078 via svnmerge from dbrooks1-0/+1
2009-11-04Expand codec bitfield from 32 bits to 64 bits.tilghman1-15/+15
2009-10-07Deadlock in channel masquerade handlingdvossel1-2/+0
2009-10-07Merged revisions 222691 via svnmerge from rmudgett1-2/+6
2009-08-13Send a generic return result when we receive a CallDeflection facility messag...rmudgett1-0/+9
2009-08-10AST-2009-005tilghman1-1/+1
2009-08-01Merged revisions 209759 via svnmerge from kpfleming1-1/+1
2009-07-18Merged 207316 fromrmudgett1-2/+21
2009-07-14Merged revisions 206487 via svnmerge from rmudgett1-239/+358
2009-07-14Merged revisions 206284 via svnmerge from rmudgett1-20/+44
2009-07-02Merged revisions 204834 via svnmerge from rmudgett1-2/+0
2009-06-26Merge the new Channel Event Logging (CEL) subsystem.russell1-7/+7
2009-06-23Make outgoing_colp=2 misdn.conf port parameter not send redirecting or transf...rmudgett1-23/+19
2009-06-15Convert a number of global module variables to 'static'.kpfleming1-6/+4
2009-05-22Make chan_misdn compile.rmudgett1-1/+1
2009-05-22Merged revisions 196116 via svnmerge from file1-1/+2
2009-05-21Const-ify the world (or at least a good part of it)kpfleming1-18/+18
2009-05-14Add outgoing_colp misdn.conf port parameter.rmudgett1-6/+60
2009-05-12add 'const' qualifiers in various places where they should have beenkpfleming1-1/+1
2009-05-11Merged revisions 193613 via svnmerge from rmudgett1-2/+2
2009-05-07Merged revisions 193050 via svnmerge from rmudgett1-8/+14
2009-04-29Outgoing PTP redirected calls did not wait for the COLR from the redirected-t...rmudgett1-0/+6
2009-04-27Make PTP DivertingLegInformation3 message behavior closer to the specifications.rmudgett1-20/+93
2009-04-24There is no need to use the struct ast_party_connected_line.source update val...rmudgett1-42/+30
2009-04-24Fix a build error.russell1-1/+1
2009-04-24Convert the ast_channel data structure over to the astobj2 framework.russell1-0/+2
2009-04-21Added CCBS/CCNR Party A support and enhanced COLP support.rmudgett1-213/+5295
2009-04-17Merged revisions 188833,189134 via svnmerge from rmudgett1-1/+0
2009-04-10Miscellaneous minor changes to chan_misdn.rmudgett1-120/+136
2009-04-10Make chan_misdn_log() avoid generating the log message if logging is disabled.rmudgett1-17/+27
2009-04-03This commit introduces COLP/CONP and Redirecting party information into Aster...mmichelson1-406/+1147
2009-03-23Removed trailing whitespace in chan_misdn files.rmudgett1-262/+261