aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_iax2.c
AgeCommit message (Expand)AuthorFilesLines
2005-01-25Merge config updates (bug #3406)markster1-11/+10
2005-01-21update copyright headers for 2005russell1-1/+1
2005-01-20IAX codec fixes (bug #3387)markster1-73/+204
2005-01-20Make sure we check for owner even after a queue framemarkster1-1/+3
2005-01-15Simplify find_peer usage (bug #3341)markster1-40/+8
2005-01-14Give us more wiggle room on incoming registrationsmarkster1-2/+2
2005-01-12Fix to be sure we have a valid fd on a peermarkster1-1/+4
2005-01-11Allow multiple bindaddrs so asterisk uses the same interface for tx as rxmarkster1-75/+92
2005-01-09Merge regex for iax2 show peers (bug #3223)markster1-36/+69
2005-01-09Merge experimental codec preferences for IAX2 (bug #2971)markster1-51/+216
2005-01-08Don't native bridge when needing digitsmarkster1-1/+2
2005-01-05More flagification (bug #3254)markster1-3/+3
2004-12-29Minor IAX2 fixes, add incomplete-but-very-basically-functional IAX2 encryptionmarkster1-19/+271
2004-12-26Merge Tilghman's cause codes patch (bug #3032)markster1-1/+21
2004-12-23Fix Divide by zero possibility (ouch!)jim1-3/+6
2004-12-23Move iax2 to flags, too (thanks drumkilla!) (bug #3124)markster1-138/+119
2004-12-22Merge Steve's timestamp patch (bug #3119)markster1-2/+36
2004-12-20iax2 typename fixmarkster1-11/+11
2004-12-19Merge Olle's comment patch (bug #3097)markster1-6/+6
2004-12-19Make sure read/write format are setup properly.markster1-3/+5
2004-12-11Add iax2 provisioning application for dialplanmarkster1-0/+42
2004-11-29Don't print silly unregistered messages on realtimemarkster1-1/+1
2004-11-29Don't seed on temponly peersmarkster1-1/+1
2004-11-23Don't hold the iaxsl[x] lock while finding the peer, do it ahead of time.markster1-5/+7
2004-11-22Fix typo (missing braces) (bug #2919)markster1-2/+4
2004-11-22Release call lock while we look for the peer to avoid a deadlockmarkster1-1/+4
2004-11-17Merge Tony's uservars (bug #2882)markster1-2/+39
2004-11-13Updates from char * to const char * + german syntax + enumeration (bug #2780)markster1-1/+1
2004-11-09Make timezone configurable within IAX (bug #2814)markster1-35/+44
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...markster1-1/+4
2004-10-24Pass format stringcitats1-2/+2
2004-10-23First pass at making transfer work within agent (not tested, shouldn't break ...markster1-11/+11
2004-10-23More memory checkscitats1-4/+7
2004-10-22Small verbosity fix in chan_iax2.c from bkw_citats1-1/+2
2004-10-16Minor improvements to debug output (bug #2644)markster1-5/+5
2004-10-14Fix trasnfer issue (bug #2632)markster1-3/+12
2004-10-12Be careful!markster1-22/+28
2004-10-10Keep back delivery times on trunk (bug #2587)markster1-9/+10
2004-10-10Add autokill to IAX2, toomarkster1-0/+16
2004-10-09Remove silly printfmarkster1-1/+0
2004-10-08IAX2 authentication improvementsmarkster1-27/+96
2004-10-08Don't save dynamic peers in registery (bug #2610)markster1-3/+4
2004-10-08Provide more useful iax2 debugging (bug #2603)markster1-1/+1
2004-10-07Default for overriden should be passed screenmarkster1-1/+1
2004-10-07Fix callerid on IAX2 (received)markster1-4/+4
2004-10-07Oops, we have to be able to pass multiple restrictions for when we go to voic...markster1-2/+2
2004-10-05Major changes to res_config to support centralized config, eliminate configur...markster1-233/+148
2004-10-03Add ability to check voicemail from multiple folders (bug #2561)markster1-1/+1
2004-10-03Fix potential callerid snafu's in iax and sip (based on 2562)markster1-1/+3
2004-10-03Major PBX revamps (including labels, update examples)markster1-8/+8