aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2005-11-08more header include simplificationkpfleming1-0/+1
2005-11-08issue #5648kpfleming2-4/+4
2005-11-08issue #5634 and a little ChangeLog cleanupkpfleming1-0/+2
2005-11-08issue #5639kpfleming2-21/+25
2005-11-06don't loop forever on an invalid options string (issue #5629)russell1-9/+7
2005-11-06issue #5605russell20-153/+235
2005-11-06use enum's for iax user/peer flags, and for pvt staterussell1-59/+63
2005-11-06chan_misdn updates (bug #5597)markster2-2/+2
2005-11-06Fix chan_oss buglets (bug #5618)markster1-0/+3
2005-11-06Fix chan_zap build on non-PRI (bug #5620)markster1-2/+2
2005-11-05Handle DTMF properly when combined with other eventsmarkster1-2/+9
2005-11-04allow the IAXPEER function to check a peer's statusrussell1-28/+37
2005-11-03i/ got the loop drop the wrong way aroundbkramer1-2/+2
2005-11-03major update to arg/option parsing APIs and documentationkpfleming1-1/+1
2005-11-03Request a sane amount of bandwdith from GK, and fix one-way auido problems wi...jeremy1-16/+17
2005-11-03document UserByAlias usagejeremy1-0/+4
2005-11-03/ added dropping of loop when hanging up a station port from another chanbkramer1-10/+21
2005-11-02/ fix to for compiling with both 2.4.x and 3.x vpb-driversbkramer1-0/+4
2005-11-02 working on delay issue when bridging via ast_bridgebkramer1-1/+15
2005-11-01 added patched to support collecting caller ID before first ring usingbkramer1-13/+56
2005-11-01issue #5566kpfleming6-635/+784
2005-11-01issue #4678kpfleming1-9/+23
2005-10-31Only consider timeouts on realtimers (bug #5554)markster1-1/+1
2005-10-31finish chan_misdn commitkpfleming7-0/+6841
2005-10-31revert strncpy->ast_copy_string changes where the semantics are subtly differentkpfleming1-2/+2
2005-10-31allow netsock objects to be unref'd so they can disappear when needed (issue ...kpfleming1-0/+2
2005-10-31properly handle '100 Trying' that arrives after a dialog has been dropped (is...kpfleming1-0/+5
2005-10-31handle improperly formatted initial requests properly (issue #5483)kpfleming1-7/+25
2005-10-31add experimental mISDN channel driver (issue #4077)kpfleming3-0/+4771
2005-10-31add some warning message for when chan_sip gets overloaded (issue #5530)kpfleming1-2/+7
2005-10-31don't increment 'inuse' counter when call is being failed because of limit (i...kpfleming1-4/+0
2005-10-31add some additional log output and comment cleanup in the registration proces...kpfleming1-6/+31
2005-10-31properly support 'musicclass' setting for peers/users (issue #5521)kpfleming1-1/+1
2005-10-30Fix ability to do lots of outbound registrations (bug #5529)markster1-2/+8
2005-10-29Remove ancient copy/paste error (bug #5541)markster1-3/+0
2005-10-29Fix minor iax2 device state issue (bug #5540)markster1-3/+4
2005-10-28fix remaining breakage from yesterday's changeskpfleming1-1/+1
2005-10-28use new app-argument macros, and try to fix yesterday's breakagekpfleming1-30/+24
2005-10-28Merge highly modified fullcontact in realtime sip patch (bug #4832, heavy mods)markster1-17/+44
2005-10-27strncpy to ast_copy_stringrussell1-5/+5
2005-10-27Remove unnecessary checks before calls to ast_strlen_zero. Also, changerussell14-90/+92
2005-10-26doxygenify the comments for data structures and defines in chan_iax2russell1-146/+146
2005-10-26use an enum instead of #define'd integers in a couple of placesrussell1-15/+19
2005-10-26fix up arguments to AgentCallbackLogin so that the options string and therussell1-49/+39
2005-10-26more doxygenification (issue #5513)russell7-576/+582
2005-10-24Doxygen documentation update from oej (issue #5505)russell16-34/+43
2005-10-23Fix segfault when building peer based on IPmarkster1-44/+54
2005-10-23Fix max forwards interoperability (bug #5474)markster1-43/+18
2005-10-22fix output of 'zap show status' to line up properly (issue #5491)russell1-1/+1
2005-10-21Add user to user ie transmission support in chan_zap.cmattf1-1/+26