2007-09-19 |
Joshua Colp | Merged revisions 83070 via svnmerge from |
blob | commitdiff |
2007-09-18 |
Jason Parker | (issue #10724) |
blob | commitdiff | diff to current |
2007-09-17 |
Russell Bryant | Make the MALLOC_DEBUG output for free() useful again... |
blob | commitdiff | diff to current |
2007-09-11 |
Joshua Colp | (closes issue #9433) |
blob | commitdiff | diff to current |
2007-09-10 |
Joshua Colp | (closes issue #10688) |
blob | commitdiff | diff to current |
2007-09-06 |
Russell Bryant | fix the build ... oops |
blob | commitdiff | diff to current |
2007-09-06 |
Russell Bryant | Merged revisions 81832 via svnmerge from |
blob | commitdiff | diff to current |
2007-09-05 |
Jason Parker | Doxygen cleanups/fixes. |
blob | commitdiff | diff to current |
2007-09-04 |
Kevin P. Fleming | Merged revisions 81442 via svnmerge from |
blob | commitdiff | diff to current |
2007-08-30 |
Joshua Colp | Merged revisions 81395 via svnmerge from |
blob | commitdiff | diff to current |
2007-08-30 |
Joshua Colp | (closes issue #10565) |
blob | commitdiff | diff to current |
2007-08-29 |
Steve Murphy | This code was in team/murf/bug8684-trunk; it should... |
blob | commitdiff | diff to current |
2007-08-29 |
Joshua Colp | Merged revisions 81331 via svnmerge from |
blob | commitdiff | diff to current |
2007-08-27 |
Joshua Colp | Merged revisions 81012 via svnmerge from |
blob | commitdiff | diff to current |
2007-08-27 |
Joshua Colp | Remove places that say if no language is specified... |
blob | commitdiff | diff to current |
2007-08-23 |
Joshua Colp | If no default language has been specified print out... |
blob | commitdiff | diff to current |
2007-08-22 |
Russell Bryant | Merged revisions 80390 via svnmerge from |
blob | commitdiff | diff to current |
2007-08-21 |
Russell Bryant | Merged revisions 80183 via svnmerge from |
blob | commitdiff | diff to current |
2007-08-18 |
Tilghman Lesher | We weren't properly encapsulating the mtime ignores... |
blob | commitdiff | diff to current |
2007-08-17 |
Jason Parker | Merged revisions 79904 via svnmerge from |
blob | commitdiff | diff to current |
2007-08-17 |
Russell Bryant | This commit adds a scheduler API call, ast_sched_replac... |
blob | commitdiff | diff to current |
2007-08-17 |
Russell Bryant | Merged revisions 79857 via svnmerge from |
blob | commitdiff | diff to current |
2007-08-16 |
Tilghman Lesher | Don't reload a configuration file if nothing has changed. |
blob | commitdiff | diff to current |
2007-08-15 |
Joshua Colp | Merged revisions 79523 via svnmerge from |
blob | commitdiff | diff to current |
2007-08-13 |
Joshua Colp | Merged revisions 79174 via svnmerge from |
blob | commitdiff | diff to current |
2007-08-09 |
Russell Bryant | When looking up a mailbox, use the default context... |
blob | commitdiff | diff to current |
2007-08-09 |
Russell Bryant | Restore the ability to have multiple mailboxes listed... |
blob | commitdiff | diff to current |
2007-08-09 |
Russell Bryant | Fix a problem that I had introduced into MWI handling... |
blob | commitdiff | diff to current |
2007-08-08 |
Joshua Colp | Add support for using epoll instead of poll. This shoul... |
blob | commitdiff | diff to current |
2007-08-06 |
Mark Michelson | Fixing a compiler warning which warns that a variable... |
blob | commitdiff | diff to current |
2007-08-06 |
Mark Michelson | Merged revisions 78103 via svnmerge from |
blob | commitdiff | diff to current |
2007-08-06 |
Joshua Colp | Merged revisions 78182 via svnmerge from |
blob | commitdiff | diff to current |
2007-08-05 |
Tilghman Lesher | Merged revisions 78139 via svnmerge from |
blob | commitdiff | diff to current |
2007-07-31 |
Steve Murphy | thanks to Russel, for pointing out that the dialoglist_... |
blob | commitdiff | diff to current |
2007-07-31 |
Mark Michelson | Merged revisions 77824 via svnmerge from |
blob | commitdiff | diff to current |
2007-07-31 |
Kevin P. Fleming | there is no use in having functions that have no code... |
blob | commitdiff | diff to current |
2007-07-31 |
Kevin P. Fleming | use a different method for overriding the send_digit_be... |
blob | commitdiff | diff to current |
2007-07-31 |
Steve Murphy | Discovered in experiments on core files: if you wrap... |
blob | commitdiff | diff to current |
2007-07-30 |
Luigi Rizzo | minor code rearrangements: |
blob | commitdiff | diff to current |
2007-07-30 |
Luigi Rizzo | rename handle_request() to handle_incoming(), as the... |
blob | commitdiff | diff to current |
2007-07-29 |
Luigi Rizzo | move some dialog-only flags to proper variables, namely |
blob | commitdiff | diff to current |
2007-07-29 |
Luigi Rizzo | use a function, cli_yesno(), to produce the output... |
blob | commitdiff | diff to current |
2007-07-29 |
Luigi Rizzo | move the two remaining peer flags to proper variables. |
blob | commitdiff | diff to current |
2007-07-29 |
Luigi Rizzo | move RT_FROMCONTACT to a proper sip_peer field. |
blob | commitdiff | diff to current |
2007-07-29 |
Luigi Rizzo | Move some global 'flags' to individual variables. |
blob | commitdiff | diff to current |
2007-07-29 |
Luigi Rizzo | minor simplification of a conditional statement |
blob | commitdiff | diff to current |
2007-07-29 |
Luigi Rizzo | build the version of sip_tech with no send_digit_begin |
blob | commitdiff | diff to current |
2007-07-29 |
Luigi Rizzo | remove bit position from description of SIP_* flags. |
blob | commitdiff | diff to current |
2007-07-29 |
Luigi Rizzo | back on cleaning up the usage of flags. |
blob | commitdiff | diff to current |
2007-07-29 |
Luigi Rizzo | more documentation on internal representation of incomi... |
blob | commitdiff | diff to current |
2007-07-29 |
Luigi Rizzo | make register_unref() return NULL so it is easy to... |
blob | commitdiff | diff to current |
2007-07-28 |
Luigi Rizzo | add some documentation to auto_congest(), and some |
blob | commitdiff | diff to current |
2007-07-28 |
Luigi Rizzo | more dialog_ref()/dialog_unref() calls |
blob | commitdiff | diff to current |
2007-07-28 |
Luigi Rizzo | more dialog_ref()/dialog_unref() calls |
blob | commitdiff | diff to current |
2007-07-28 |
Luigi Rizzo | start introducing hooks for reference counts on dialog... |
blob | commitdiff | diff to current |
2007-07-28 |
Luigi Rizzo | remove an unused string |
blob | commitdiff | diff to current |
2007-07-28 |
Luigi Rizzo | simplify a conditional expression using S_OR |
blob | commitdiff | diff to current |
2007-07-28 |
Luigi Rizzo | make use of received= and rport= fields in sip replies. |
blob | commitdiff | diff to current |
2007-07-27 |
Joshua Colp | Turn 4 lines of code into 1 line that does the same... |
blob | commitdiff | diff to current |
2007-07-27 |
Joshua Colp | Merged revisions 77536 via svnmerge from |
blob | commitdiff | diff to current |
2007-07-27 |
Mark Michelson | Merged revisions 77490 via svnmerge from |
blob | commitdiff | diff to current |
2007-07-26 |
Russell Bryant | Do a massive conversion for using the ast_verb() macro |
blob | commitdiff | diff to current |
2007-07-26 |
Russell Bryant | Revert some changes to call abs() on the result of... |
blob | commitdiff | diff to current |
2007-07-26 |
Tilghman Lesher | Things expecting a positive result from ast_random... |
blob | commitdiff | diff to current |
2007-07-24 |
Luigi Rizzo | two small fixes when using stun (reported by Marta... |
blob | commitdiff | diff to current |
2007-07-23 |
Luigi Rizzo | add two missing entries in the replica of the sip_tech... |
blob | commitdiff | diff to current |
2007-07-23 |
Joshua Colp | Merged revisions 76561 via svnmerge from |
blob | commitdiff | diff to current |
2007-07-23 |
Russell Bryant | Mark str2dtmfmode() as currently unused to resolve... |
blob | commitdiff | diff to current |
2007-07-23 |
Russell Bryant | (closes issue #10271) |
blob | commitdiff | diff to current |
2007-07-23 |
Luigi Rizzo | introduce two functions, map_x_s() and map_s_x(), to map |
blob | commitdiff | diff to current |
2007-07-23 |
Russell Bryant | Remove an unused function to resolve a compiler warning |
blob | commitdiff | diff to current |
2007-07-23 |
Luigi Rizzo | move "sip prunte realtime ..." and "sip set debug ... |
blob | commitdiff | diff to current |
2007-07-23 |
Luigi Rizzo | Add some documentation on the sipregistry states and the |
blob | commitdiff | diff to current |
2007-07-23 |
Luigi Rizzo | add a bit of comments on internal functions. |
blob | commitdiff | diff to current |
2007-07-22 |
Luigi Rizzo | rewrite "sip show {channels|subscriptions}" CLI handler |
blob | commitdiff | diff to current |
2007-07-22 |
Luigi Rizzo | Make sip_destroy() return NULL so the caller can do... |
blob | commitdiff | diff to current |
2007-07-22 |
Luigi Rizzo | add two comment blocks, one on reusing nonces, and... |
blob | commitdiff | diff to current |
2007-07-22 |
Luigi Rizzo | comment and slightly restructure handle_request() in... |
blob | commitdiff | diff to current |
2007-07-22 |
Luigi Rizzo | remove unused argument from handle_invite_replaces... |
blob | commitdiff | diff to current |
2007-07-22 |
Luigi Rizzo | Cleanup of flags used in struct sip_request, moving... |
blob | commitdiff | diff to current |
2007-07-22 |
Luigi Rizzo | move two per-packet flags to proper variables. |
blob | commitdiff | diff to current |
2007-07-22 |
Luigi Rizzo | minor clarification on the usage of SIP_* flags. |
blob | commitdiff | diff to current |
2007-07-22 |
Luigi Rizzo | document the way sipdebug works, and implement it through |
blob | commitdiff | diff to current |
2007-07-21 |
Luigi Rizzo | move the SIP_REALTIME flag to a field in the user/peer... |
blob | commitdiff | diff to current |
2007-07-21 |
Luigi Rizzo | Add a note to document how the temporary 'pvt' should... |
blob | commitdiff | diff to current |
2007-07-21 |
Luigi Rizzo | whoops... was setting needdestroy on the wrong dialog. |
blob | commitdiff | diff to current |
2007-07-21 |
Luigi Rizzo | more two more flags to proper variables: ALREADYGONE... |
blob | commitdiff | diff to current |
2007-07-21 |
Luigi Rizzo | use explicit variables for things that don't need to |
blob | commitdiff | diff to current |
2007-07-21 |
Luigi Rizzo | Use ast_str_append() instead of ast_build_string()... |
blob | commitdiff | diff to current |
2007-07-21 |
Luigi Rizzo | We have two 'technology' descriptors for a SIP channel, so |
blob | commitdiff | diff to current |
2007-07-21 |
Luigi Rizzo | Enhance NAT support as discussed on the -dev list,... |
blob | commitdiff | diff to current |
2007-07-20 |
Joshua Colp | Merged revisions 76087 via svnmerge from |
blob | commitdiff | diff to current |
2007-07-20 |
Joshua Colp | It is impossible for the externhost variable to not... |
blob | commitdiff | diff to current |
2007-07-20 |
Luigi Rizzo | Don't use a field size for the last argument of printf... |
blob | commitdiff | diff to current |
2007-07-20 |
Luigi Rizzo | Extend the 'network settings' section with indication... |
blob | commitdiff | diff to current |
2007-07-19 |
Steve Murphy | After some study, thought, comparing, etc. I've backed... |
blob | commitdiff | diff to current |
2007-07-19 |
Luigi Rizzo | print more of the network settings (externip, externhos... |
blob | commitdiff | diff to current |
2007-07-19 |
Luigi Rizzo | document the use of externip, externhost and other... |
blob | commitdiff | diff to current |
2007-07-19 |
Luigi Rizzo | ast_sip_ouraddrfor() never fails, so make it void |
blob | commitdiff | diff to current |
2007-07-19 |
Luigi Rizzo | portability fix: use %f instead of %lf when printing... |
blob | commitdiff | diff to current |
next |