wedhorn: Author Summary
| Build | Completed | Code Changes | Tests |
|---|---|---|---|
| ASTTRUNK › FREEBSD81 › #405 | 4 months ago | 62 of 178 failed | |
| ASTTRUNK › SNOWLEOPARD › #427 | 4 months ago |
Fix segfault on answer.
Only update/change RTP source if RTP has already been started and connected to the subchannel. |
78 passed |
| ASTTRUNK › CENTOS55 › #330 | 4 months ago |
Fix segfault on answer.
Only update/change RTP source if RTP has already been started and connected to the subchannel. |
79 passed |
| ASTTRUNK › LUCID › #1297 | 4 months ago |
Fix segfault on answer.
Only update/change RTP source if RTP has already been started and connected to the subchannel. |
192 passed |
| ASTTRUNK › SNOWLEOPARD › #424 | 4 months ago |
Fix segfault on answer.
Fix a segfault if an attempt to answer a call is made between when the inbound call gives up (and the channel is removed) and when the device is notified and removes the call from the device. |
No tests found |
| ASTTRUNK › FREEBSD81 › #403 | 4 months ago |
Fix segfault on answer.
Fix a segfault if an attempt to answer a call is made between when the inbound call gives up (and the channel is removed) and when the device is notified and removes the call from the device. |
61 of 172 failed |
| ASTTRUNK › CENTOS55 › #328 | 4 months ago |
Fix segfault on answer.
Fix a segfault if an attempt to answer a call is made between when the inbound call gives up (and the channel is removed) and when the device is notified and removes the call from the device. |
79 passed |
| ASTTRUNK › LUCID › #1268 | 5 months ago |
Fix segfault on answer.
Fix a segfault if an attempt to answer a call is made between when the inbound call gives up (and the channel is removed) and when the device is notified and removes the call from the device. |
No tests found |
| TESTING › ASTTRUNKPESSIMISTIC › #8 | 6 months ago |
Fix simple switch to not progress a call when call already progressed.
If a simple switch was started on a device and then a specific call made (such as redial or speed dial), on timeout of the simple switch the call would be attempted again. This patch only allows the simple switch to make a call if the substate is still in the collecting digits mode. Also added small debug message to dialAndAactivate sub. Tested by snuff and myself. |
2 of 174 failed |
| ASTTRUNK › FREEBSD81 › #377 | 7 months ago |
Fix simple switch to not progress a call when call already progressed.
If a simple switch was started on a device and then a specific call made (such as redial or speed dial), on timeout of the simple switch the call would be attempted again. This patch only allows the simple switch to make a call if the substate is still in the collecting digits mode. Also added small debug message to dialAndAactivate sub. Tested by snuff and myself. |
159 passed |
| Build | Completed | Code Changes | Tests |
|---|---|---|---|
| ASTTRUNK › SNOWLEOPARD › #424 | 4 months ago |
Fix segfault on answer.
Fix a segfault if an attempt to answer a call is made between when the inbound call gives up (and the channel is removed) and when the device is notified and removes the call from the device. |
No tests found |
| ASTTRUNK › FREEBSD81 › #255 | 11 months ago |
Add autoanswer to skinny.
Autoanswer added to skinny based on incoming chan var SKINNY_AUTOANSWER. Initial value must be the time to autoanswer in ms, then optionally :BEEP to play a tone when answered and :MUTE to mute the mic when answering. eg 3000:MUTE:BEEP will ring for 3 secs, then answer, mute the mic, and play a beep. just 3000 would answer afer 3 secs of ringing with no beep and full two way audio. Remove skinny do_monitor and use ast_sched_start instead
The do_monitor seemed to be there for task scheduling and network monitoring. However, the network monitoring has a dedicated thread so the ast_io_wait was basically just a usleep as it didn't actually seem to be monitoring anything. Review: https://reviewboard.asterisk.org/r/1256/ |
2 of 105 failed |
| ASTTRUNK › LUCID › #545 | 1 year ago |
Add activatesub and dialandactivate sub.
When called, activatesub first cleans up the active sub and then handles the sub passed. dialandactivatesub first sets sub->exten and then calls activatesub. Revise handle_offhook to utilise the callid sent to chan_skinny. Some other minor fixes especially around d->hookstate (which still needs some more work). |
1 of 214 failed |
| Build | Completed | Code Changes | Tests |
|---|---|---|---|
| ASTTRUNK › FREEBSD81 › #377 | 7 months ago |
Fix simple switch to not progress a call when call already progressed.
If a simple switch was started on a device and then a specific call made (such as redial or speed dial), on timeout of the simple switch the call would be attempted again. This patch only allows the simple switch to make a call if the substate is still in the collecting digits mode. Also added small debug message to dialAndAactivate sub. Tested by snuff and myself. |
159 passed |
| AST10 › LUCID › #214 | 7 months ago |
Reject v17 skinny devices in Asterisk10
Small fix for Asterisk10 to reject skinny devices with skinny firmware version17 and above. Review: https://reviewboard.asterisk.org/r/1497/ |
175 passed |
Only update/change RTP source if RTP has already been started and
connected to the subchannel.