2005-10-04 |
Kevin P. Fleming | handle peer matching for subscriptions by name instead... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Kevin P. Fleming | fix various state-related bugs (issue #5369, with mod... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Kevin P. Fleming | support call duration limits on inbound OSP calls ... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Kevin P. Fleming | make sample config files easier to ready (issue #5371) |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Kevin P. Fleming | fix memory leak and unload problems (issue #5380) |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Kevin P. Fleming | generate fewer 'stale nonce' messages (issue #5381) |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Kevin P. Fleming | truncate last 200ms of DTMF-terminated recording to... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Kevin P. Fleming | allow write timeout to be set on a per-user basis in... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Kevin P. Fleming | allow manager actions to properly close the session... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Kevin P. Fleming | don't destroy calls when re-INVITE messages ask for... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Russell Bryant | update sample configuration to reflect new options... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Mark Spencer | If you're hanging up channels, be sure we clean it... |
commit | commitdiff | tree | snapshot |
2005-10-04 |
Matthew Fredrickson | Rewrite of PRI progress and message handling. Fixes... |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Kevin P. Fleming | fix 'invalid command' logic |
commit | commitdiff | tree | snapshot |
2005-10-03 |
Kevin P. Fleming | don't build manager event output until it is needed |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Kevin P. Fleming | add ast_build_string_va(), which accepts a varargs... |
commit | commitdiff | tree | snapshot |
2005-10-01 |
Russell Bryant | clarify option description (issue #5351) |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Kevin P. Fleming | don't take session lock in astman_send_error() and... |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Kevin P. Fleming | tell the user about invalid/unknown commands before... |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Kevin P. Fleming | ensure structure has enough space for embedded string |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Kevin P. Fleming | properly clear out manager header structure between... |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Kevin P. Fleming | support a 'post install' script for local modifications... |
commit | commitdiff | tree | snapshot |
2005-09-30 |
Kevin P. Fleming | fix queues properly (issue #5300, take two) |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Mark Spencer | Fix manager bug (can't destroy a session while a thread... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Kevin P. Fleming | ensure that peer codec preferences take precedence... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Kevin P. Fleming | code cleanups |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Kevin P. Fleming | re-factor variable/function name parsing, and add subst... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Mark Spencer | Print anomlies at free / show memory allocations time |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Kevin P. Fleming | ensure that app_queue won't crash if no members are... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Kevin P. Fleming | ensure scheduling priority is inherited into new thread... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Kevin P. Fleming | allow some more paths to be overridden on the command... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Kevin P. Fleming | support both regular and Feature Group D dialing syntax... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Kevin P. Fleming | don't replace CLID/CNAM when RPID is being generated... |
commit | commitdiff | tree | snapshot |
2005-09-29 |
Kevin P. Fleming | install 'rasterisk' symlink and update process name... |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Mark Spencer | Remove possibility of manager deadlocks from manager... |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Kevin P. Fleming | more whitespace fixes |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Kevin P. Fleming | more whitespace cleanup |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Kevin P. Fleming | whitespace fix |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Kevin P. Fleming | fix comment typo |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Kevin P. Fleming | missed a line... |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Kevin P. Fleming | code cleanup |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Kevin P. Fleming | minor fixes |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Kevin P. Fleming | clean up formatting, use the same flag bit for both... |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Russell Bryant | make sure to LOCAL_USER_REMOVE in all cases where the... |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Russell Bryant | fix logic error that breaks queue exit (issue #5312) |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Russell Bryant | fix variable name (issue #5302) |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Russell Bryant | don't declare the priority inside of the for loop so... |
commit | commitdiff | tree | snapshot |
2005-09-28 |
Mark Spencer | 486 (and friends) are really BUSY (bug #5257) |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Kevin P. Fleming | say minutes/seconds using existing 'say number' code... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Kevin P. Fleming | store tag in the private structure as formatted text... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Kevin P. Fleming | support optional sending of Remote-Party-ID headers... |
commit | commitdiff | tree | snapshot |
2005-09-27 |
Mark Spencer | Fix "console" help (thanks to Andy Dvorak) |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Kevin P. Fleming | add domains documentation and rename config option |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Kevin P. Fleming | add basic SIP domain support (issue #4466, with major... |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Russell Bryant | move variable declaration to the beginning of the funct... |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Kevin P. Fleming | one more oops (when global variables need substitutions) |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Kevin P. Fleming | oops |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Kevin P. Fleming | use a more generic means to decide whether we need... |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Kevin P. Fleming | minor code and stack space optimizations |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Kevin P. Fleming | ensure that if the verbose buffer is full, we send... |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Kevin P. Fleming | handle polarity reversal hangup indication during an... |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Kevin P. Fleming | properly ignore retransmitted INVITEs on long latency... |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Kevin P. Fleming | minor optimizations |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Kevin P. Fleming | fix minor build problem on *BSD (issue #5290) |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Kevin P. Fleming | fix some buglets in 'agents' Manager action (issue... |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Kevin P. Fleming | properly respond to REGISTER queries (issue #5272) |
commit | commitdiff | tree | snapshot |
2005-09-26 |
Kevin P. Fleming | don't drop the caller just because it's not time to... |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Kevin P. Fleming | clean update devicestate function, ensure that it can... |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Kevin P. Fleming | support new version of OSP toolkit (issue #5168) |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Kevin P. Fleming | ensure result buffer is initialized (issue #5285) |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Kevin P. Fleming | correct logic errors (issue #5258) |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Kevin P. Fleming | correct sense of logic test (issue #5259) |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Mark Spencer | Make curl a function |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Mark Spencer | Handle authenticating *to* realtime peers (bug #5269) |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Russell Bryant | Fix expressions on Big Endian platforms (issue #5233) |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Mark Spencer | Fix manager EINTR issue (bug #5247) |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Mark Spencer | Fix restart in Mac OSX (bug #5251) |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Mark Spencer | Fix meet me / local channel (bug #5274) |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Mark Spencer | Fix GetVar manager action result (bug #5275) |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Mark Spencer | Fix CLI completion issue (bug #5041) |
commit | commitdiff | tree | snapshot |
2005-09-25 |
Mark Spencer | Null out call number on release complete when number... |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Kevin P. Fleming | fix copy-and-paste error |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Mark Spencer | Fix CLI memory leak (bug #5035) |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Mark Spencer | Fix directed pickup deadlock bug (bug #5270) |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Mark Spencer | Fix cut/paste error (bug #5282) |
commit | commitdiff | tree | snapshot |
2005-09-24 |
Mark Spencer | Don't crash on recursive show extension foo@bar... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Jim Dixon | Added support for iaxrpt gui client |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Russell Bryant | move process_quotes_and_slashes to utils.c since it... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Russell Bryant | Use Goto instead of GotoIf when jumping over the else... |
commit | commitdiff | tree | snapshot |
2005-09-23 |
Russell Bryant | fix some gcc4 pointer signedness warnings and clean... |
commit | commitdiff | tree | snapshot |
2005-09-21 |
Mark Spencer | iax2 parser cleanups |
commit | commitdiff | tree | snapshot |
2005-09-19 |
Russell Bryant | don't remove the ast_expr .c files when building testex... |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Russell Bryant | fix ENUMLOOKUP examples (issue #5244) |
commit | commitdiff | tree | snapshot |
2005-09-18 |
Russell Bryant | add missing newline (issue #5243) |
commit | commitdiff | tree | snapshot |
2005-09-16 |
Russell Bryant | clean up singular vs. plural output for the 'show dialp... |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Kevin P. Fleming | add Pickup() application (issue #4865) |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Jeremy McNamara | ok wtf, no compiler error here |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Jeremy McNamara | I swore this compiled. Honest, officer |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Kevin P. Fleming | add API for searching active channels by context/exten |
commit | commitdiff | tree | snapshot |
2005-09-15 |
Kevin P. Fleming | more license/copyright header updates (thanks Ian!) |
commit | commitdiff | tree | snapshot |
next |