summaryrefslogtreecommitdiff
path: root/channels/chan_h323.c
AgeCommit message (Expand)Author
2005-03-17Add PLC and jitter buffer and iax2 meta trunk with timestamps (bug #2532, #3400)Mark Spencer
2005-03-08Fix compilation of chan_h323.c since removal of the private channel structure...Josh Roberson
2005-03-04Rework channel structure to eliminate "pvt" portion of channel (bug #3573)Mark Spencer
2005-02-13Add additional sanity checks (bug #3548)Mark Spencer
2005-02-09Fix H.323 locking (bug #3540)Mark Spencer
2005-01-25Merge config updates (bug #3406)Mark Spencer
2004-12-21Fix G.729 name annoucement to Open H.323 and inform Asterisk's RTP stack spec...Jeremy McNamara
2004-12-20Create string properly and cast peer correctlyJeremy McNamara
2004-12-18oopsieJeremy McNamara
2004-12-18Fix incoming caller*id. Bug #3077Jeremy McNamara
2004-12-16Properly deal with Q.931 cause codesJeremy McNamara
2004-12-16Properly deal with Caller*ID, document the new RTP Payload setting, remove co...Jeremy McNamara
2004-12-15Major fixes: Fixed deadlock issue, added support for inband call progress and...Jeremy McNamara
2004-11-16Another temp fix attempt, until I can do it correctly.Jeremy McNamara
2004-11-11A [possibly] better solution to the CalledPartyAddress problem. Test and repo...Jeremy McNamara
2004-11-11Use passed dest value, for the moment. A better fix is being worked onJeremy McNamara
2004-11-11lets try it this wayJeremy McNamara
2004-11-11Use the right charector, dummyJeremy McNamara
2004-11-11copy over username to create a proper called addrJeremy McNamara
2004-10-28more code clean-upJeremy McNamara
2004-10-27Fix H.323 doc stuff (bug #2739)Mark Spencer
2004-10-26Pass concept of status back, permit "leaveempty" to work with static agents w...Mark Spencer
2004-10-22re-implement callerid, still might not be right. Remove channel limits, in fa...Jeremy McNamara
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