dahdi_dynamic: Do not enable tasklets by default for dynamic_spans.
Running in tasklets does not work well when dahdi doesn't have a span that is acting as the master. In this case, process_masterspan is being called in system timer that may not be running at 1ms intervals. The end result is that the dynamic_run function isn't called for every chunk processed, and there is data loss. Signed-off-by: Shaun Ruffell <sruffell@digium.com> Acked-by: Kinsey Moore <kmoore@digium.com> git-svn-id: http://svn.asterisk.org/svn/dahdi/linux/trunk@9577 a0bf4364-ded3-4de4-8d8a-66a801d63aff
This commit is contained in:
parent
e3bf2fe45d
commit
b68be9abb5
@ -47,7 +47,7 @@
|
||||
* tasklets.
|
||||
*/
|
||||
|
||||
#define ENABLE_TASKLETS
|
||||
#undef ENABLE_TASKLETS
|
||||
|
||||
/*
|
||||
* Dynamic spans implemented using TDM over X with standard message
|
||||
|
Loading…
Reference in New Issue
Block a user