2010-12-17 |
Tilghman Lesher | Let Asterisk find better backtrace information with... |
commit | commitdiff | tree |
2010-12-17 |
Tilghman Lesher | Document the -F option. |
commit | commitdiff | tree |
2010-12-16 |
Jeff Peeler | After recording only silence for a voicemail prepending... |
commit | commitdiff | tree |
2010-12-16 |
Jeff Peeler | Fix improper hangup when doing an attended transfer... |
commit | commitdiff | tree |
2010-12-16 |
Tilghman Lesher | Only increment the pointer once per loop, otherwise... |
commit | commitdiff | tree |
2010-12-16 |
Tilghman Lesher | Unregister before shutting down the connection, to... |
commit | commitdiff | tree |
2010-12-15 |
Sean Bright | Fix reference and container leaks when running 'astobj2... |
commit | commitdiff | tree |
2010-12-13 |
Richard Mudgett | Outgoing PRI/BRI calls cannot do DTMF triggered transfers. |
commit | commitdiff | tree |
2010-12-09 |
Terry Wilson | Ignore spurious REGISTER requests |
commit | commitdiff | tree |
2010-12-07 |
Jeff Peeler | Revert code that changed SSRC for DTMF. |
commit | commitdiff | tree |
2010-12-07 |
Tilghman Lesher | Use non-deprecated APIs for CoreAudio |
commit | commitdiff | tree |
2010-12-07 |
Sean Bright | Avoid a crash if we don't pass an argument to 'astobj2... |
commit | commitdiff | tree |
2010-12-07 |
Tilghman Lesher | Don't create a Local channel if the target extension... |
commit | commitdiff | tree |
2010-12-06 |
Jeff Peeler | Improve handling of REGISTER requests with multiple... |
commit | commitdiff | tree |
2010-12-02 |
Paul Belanger | Resolve compile error under FreeBSD |
commit | commitdiff | tree |
2010-12-02 |
Terry Wilson | Initialize offset for adaptive jitter buffer |
commit | commitdiff | tree |
2010-12-02 |
Russell Bryant | Add "DAHDI" to a couple of app_meetme error messages. |
commit | commitdiff | tree |
2010-12-02 |
Olle Johansson | If we get a NOTIFY from a non-existing subscription... |
commit | commitdiff | tree |
2010-12-01 |
Jeff Peeler | Fix not stopping MOH when transfered local channel... |
commit | commitdiff | tree |
2010-12-01 |
Tilghman Lesher | Clarify documentation on how we store codec preference... |
commit | commitdiff | tree |
2010-12-01 |
Jeff Peeler | Properly restore backup information file when hanging... |
commit | commitdiff | tree |
2010-12-01 |
Tilghman Lesher | Get rid of the annoying startup and shutdown errors... |
commit | commitdiff | tree |
2010-11-29 |
Paul Belanger | Make sure nothing else is needed before destroying... |
commit | commitdiff | tree |
2010-11-26 |
Olle Johansson | Fix bugs in saying numbers using the Swedish language... |
commit | commitdiff | tree |
2010-11-24 |
Russell Bryant | Make Asterisk less crashy. |
commit | commitdiff | tree |
2010-11-24 |
Richard Mudgett | Oneway audio to SIP phone from FXS port after FXS port... |
commit | commitdiff | tree |
2010-11-24 |
Russell Bryant | Fix false reporting of an error by set_format(). |
commit | commitdiff | tree |
2010-11-24 |
Russell Bryant | Handle failures building translation paths more effecti... |
commit | commitdiff | tree |
2010-11-23 |
Olle Johansson | Fix support of saynumber(1,n) in the Swedish language |
commit | commitdiff | tree |
2010-11-22 |
Richard Mudgett | The channel redirect function (CLI or AMI) hangs up... |
commit | commitdiff | tree |
2010-11-19 |
Terry Wilson | Discard responses with more than one Via |
commit | commitdiff | tree |
2010-11-19 |
Erin Spiceland | Revert a new feature which should have gone into trunk. |
commit | commitdiff | tree |
2010-11-19 |
Erin Spiceland | Add extra functionality to AGI command WAIT FOR DIGIT. |
commit | commitdiff | tree |
2010-11-16 |
Richard Mudgett | Dead code elimination in channel.c:ast_channel_bridge... |
commit | commitdiff | tree |
2010-11-16 |
Jeff Peeler | Ensure original message duration is preserved when... |
commit | commitdiff | tree |
2010-11-15 |
Tilghman Lesher | Err, oops. Made it const to verify that it wasn't... |
commit | commitdiff | tree |
2010-11-15 |
Tilghman Lesher | Create test verifying results of expression parser |
commit | commitdiff | tree |
2010-11-12 |
Jeff Peeler | Fix regression causing abort in voicemail after opening... |
commit | commitdiff | tree |
2010-11-12 |
Richard Mudgett | Asterisk is getting a "No D-channels available!" warnin... |
commit | commitdiff | tree |
2010-11-11 |
Jeff Peeler | I didn't mean to merge this, sorry |
commit | commitdiff | tree |
2010-11-11 |
Jeff Peeler | Fix problem with qualify option packets for realtime... |
commit | commitdiff | tree |
2010-11-11 |
Jeff Peeler | One small addition to 294384 found while very carefully... |
commit | commitdiff | tree |
2010-11-09 |
Jeff Peeler | Fix a deadlock in device state change processing. |
commit | commitdiff | tree |
2010-11-08 |
Matthew Nicholson | Modify our handling of 491 responses to drop any pendin... |
commit | commitdiff | tree |
2010-11-05 |
Shaun Ruffell | codecs/codec_dahdi: Prevent "choppy" audio when receivi... |
commit | commitdiff | tree |
2010-11-04 |
David Vossel | Fixes ringback tone on feature semi-attended transfer |
commit | commitdiff | tree |
2010-11-03 |
Richard Mudgett | Party A in an analog 3-way call would continue to hear... |
commit | commitdiff | tree |
2010-11-02 |
Jeff Peeler | Add enabled/disabled information for rtautoclear sip... |
commit | commitdiff | tree |
2010-11-02 |
Richard Mudgett | Make warning message have more useful information in it. |
commit | commitdiff | tree |
2010-10-30 |
Richard Mudgett | Remove some more code that serves no purpose. |
commit | commitdiff | tree |
2010-10-30 |
Richard Mudgett | Remove some code that serves no purpose. |
commit | commitdiff | tree |
2010-10-28 |
Tilghman Lesher | "!00" evaluated as false, which is incorrect. Fixing. |
commit | commitdiff | tree |
2010-10-25 |
Jeff Peeler | Fix inprocess_container in voicemail to correctly restr... |
commit | commitdiff | tree |
2010-10-25 |
David Vossel | This patch turns chan_local pvts into astobj2 objects. |
commit | commitdiff | tree |
2010-10-21 |
Paul Belanger | Record priv-recordintro as sln, not gsm |
commit | commitdiff | tree |
2010-10-18 |
Jeff Peeler | Fix improper operator key acceptance and clean up temp... |
commit | commitdiff | tree |
2010-10-18 |
Leif Madsen | Add support for the new English (Australian Accent... |
commit | commitdiff | tree |
2010-10-15 |
Paul Belanger | Clean up formatting. |
commit | commitdiff | tree |
2010-10-15 |
Terry Wilson | Don't access o->next after freeing o on unload |
commit | commitdiff | tree |
2010-10-13 |
Richard Mudgett | Deadlock between dahdi_exception() and dahdi_indicate(). |
commit | commitdiff | tree |
2010-10-13 |
Terry Wilson | Don't ignore frames that have been queued when softhangup'd |
commit | commitdiff | tree |
2010-10-13 |
Russell Bryant | Lock pvt so pvt->owner can't disappear when queueing... |
commit | commitdiff | tree |
2010-10-12 |
Tilghman Lesher | Oops, incorrect range (although unallocated at ARIN) |
commit | commitdiff | tree |
2010-10-11 |
Richard Mudgett | Add missing unlock to an exception condition in reload_... |
commit | commitdiff | tree |
2010-10-08 |
Jeff Peeler | Ensure editline cleanup occurs when Ctrl-C is pressed... |
commit | commitdiff | tree |
2010-10-07 |
Jason Parker | Allow PRI to build properly when using --with-pri. |
commit | commitdiff | tree |
2010-10-05 |
Tilghman Lesher | Fix a crash by ensuring that we don't alter memory... |
commit | commitdiff | tree |
2010-10-05 |
Richard Mudgett | Merged revision 258974 from |
commit | commitdiff | tree |
2010-10-04 |
Tilghman Lesher | Fixing Mac OS X auto-builder. |
commit | commitdiff | tree |
2010-10-03 |
Tilghman Lesher | Automatically re-run configure test for menuselect... |
commit | commitdiff | tree |
2010-10-02 |
Olle Johansson | Add documentation for undocumented option to AMI action... |
commit | commitdiff | tree |
2010-10-02 |
Tilghman Lesher | When forwarding a message, a prepend means that the... |
commit | commitdiff | tree |
2010-10-01 |
Jeff Peeler | Change RFC2833 DTMF event duration on end to report... |
commit | commitdiff | tree |
2010-10-01 |
Paul Belanger | Disable debugging by default |
commit | commitdiff | tree |
2010-10-01 |
Jeff Peeler | Ensure user portion of SIP URI matches dialplan when... |
commit | commitdiff | tree |
2010-10-01 |
Stefan Schmidt | don't iterate through all dialogs to find and delete... |
commit | commitdiff | tree |
2010-09-30 |
Brett Bryant | res_agi.c:handle_getvariablefull() could recursively... |
commit | commitdiff | tree |
2010-09-30 |
Russell Bryant | Fix a crash in app_sms. |
commit | commitdiff | tree |
2010-09-29 |
Jason Parker | Allow a manager originate to succeed on forwarded devices. |
commit | commitdiff | tree |
2010-09-29 |
Matthew Nicholson | Set the caller id on CDRs when it is set on the parent... |
commit | commitdiff | tree |
2010-09-28 |
Brett Bryant | Fixes an issue with the Newchannel AMI event during... |
commit | commitdiff | tree |
2010-09-24 |
Terry Wilson | Don't fail a masquerade if it is already being hung up |
commit | commitdiff | tree |
2010-09-24 |
Tilghman Lesher | Solaris compatibility fixes |
commit | commitdiff | tree |
2010-09-22 |
Terry Wilson | Don't let a Local channel get bridged to itself |
commit | commitdiff | tree |
2010-09-22 |
David Vossel | RFC3261 section 12.2 explicitly says out of order reque... |
commit | commitdiff | tree |
2010-09-22 |
Matthew Nicholson | Handle media specific T.38 SDP information |
commit | commitdiff | tree |
2010-09-22 |
David Vossel | During check_pendings, if the dialog is terminated... |
commit | commitdiff | tree |
2010-09-22 |
Russell Bryant | Fix a 100% CPU consumption problem when setting console... |
commit | commitdiff | tree |
2010-09-22 |
Tilghman Lesher | Document addition of encoding parameter. |
commit | commitdiff | tree |
2010-09-22 |
Tilghman Lesher | Allow the encoding to be set, in case local charset... |
commit | commitdiff | tree |
2010-09-21 |
Richard Mudgett | In chan_iax2.c:schedule_delivery() calls ast_bridged_ch... |
commit | commitdiff | tree |
2010-09-21 |
Tilghman Lesher | Underquoted definition of stringfield macro. |
commit | commitdiff | tree |
2010-09-21 |
Tilghman Lesher | Try both the encoded and unencoded subscription URI... |
commit | commitdiff | tree |
2010-09-21 |
Brett Bryant | Add a check to fix a rare segmentation fault you'd... |
commit | commitdiff | tree |
2010-09-21 |
Tilghman Lesher | Less than zero is an error, not any non-zero value. |
commit | commitdiff | tree |
2010-09-20 |
Brett Bryant | Fix misvalidation of meetme pins in conjunction with... |
commit | commitdiff | tree |
2010-09-20 |
Alec L Davis | ast_channel_masquerade: remove extra else if |
commit | commitdiff | tree |
2010-09-20 |
Alec L Davis | ast_channel_masquerade: Avoid recursive masquerades. |
commit | commitdiff | tree |
2010-09-20 |
Matthew Nicholson | Use ast_dynamic_str when processing hint state changes |
commit | commitdiff | tree |
2010-09-19 |
Olle Johansson | Make sure we always free variables properly in manager... |
commit | commitdiff | tree |
next |