| 2008-10-30 |
Tilghman Lesher | Cannot join detached threads. See http://www.opengroup... |
commit | commitdiff | tree | snapshot |
| 2008-10-30 |
Tilghman Lesher | Unlock before returning, when extension doesn't exist. |
commit | commitdiff | tree | snapshot |
| 2008-10-30 |
Kevin P. Fleming | instead of comparing the string pointer to 0, let's... |
commit | commitdiff | tree | snapshot |
| 2008-10-29 |
Russell Bryant | Fix an incorrect usage of sizeof() |
commit | commitdiff | tree | snapshot |
| 2008-10-29 |
Steve Murphy | A little documentation cross-ref between features and |
commit | commitdiff | tree | snapshot |
| 2008-10-29 |
Steve Murphy | The magic trick to avoid this crash is not to |
commit | commitdiff | tree | snapshot |
| 2008-10-28 |
Tilghman Lesher | Quoting in the wrong direction |
commit | commitdiff | tree | snapshot |
| 2008-10-28 |
Tilghman Lesher | Reset all DIAL variables back to blank, in case Dial... |
commit | commitdiff | tree | snapshot |
| 2008-10-27 |
Jeff Peeler | Buffer policy setting for half is not needed. |
commit | commitdiff | tree | snapshot |
| 2008-10-27 |
Tilghman Lesher | Inherit ALL elements of CallerID across a local channel. |
commit | commitdiff | tree | snapshot |
| 2008-10-26 |
Sean Bright | Since passing \0 as the second argument to strchr is... |
commit | commitdiff | tree | snapshot |
| 2008-10-25 |
Russell Bryant | Move AMI initialization to occur after loading modules... |
commit | commitdiff | tree | snapshot |
| 2008-10-23 |
Terry Wilson | Backport fix from 1.6.0 that allows you to set parkedca... |
commit | commitdiff | tree | snapshot |
| 2008-10-20 |
Kevin P. Fleming | rename this macro to properly reflect what it does |
commit | commitdiff | tree | snapshot |
| 2008-10-20 |
Kevin P. Fleming | break up acinclude.m4 into individual files, which... |
commit | commitdiff | tree | snapshot |
| 2008-10-19 |
BJ Weschke | As per kpfleming's comments to the prior commit, I... |
commit | commitdiff | tree | snapshot |
| 2008-10-19 |
BJ Weschke | Fix the 1.4 branch compile again broken with r150557... |
commit | commitdiff | tree | snapshot |
| 2008-10-18 |
BJ Weschke | Using the GetVar handler in AMI is potentially dangero... |
commit | commitdiff | tree | snapshot |
| 2008-10-17 |
Steve Murphy | Interesting crash. In this case, you exit the |
commit | commitdiff | tree | snapshot |
| 2008-10-17 |
Jason Parker | Correctly allow chan_dahdi to compile against older... |
commit | commitdiff | tree | snapshot |
| 2008-10-16 |
Mark Michelson | Reverting changes from commits 150298 and 150301 since |
commit | commitdiff | tree | snapshot |
| 2008-10-16 |
Mark Michelson | And don't forget to return on the error condition |
commit | commitdiff | tree | snapshot |
| 2008-10-16 |
Mark Michelson | Don't try to call a dialplan function's read callback... |
commit | commitdiff | tree | snapshot |
| 2008-10-16 |
Richard Mudgett | Fix memory leak found by customer |
commit | commitdiff | tree | snapshot |
| 2008-10-16 |
Steve Murphy | This patch is relevant to: |
commit | commitdiff | tree | snapshot |
| 2008-10-15 |
BJ Weschke | Another documentation fix. |
commit | commitdiff | tree | snapshot |
| 2008-10-15 |
BJ Weschke | An update to the documentation/example of agents.conf... |
commit | commitdiff | tree | snapshot |
| 2008-10-15 |
Kevin P. Fleming | fix some problems when parsing SIP messages that have... |
commit | commitdiff | tree | snapshot |
| 2008-10-14 |
Mark Michelson | Change this warning to an error message. Suggestion |
commit | commitdiff | tree | snapshot |
| 2008-10-14 |
Mark Michelson | Call register_peer_exten even in the case that the... |
commit | commitdiff | tree | snapshot |
| 2008-10-14 |
Mark Michelson | Add a tolerance period for sync-triggered audiohooks |
commit | commitdiff | tree | snapshot |
| 2008-10-14 |
Mark Michelson | Update the queue with the correct number of calls and |
commit | commitdiff | tree | snapshot |
| 2008-10-14 |
Mark Michelson | Don't allow reserved characters to be used in register |
commit | commitdiff | tree | snapshot |
| 2008-10-14 |
Tilghman Lesher | Check correct values in the return of ast_waitfor(... |
commit | commitdiff | tree | snapshot |
| 2008-10-14 |
Leif Madsen | Add in some missing updates to the CHANGES file for... |
commit | commitdiff | tree | snapshot |
| 2008-10-14 |
Tilghman Lesher | Some compilers warn, some don't. Fixing. |
commit | commitdiff | tree | snapshot |
| 2008-10-14 |
Tilghman Lesher | Ensure that mail headers are 7-bit clean, even when... |
commit | commitdiff | tree | snapshot |
| 2008-10-14 |
Mark Michelson | Deadlock prevention in chan_local. |
commit | commitdiff | tree | snapshot |
| 2008-10-14 |
Kevin P. Fleming | on Ubuntu (at least), recent versions of ld in binutils... |
commit | commitdiff | tree | snapshot |
| 2008-10-14 |
Kevin P. Fleming | it would be nice if this message printing code had... |
commit | commitdiff | tree | snapshot |
| 2008-10-10 |
Tilghman Lesher | User not notified of temporary greeting, if ODBC storag... |
commit | commitdiff | tree | snapshot |
| 2008-10-09 |
Tilghman Lesher | When blank, callerid name and number should display... |
commit | commitdiff | tree | snapshot |
| 2008-10-09 |
Jeff Peeler | (closes issue #13139) |
commit | commitdiff | tree | snapshot |
| 2008-10-08 |
Kevin P. Fleming | when parsing a text configuration option, ensure that... |
commit | commitdiff | tree | snapshot |
| 2008-10-08 |
Joshua Colp | If we receive DTMF make sure that the state of the... |
commit | commitdiff | tree | snapshot |
| 2008-10-07 |
Kevin P. Fleming | revert this change until i can understand why it result... |
commit | commitdiff | tree | snapshot |
| 2008-10-07 |
Kevin P. Fleming | don't start a PBX on incoming PRI call channels until... |
commit | commitdiff | tree | snapshot |
| 2008-10-07 |
Sean Bright | Make 'imapsecret' an alias to 'imappassword' in voicema... |
commit | commitdiff | tree | snapshot |
| 2008-10-06 |
Tilghman Lesher | Dialplan functions should not actually return 0, unless... |
commit | commitdiff | tree | snapshot |
| 2008-10-06 |
Tilghman Lesher | Check whether an extension exists in the _call method... |
commit | commitdiff | tree | snapshot |
| 2008-10-06 |
Kevin P. Fleming | ensure that the private structure for pseudo channels... |
commit | commitdiff | tree | snapshot |
| 2008-10-05 |
Jason Parker | Fix silly formatting. |
commit | commitdiff | tree | snapshot |
| 2008-10-03 |
Sean Bright | Change some preprocessor macros to struct definitions... |
commit | commitdiff | tree | snapshot |
| 2008-10-03 |
Jeff Peeler | (closes issue #13425) |
commit | commitdiff | tree | snapshot |
| 2008-10-03 |
Steve Murphy | (closes issue #13579) |
commit | commitdiff | tree | snapshot |
| 2008-10-02 |
Tilghman Lesher | Backport support for some of the keyword modifications... |
commit | commitdiff | tree | snapshot |
| 2008-10-02 |
Tilghman Lesher | Some sanity checks that may have led to prior crashes... |
commit | commitdiff | tree | snapshot |
| 2008-10-01 |
Leif Madsen | Update the realtime_pgsql.sql script to create the... |
commit | commitdiff | tree | snapshot |
| 2008-09-30 |
Richard Mudgett | channels/chan_misdn.c |
commit | commitdiff | tree | snapshot |
| 2008-09-27 |
Kevin P. Fleming | fix some minor issues with rev 144924 |
commit | commitdiff | tree | snapshot |
| 2008-09-27 |
Kevin P. Fleming | improve header inclusion process in a few small ways: |
commit | commitdiff | tree | snapshot |
| 2008-09-26 |
Mark Michelson | This patch was applied to 1.4 but it completely |
commit | commitdiff | tree | snapshot |
| 2008-09-26 |
Steve Murphy | (closes issue #13563) |
commit | commitdiff | tree | snapshot |
| 2008-09-25 |
Steve Murphy | (closes issue #12101) |
commit | commitdiff | tree | snapshot |
| 2008-09-25 |
Tilghman Lesher | Backport Hebrew language to voicemail. |
commit | commitdiff | tree | snapshot |
| 2008-09-24 |
Christian Richter | improved helptext of misdn_set_opt. |
commit | commitdiff | tree | snapshot |
| 2008-09-23 |
Steve Murphy | (closes issue #13489) |
commit | commitdiff | tree | snapshot |
| 2008-09-23 |
Steve Murphy | In at least one machine, we noted that the timestr |
commit | commitdiff | tree | snapshot |
| 2008-09-22 |
Sean Bright | Use the advertised header size in .au files instead... |
commit | commitdiff | tree | snapshot |
| 2008-09-20 |
Sean Bright | Make vmail.cgi work with mailboxes defined in users... |
commit | commitdiff | tree | snapshot |
| 2008-09-19 |
Steve Murphy | This fix comes from a debugging session on a test box... |
commit | commitdiff | tree | snapshot |
| 2008-09-19 |
Doug Bailey | Adjust for technology when generating user extension |
commit | commitdiff | tree | snapshot |
| 2008-09-18 |
Steve Murphy | A micro-fix, in sip_park_thread, where d is freed befor... |
commit | commitdiff | tree | snapshot |
| 2008-09-18 |
Jeff Peeler | compare peer and chan instead of looking at the parked... |
commit | commitdiff | tree | snapshot |
| 2008-09-17 |
Tilghman Lesher | When callerid is blank, we want to use "unknown caller... |
commit | commitdiff | tree | snapshot |
| 2008-09-17 |
Mark Michelson | Allow for "G.729" if offered in an SDP even though |
commit | commitdiff | tree | snapshot |
| 2008-09-16 |
Jeff Peeler | (closes issue #13493) |
commit | commitdiff | tree | snapshot |
| 2008-09-16 |
Jeff Peeler | (closes issue #13465) |
commit | commitdiff | tree | snapshot |
| 2008-09-15 |
Tilghman Lesher | Set the raw formats at the same time as the other formats. |
commit | commitdiff | tree | snapshot |
| 2008-09-12 |
Jeff Peeler | (closes issue #12965) |
commit | commitdiff | tree | snapshot |
| 2008-09-12 |
Tilghman Lesher | Create rules for disallowing contacts at certain addres... |
commit | commitdiff | tree | snapshot |
| 2008-09-12 |
Michiel van... | fix copyright year range |
commit | commitdiff | tree | snapshot |
| 2008-09-12 |
Tilghman Lesher | Missing merge from 1.2 fixes errant exit on DTMF, only... |
commit | commitdiff | tree | snapshot |
| 2008-09-12 |
Tilghman Lesher | Don't return a free'd pointer, when a file cannot be... |
commit | commitdiff | tree | snapshot |
| 2008-09-12 |
Steve Murphy | Tested by: sergee, murf, chris-mac, andrew, KNK |
commit | commitdiff | tree | snapshot |
| 2008-09-11 |
Steve Murphy | (closes issue #13364) |
commit | commitdiff | tree | snapshot |
| 2008-09-10 |
Steve Murphy | (closes issue #12318) |
commit | commitdiff | tree | snapshot |
| 2008-09-10 |
Sean Bright | Fix detection of PWLIB and OpenH323 version when spacin... |
commit | commitdiff | tree | snapshot |
| 2008-09-10 |
Tilghman Lesher | Publish new extra sounds version. |
commit | commitdiff | tree | snapshot |
| 2008-09-10 |
Russell Bryant | It is a normal situation that a task gets put in the... |
commit | commitdiff | tree | snapshot |
| 2008-09-09 |
Mark Michelson | Make sure that the branch sent in CANCEL requests |
commit | commitdiff | tree | snapshot |
| 2008-09-09 |
Mark Michelson | When determining if codecs used by SIP peers allow |
commit | commitdiff | tree | snapshot |
| 2008-09-09 |
Russell Bryant | Ensure that the stored CDR reference is still valid... |
commit | commitdiff | tree | snapshot |
| 2008-09-08 |
Mark Michelson | Fix pedantic mode of chan_sip to only check the |
commit | commitdiff | tree | snapshot |
| 2008-09-08 |
Russell Bryant | When doing an async goto, detect if the channel is... |
commit | commitdiff | tree | snapshot |
| 2008-09-08 |
Jason Parker | Remove RPM package targets from Makefile (and all assoc... |
commit | commitdiff | tree | snapshot |
| 2008-09-08 |
Russell Bryant | Actually use Zaptel CFLAGS if using Zaptel instead... |
commit | commitdiff | tree | snapshot |
| 2008-09-06 |
Steve Murphy | This fix comes from Joshua Colp The Brilliant, who... |
commit | commitdiff | tree | snapshot |
| 2008-09-06 |
Tilghman Lesher | Reverting behavior change (AGI should not exit non... |
commit | commitdiff | tree | snapshot |
| 2008-09-05 |
Mark Michelson | Agent's should not try to call a channel's indicate... |
commit | commitdiff | tree | snapshot |
| next |