aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/tags/0.5.0@7221 f38db490-d61c-...v0.5.0kpfleming1-0/+0
2003-09-08BSD portability enhancements (bug #234)markster1-0/+4
2003-09-04Re-poke all peers on a reload (bug #216)markster1-0/+6
2003-09-02Allow codecs to be specified on a per-peer and per-user basismarkster1-13/+28
2003-09-01Send "PROGRESS" when DIAL is acceptedmarkster1-0/+1
2003-09-01fix seg fault due to the use of wrong pointerjeremy1-2/+2
2003-09-01Unlock our lock while we try to find the extensionmarkster1-0/+2
2003-08-30Increase minimum retry timemarkster1-1/+1
2003-08-30Don't send until we're upmarkster1-0/+2
2003-08-24Make SIP registration persistent (bug #159)markster1-3/+5
2003-08-24Persist IAX2 registrations across restartsmarkster1-1/+40
2003-08-16Show the names of the codecs instead of the numbers (bug #92)martinp1-6/+6
2003-08-14Make default behavior be to *not* use jitter buffermarkster1-1/+1
2003-08-13Totally revamp thread debugging to support locating and removing deadlocksmarkster1-154/+154
2003-08-09Use stored secret if available, properlymarkster1-4/+9
2003-07-29Handle speex under most circumstancesmarkster1-0/+3
2003-07-16Add "registered" option to iax2 show peersmarkster1-1/+10
2003-07-16Don't native bridge when we can'tmarkster1-0/+8
2003-07-09Timestamp fixesmarkster1-2/+3
2003-07-07Fix typomarkster1-1/+1
2003-07-04Fix iax2 video/voice and update queueingmarkster1-1/+1
2003-06-30Start on video mode for meetme, change symantics of iax2 marker in full framesmarkster1-2/+2
2003-06-30Add video support to IAX2 (theoretically)markster1-15/+78
2003-06-12Add SRV code to SIP, cleanup ENUM and make IAX2 do the right thing on dialsmarkster1-1/+1
2003-05-22Fix another deadlock in IAX2markster1-7/+21
2003-05-19More locking fixesmarkster1-1/+1
2003-05-19Suggested IAX and IAX2 bugfixesmarkster1-0/+2
2003-05-14Add transfer to IAX2, and transfer applicationmarkster1-1/+33
2003-05-13Resolve lock between peer/callmarkster1-33/+36
2003-05-12Use zaptel timers to wake up processesmarkster1-2/+2
2003-05-07Remove useless statementmarkster1-1/+0
2003-05-07Add notransfer for IAX2 to disable native bridging on user/peer basismartinp1-6/+23
2003-04-27Use iax/iax2 regfunk namesmarkster1-4/+4
2003-04-27More contributed BSD enhancementsmarkster1-5/+5
2003-04-24Fix TOS stuff for BSDmarkster1-0/+5
2003-04-23More OpenBSD changesmarkster1-1/+1
2003-04-19Remove old printfmarkster1-1/+0
2003-04-19IAX2 updates, dial fixmarkster1-91/+45
2003-04-17Fix transmissionsmarkster1-1/+1
2003-04-16Detect frame length of G.729Amarkster1-0/+3
2003-04-15Add iLBC codecmarkster1-0/+3
2003-04-08Make all address comparisons explicitmarkster1-9/+9
2003-04-01Fix "typo" with authorizationmartinp1-1/+1
2003-03-21Select proper trunk mode on incoming calls based upon peermarkster1-0/+19
2003-03-21Fix trunking for fixed addressesmarkster1-1/+7
2003-03-20Autodetect if zaptel is recent enoughmarkster1-1/+8
2003-03-20Use new timer interface for timing iax2markster1-20/+34
2003-03-20Add transfer ID for potential use in more complex NAT environmentsmarkster1-2/+12
2003-03-18Tue Mar 18 07:00:01 CET 2003matteo1-155/+36
2003-03-17lun mar 17 19:11:15 CET 2003matteo1-24/+67