summaryrefslogtreecommitdiff
path: root/channels/chan_h323.c
AgeCommit message (Expand)Author
2004-10-15stop seg on reload if no h323.conf file and hopefully not break the monitor t...Jeremy McNamara
2004-10-14stop a seggy..it helps if you dont try to print out something we already know...Jeremy McNamara
2004-10-14use the right variable to ensure it copied correctlyJeremy McNamara
2004-10-14sorta fix External IP Address discovery. We really need a better way than bin...Jeremy McNamara
2004-10-10finish implementing type=peer, implement setting of FastStart and H.245 Tunne...Jeremy McNamara
2004-10-04a major rework - type=peer, code cleanup, and optimizationJeremy McNamara
2004-10-03Major PBX revamps (including labels, update examples)Mark Spencer
2004-10-01work on peers some more, still highly brokenJeremy McNamara
2004-09-30massive changes, very broken, do not use (from airport)Jeremy McNamara
2004-09-21support early media/intercept Bug #562Jeremy McNamara
2004-09-19protect against seg on busy systems. Bug #2249Jeremy McNamara
2004-08-08Merge BSD stack size work (bug #2067)Mark Spencer
2004-07-30Fix potential overflow in H.323Mark Spencer
2004-07-22clean up warnings, and re-add a return, how did that get removed?Jeremy McNamara
2004-07-20first attempt to properly copy and then free call detail strings.Jeremy McNamara
2004-07-17actually implement the setting of noFastStart and noH245Tunneling.Jeremy McNamara
2004-07-16Last set of strncpy/snprintf updates (bug #2049)Mark Spencer
2004-07-09fix seg fault conditionJeremy McNamara
2004-06-30Use INET_ADDRLEN (bug #1956) (from airport!)Mark Spencer
2004-06-29Remove duplicate declaration (bug #1950)Mark Spencer
2004-06-29Create reentrant ast_inet_ntoa and replace all inet_ntoa's with ast_inet_ntoa...Mark Spencer
2004-06-26Merge source cleanups (bug #1911)Mark Spencer
2004-06-22Remove pthread.h from source. We should be using asterisk/lock.h everywhere ...James Golovich
2004-06-22Merge major BSD mutex and symbol conflict patches (bug #1816) (link patch sti...Mark Spencer
2004-06-15check to make sure the extension exists b4 actually accepting the call and le...Jeremy McNamara
2004-06-14Separate PROCEEDING and PROGRESSMark Spencer
2004-06-12fix list initializationJeremy McNamara
2004-06-09Merge FreeBSD locking fixes (bug #1411)Mark Spencer
2004-05-27Make RTP handle codecs (first pass)Mark Spencer
2004-05-20backout code optimization, add more explict error reportingJeremy McNamara
2004-05-20properly send call progress and alerting PDUs, re-fix one-way audio on call m...Jeremy McNamara
2004-05-18fix documenation bugJeremy McNamara
2004-05-18clean up code and attempt to stablize inbound h.323 callsJeremy McNamara
2004-05-16try to enable ringback on H.323->SIP calls (bug #1645) and clean up code a li...Jeremy McNamara
2004-05-03use ast_stren_zeroJeremy McNamara
2004-04-30Increase DTMF duration in f.sample, just in case. Bug#1414Jeremy McNamara
2004-04-28OpenBSD portability to H323Mark Spencer
2004-04-28Run setstate after setting all appropriate variables including calleridMark Spencer
2004-04-22gethostbyname isn't reentrant, who knew...Mark Spencer
2004-04-19OpenBSD portability enhancements (bug 1002)James Golovich
2004-04-08Hopefully the last round of removing needlock stuffJames Golovich
2004-04-08Remove more needlock stuffJames Golovich
2004-04-07Remove extra argument from ast_set_*_format callsJames Golovich
2004-04-06Get rid of all that old needlock garbage now that we're using recursive mutexesMark Spencer
2004-04-05on outbound calls make sure we use requested codecJeremy McNamara
2004-03-27More read/write lock fixes in various modulesJames Golovich
2004-03-20rollback e.164 and prefix routing attempted fixJeremy McNamara
2004-03-18Properly deal with E.164 and Prefix routingJeremy McNamara
2004-03-15Fixup some pthread_t checking in channelsJames Golovich
2004-03-15Fix bug 1217. Change pthread_t initializers to AST_PTHREADT_NULL andJames Golovich