aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2004-07-01Merge Steven Davies latest jitter buffer patchmarkster1-14/+38
2004-07-01Fix IAX2 registration time. We want to set reg->refresh to the new value onl...citats1-1/+1
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)markster7-98/+99
2004-06-30Bug #1952: iaxbuf now declared in chan_iax2.c and chan_sip.cmalcolmd2-0/+3
2004-06-30Merge Steven Davie's timestamp improvementsmarkster1-14/+46
2004-06-29Remove duplicate declaration (bug #1950)markster1-1/+0
2004-06-29Make history configurablemarkster1-0/+2
2004-06-29Report checksum failures as such (bug #1942)markster1-1/+3
2004-06-29Display invalid extension when there is one, fix minor OSP typo, Don't send 2...markster1-1/+1
2004-06-29Don't build old chan_iax by default (oops)markster1-1/+1
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...markster8-251/+318
2004-06-29Placeholder for GR303-FXSKS signalling (not yet finished)markster1-3/+11
2004-06-29Make sure pollres is initialized to 0markster1-1/+1
2004-06-28Allow nat=never mode to work around buggy UNIDEN UIP200 firmware (bug #1935)markster1-51/+82
2004-06-28If we don't accept a SUBSCRIBE, set needdestroymarkster1-1/+3
2004-06-28Allow custom beep to be specified for agents (bug #1938)markster1-3/+6
2004-06-27apply temporary fix to stop people from whining.jeremy1-1/+1
2004-06-26Add option for in-band progress (bug #1879)markster1-8/+26
2004-06-26Add ability to send detailed mailbox info (bug #1690)markster1-3/+20
2004-06-26Minor cleanups on zap when hangup on callwaitmarkster1-8/+7
2004-06-26Add peercontext parameter for default outbound context (bug #1929)markster2-4/+14
2004-06-26Merge cmaj's ZapDND and specific channel status manager commands (bugs #1917,...markster1-0/+38
2004-06-26Minor alsa fixes, add "delayreject" option to IAX to implement request of bug...markster2-11/+70
2004-06-26Zap NSF merge, major ALSA improvementsmarkster2-244/+213
2004-06-26Merge source cleanups (bug #1911)markster6-56/+88
2004-06-25Don't munge outgoing call progress when fax enabled (bug #1909)markster1-1/+1
2004-06-25Add subaddress support (bug #1877)markster1-1/+4
2004-06-25Handle URL encoded stuff in pedantic checkingmarkster1-2/+28
2004-06-25Add sample config file, implement verificationmarkster1-13/+98
2004-06-25Add outgoing OSP support (SIP only at this point)markster1-12/+52
2004-06-24Make sure other drivers also zero delivery (thanks to steven davies)markster9-0/+29
2004-06-24Merge Ehud's MySQL users support (bug #1815)markster1-3/+95
2004-06-23Extend delay slightlymarkster1-1/+1
2004-06-23Make delay for echo training configurablemarkster1-7/+18
2004-06-23Be sure to hold lock during answermarkster1-1/+2
2004-06-23Small simplificationmarkster1-4/+1
2004-06-23Set ${DIALSTATUS} from app_dial, make zap return BUSY on a phone that is busy...markster1-2/+29
2004-06-23Don't segfault if chan_zap can't loadmarkster1-43/+47
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats13-16/+0
2004-06-22Merge Steven Davie's IAX2 jitter buffer enhancementsmarkster1-38/+49
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...markster12-60/+171
2004-06-22Make DTMF mode configurable on ISDNmarkster2-3/+99
2004-06-22Can't check outbound without having lock (bug #1886)markster1-5/+10
2004-06-21More fixes for remote_party_idmarkster1-6/+1
2004-06-21Sorry, 403 is "Forbidden" not "Permission Denied"markster1-1/+1
2004-06-21Check if subscribe is for mailbox. If so, return 200 OK or 403 Permission De...markster1-6/+29
2004-06-21Add promiscuous redirect optionmarkster1-9/+43
2004-06-21Merge outgoing MSN support + Remote Party ID for SIP (bug #1841) with cleanupsmarkster3-0/+98
2004-06-21Avoid iflock/chlock racemarkster1-0/+6
2004-06-20Hold private lock while handling digitsmarkster1-1/+2