aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_h323.c
AgeCommit message (Expand)AuthorFilesLines
2004-08-08Merge BSD stack size work (bug #2067)markster1-1/+1
2004-07-30Fix potential overflow in H.323markster1-4/+17
2004-07-22clean up warnings, and re-add a return, how did that get removed?jeremy1-9/+10
2004-07-20first attempt to properly copy and then free call detail strings.jeremy1-6/+34
2004-07-17actually implement the setting of noFastStart and noH245Tunneling.jeremy1-2/+13
2004-07-16Last set of strncpy/snprintf updates (bug #2049)markster1-5/+6
2004-07-09fix seg fault conditionjeremy1-3/+4
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)markster1-4/+4
2004-06-29Remove duplicate declaration (bug #1950)markster1-1/+0
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...markster1-5/+13
2004-06-26Merge source cleanups (bug #1911)markster1-32/+51
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...citats1-1/+0
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...markster1-3/+10
2004-06-15check to make sure the extension exists b4 actually accepting the call and le...jeremy1-2/+31
2004-06-14Separate PROCEEDING and PROGRESSmarkster1-0/+1
2004-06-12fix list initializationjeremy1-3/+3
2004-06-09Merge FreeBSD locking fixes (bug #1411)markster1-3/+3
2004-05-27Make RTP handle codecs (first pass)markster1-1/+1
2004-05-20backout code optimization, add more explict error reportingjeremy1-15/+14
2004-05-20properly send call progress and alerting PDUs, re-fix one-way audio on call m...jeremy1-34/+95
2004-05-18fix documenation bugjeremy1-1/+1
2004-05-18clean up code and attempt to stablize inbound h.323 callsjeremy1-13/+12
2004-05-16try to enable ringback on H.323->SIP calls (bug #1645) and clean up code a li...jeremy1-6/+1
2004-05-03use ast_stren_zerojeremy1-10/+11
2004-04-30Increase DTMF duration in f.sample, just in case. Bug#1414jeremy1-3/+3
2004-04-28OpenBSD portability to H323markster1-1/+1
2004-04-28Run setstate after setting all appropriate variables including calleridmarkster1-1/+1
2004-04-22gethostbyname isn't reentrant, who knew...markster1-2/+2
2004-04-19OpenBSD portability enhancements (bug 1002)citats1-1/+6
2004-04-08Hopefully the last round of removing needlock stuffcitats1-4/+2
2004-04-08Remove more needlock stuffcitats1-2/+2
2004-04-07Remove extra argument from ast_set_*_format callscitats1-2/+2
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesmarkster1-2/+2
2004-04-05on outbound calls make sure we use requested codecjeremy1-17/+18
2004-03-27More read/write lock fixes in various modulescitats1-2/+2
2004-03-20rollback e.164 and prefix routing attempted fixjeremy1-184/+25
2004-03-18Properly deal with E.164 and Prefix routingjeremy1-25/+184
2004-03-15Fixup some pthread_t checking in channelscitats1-1/+1
2004-03-15Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL andcitats1-5/+5
2004-03-04deal with bindaddr properlyjeremy1-1/+0
2004-03-04Add support for parking with IAX2markster1-3/+5
2004-01-13last tryjeremy1-4/+3
2004-01-13bed timejeremy1-1/+1
2004-01-13h.323 gk cycle is still broken on -rjeremy1-1/+5
2004-01-13renable h.323 gk cycle, fixedjeremy1-2/+2
2004-01-13Fix it so we can be unloaded/loaded at willjeremy1-13/+29
2004-01-11don't try to print out username before its copiedjeremy1-3/+3
2004-01-11clean up code and remove unnecessary debugjeremy1-24/+24
2004-01-10remove broken cli command, for nowjeremy1-1/+1
2004-01-09don't try to unreg with gk, on reload, nowjeremy1-0/+2