aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_h323.c
AgeCommit message (Expand)AuthorFilesLines
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
2004-01-06re-do the monitor fix (check for io before killing ourself)jeremy1-2/+3
2004-01-06add a couple cli commands (h.323 hangup <token> and H.323 show tokens) and cl...jeremy1-11/+47
2004-01-03clean up file descriptor leak and check for io before thread cancellationjeremy1-5/+10
2003-12-24totally revert that highly broken patch. Please test your code before submitt...jeremy1-340/+70
2003-12-24comment out two lines from PCadach's patch, they blow things up.jeremy1-2/+2
2003-12-23Apply massive patch from PCadach. If things are broken blame him. Bug#469jeremy1-70/+340
2003-12-19clean up output on debugjeremy1-5/+5
2003-12-18don't create another endpoint on a reloadjeremy1-4/+5
2003-12-18remove debug and switch printf's outjeremy1-20/+7
2003-12-18don't complain on type=h323 itself :)jeremy1-0/+2
2003-12-10stomp on seg if no config filejeremy1-7/+8
2003-12-09implement userbyalias. This will look to IP instead of H.323ID, if enabled Bu...jeremy1-12/+32
2003-12-03add warning for keywords in type=h323 that make no sensejeremy1-0/+2
2003-10-21make chan_h323 not load if no config file is foundtholo1-2/+2
2003-09-29remove old debugjeremy1-3/+7
2003-09-29try to enable indicationsjeremy1-3/+3
2003-09-27anonyance fix, per tholojeremy1-1/+1