adds manager event when an iax2 peer loses registration.
[asterisk/asterisk.git] / channels / chan_iax2.c
2006-04-04 Matt O'Gormanadds manager event when an iax2 peer loses registration.
2006-03-31 Russell Bryantmove a NULL check to before the first time the pointer...
2006-03-31 Russell Bryant- code formatting tweaks
2006-03-31 Russell BryantMerged revisions 16744 via svnmerge from
2006-03-31 Joshua ColpDo not leave a thread in limbo if an error occurs,...
2006-03-30 Luigi Rizzoas discussed with Mark a few weeks ago, the 'newstack...
2006-03-30 Joshua ColpFix IAX2 multithreaded scheduling (issue #6840)
2006-03-29 Russell Bryantoops! :)
2006-03-29 Russell Bryantconversion from malloc to ast_malloc
2006-03-28 Luigi Rizzoanother batch of cli simplifications
2006-03-28 Russell BryantMerged revisions 15703 via svnmerge from
2006-03-28 Russell Bryantonly display a debug message if iaxdebug is enabled...
2006-03-28 Russell Bryantstore f->callno in a local var (issue #6818)
2006-03-28 Kevin P. Fleminguse proper file name
2006-03-28 Kevin P. Flemingimprove IP TOS support for SIP and IAX2 (issue #6355...
2006-03-27 Matt O'GormanJanitor work converting !ast_strlen_zero(a)?a:b
2006-03-25 Mark SpencerAdd micro-http server and abstract manager interface...
2006-03-23 Kevin P. Flemingcompute scheduler thread timeout properly
2006-03-23 Kevin P. Flemingcommit file's work to convert iax2 multithreading to...
2006-03-20 Olle JohanssonDon't overwrite ANI if it's already sent with IES ...
2006-03-14 Russell Bryantdeprecate the mailboxdetail option and always use its...
2006-03-14 Russell Bryantfix build without SCHED_MULTITHREADED defined (issue...
2006-03-09 Mark SpencerMake sure we clear our sched value before we actually...
2006-02-28 Mark SpencerHandle disappearing calls for registers
2006-02-28 Russell BryantMerged revisions 11410 via svnmerge from
2006-02-28 Russell Bryantfix some build issues on FreeBSD (issue #6614)
2006-02-28 Mark SpencerOops
2006-02-28 Mark SpencerFix for GCC 3.2.2
2006-02-28 Mark SpencerMake sure we clear up schedule numbers before we proces...
2006-02-28 Mark SpencerKeep track of the function we're in the middle of doing
2006-02-26 Mark SpencerMake IAX2 multithreaded
2006-02-23 Kevin P. Flemingadd 'consumed' argument to ast_get_time_t, so callers...
2006-02-20 Mark SpencerRemove several uses of freed memory
2006-02-16 Matt O'Gormanadd 'blindtransfer' variable to chan iax2 like chan_sip...
2006-02-15 Kevin P. Flemingadd API function for parsing strings to time_t (issue...
2006-02-12 Kevin P. Flemingmajor dialplan functions update
2006-02-11 Russell BryantMerged revisions 9609 via svnmerge from
2006-02-11 Mark SpencerMake IAX2 not try to authenticate when registration...
2006-02-09 Russell BryantMerged revisions 9246 via svnmerge from
2006-02-01 Kevin P. Fleminguse string fields for some stuff in ast_channel
2006-01-31 Russell Bryantremove some more local declarations of null frames
2006-01-27 Matthew FredricksonAdd rdnis rx/tx support to chan_iax2 (#6348)
2006-01-25 Kevin P. Flemingdon't queue a congestion frame on a channel that will...
2006-01-21 Russell Bryanton this pass, only remove duplicate log messages
2006-01-21 Russell Bryantrevert my pass through the tree to remove checks of...
2006-01-21 Russell Bryantremove some useless checks of the result of ast_strdupa
2006-01-20 Matt O'GormanMerged revisions 8320 via svnmerge from
2006-01-20 Olle JohanssonDoxygen updates
2006-01-18 Russell Bryantconstify arguments in more places where strings should...
2006-01-11 Russell Bryantconvert some channels to use the memory allocation...
2006-01-09 Kevin P. FlemingMerged revisions 7917 via svnmerge from
2006-01-03 Kevin P. Flemingupdate copyright headers for files changed this year
2006-01-02 BJ Weschke Fix compiler warnings.
2005-12-30 Russell Bryantupdate doxygen docs to specify authors
2005-12-27 Russell Bryantavoid unneeded calls to strlen in iax2 completion functions
2005-12-26 Russell BryantMerged revisions 7634 via svnmerge from
2005-12-20 Mark SpencerFix reload of peer contexts (bug #6007)
2005-12-03 Tilghman LesherBug 5858 - Make the chanvars.c functions return a ...
2005-11-29 Kevin P. Flemingremove extraneous svn:executable properties
2005-11-21 Kevin P. Flemingfix port number handling in peer building functions
2005-11-21 Kevin P. Flemingfix a bug found during a recent upgrade
2005-11-21 Russell Bryantissue #5815
2005-11-21 Russell Bryantissue #5794
2005-11-20 Josh Robersonissue #5792
2005-11-12 Mark SpencerFix build on FreeBSD 4.11
2005-11-12 Kevin P. Flemingfix typo
2005-11-11 Kevin P. Flemingissue #5713
2005-11-10 Kevin P. Flemingissue #5693
2005-11-10 Kevin P. Flemingissue #5685
2005-11-09 Kevin P. Flemingeliminate useless warnings generated by IAXy registrations
2005-11-09 Kevin P. Flemingissue #3360 plus related fix
2005-11-06 Russell Bryantissue #5605
2005-11-06 Russell Bryantuse enum's for iax user/peer flags, and for pvt state
2005-11-04 Russell Bryantallow the IAXPEER function to check a peer's status
2005-10-31 Kevin P. Flemingallow netsock objects to be unref'd so they can disappe...
2005-10-31 Kevin P. Flemingadd some additional log output and comment cleanup...
2005-10-29 Mark SpencerRemove ancient copy/paste error (bug #5541)
2005-10-29 Mark SpencerFix minor iax2 device state issue (bug #5540)
2005-10-27 Russell BryantRemove unnecessary checks before calls to ast_strlen_ze...
2005-10-26 Russell Bryantdoxygenify the comments for data structures and defines...
2005-10-26 Russell Bryantuse an enum instead of #define'd integers in a couple...
2005-10-24 Russell BryantDoxygen documentation update from oej (issue #5505)
2005-10-23 Mark SpencerFix segfault when building peer based on IP
2005-10-19 Jim DixonAllow for obtaining IAX2 call peer (endpoint) IP addres...
2005-10-17 Mark SpencerFix queue, iax and sip formatting issues (bug #5449)
2005-10-14 Mark SpencerMake sure when the timeout occurs that we actually...
2005-10-14 Kevin P. Flemingfix compile error (%d changed to %n)
2005-10-14 Jeremy McNamaraadd missing new line
2005-10-13 Mark SpencerFix naming on realtime peers (bug #5421)
2005-10-13 Mark SpencerFix call timeouts with rtp bridge etc (bug #5252)
2005-10-12 Mark SpencerDon't override calling presentation if *name* is presen...
2005-09-28 Mark SpencerRemove possibility of manager deadlocks from manager...
2005-09-25 Mark SpencerHandle authenticating *to* realtime peers (bug #5269)
2005-09-15 Kevin P. Flemingallow minimum/maximum registration intervals to be...
2005-09-14 Kevin P. Flemingdon't leave a buffer not filled in when getting a REGAC...
2005-09-14 Kevin P. Flemingupdate MANY more files with proper copyright/license...
2005-09-14 Kevin P. Flemingensure that Manager hold/unhold events are generated...
2005-09-09 Russell Bryantdon't use a signed buffer for data that the protocol...
2005-09-07 Kevin P. Flemingdon't reject REGREL requests (issue #5152)
2005-09-07 Kevin P. Flemingremove useless buffer initializations (issue #5134)
next