aboutsummaryrefslogtreecommitdiffstats
path: root/channels
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.0.0-rc1@7221 f38db490-d...v1.0.0-rc1kpfleming43-0/+0
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.0.0-rc1@7220 f38db490-d...kpfleming1-4/+0
2004-07-17Change IAX2 naming conventionmarkster1-2/+2
2004-07-17Add separated dialplan support (bug #2043)markster1-1/+18
2004-07-16Don't look for bearers when there are none.markster1-3/+9
2004-07-16Re-listen after MGCP reload (bug #2061)markster1-0/+3
2004-07-16Implement confirmation for PRImarkster1-3/+6
2004-07-16Only apply acking when method matches, too, when not acking a responsemarkster1-7/+13
2004-07-16Last set of strncpy/snprintf updates (bug #2049)markster17-279/+320
2004-07-16Fix native zap bridging with GR-303markster1-3/+3
2004-07-15Fix silly typo (and make order slightly easier to read) bug #2054markster1-8/+10
2004-07-15Build contact without @ sign if there is no extensionmarkster1-2/+2
2004-07-15/ changed samples from 240 to 160 as per all other driversbkramer1-1/+1
2004-07-14/ remove extrenous NULL at end of functionbkramer1-1/+1
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