aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2004-07-14Improve SIP historymarkster1-5/+41
2004-07-14If we get 200 OK back on INVITE after we send CANCEL, send ACK *and* send BYEmarkster1-1/+3
2004-07-13Use tohost, not the name of the peermarkster1-2/+2
2004-07-13Fix silly little segmarkster1-1/+1
2004-07-13Make code agree with documentation so you can use sip peersmarkster1-27/+23
2004-07-12First pass at properly handling account codes in forwardingmarkster1-0/+3
2004-07-09Just to be especially nice, only send 100 Trying at the start of parking and ...markster1-3/+15
2004-07-09Expire time fix (bug #1996)markster1-1/+4
2004-07-09Fix Zap buglet, add support for SIP parking -- doesn't seem to work quite rig...markster2-8/+107
2004-07-09More strcpy / snprintf as part of rgagnon's audit (bug #2004)markster1-0/+3
2004-07-09fix seg fault conditionjeremy1-3/+4
2004-07-09Fix provisioning for unload/reloadmarkster3-0/+9
2004-07-08Fix *BSD compilation of iax2-provision.c. We should probably move the IPTOS_...citats1-0/+4
2004-07-08Use real bind addressmarkster1-2/+2
2004-07-08Use proper bind addressmarkster1-2/+2
2004-07-08Extend bindaddr to RTP connections on SIP (bug #1989 et al)markster1-9/+9
2004-07-08Cleanup SIP formatting, strncpy's strncats and global variable names (bug #1990)markster1-300/+325
2004-07-08When doing rport, remove the ";rport" before adding ";rport=5060"markster1-3/+13
2004-07-07Bug #: 1988 Fix compile problem with iax2-provision.c undermalcolmd1-1/+1
2004-07-07Cleanups to the ordering of events in dial, don't freak out on the wrong codecmarkster1-2/+2
2004-07-07Add IAX provisioning support to Asteriskmarkster6-7/+780
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