oscam line priority

chenks

TK Veteran
i use oscam with 2 lines (1 local card and 1 cache (only for backup).
how do i tell oscam to use the local card line as primary and only use the backup if the local line has problems?

it seems at the moment that if a channel needs to use the cache server then it'll stay using that even when the local card line would be more appropriate?

Code:
[reader]
label = Local Cards
enable = 1
protocol = newcamd
device = *********
key = 0102030405060708091011121314
user = ********
password = *******
connectoninit = 1
caid = 1841
group = 1
emmcache = 1,3,2
blockemm-unknown = 1

[reader]
label = Cache Server
enable = 1
protocol = newcamd
device = ******
key = 0102030405060708091011121314
user = *******
password = *****
connectoninit = 1
caid = 1841
group = 1
emmcache = 1,3,2
blockemm-unknown = 1
 
Back
Top