Posts by forbicino

    Probably I found the core of the issue!
    Help me to figure out.



    It's the oscam.user


    I made 2 attempts:


    -first one - oscam.user
    [account]
    user = dvbapi
    group = 1
    au = 1
    caid = 183D,09CD,1805
    ident = 183D:000000,005411;09CD:000000;1805:000000,008D11
    keepalive = 1



    [account]
    user = dummy
    pwd = dummy
    group = 1
    uniq = 1
    caid = 09CD
    ident = 09CD:000000
    au = 1
    keepalive = 1


    WIth this conf the local sharing works pretty well but i'm not able to throw ext connections!


    - Second attempt - oscam.user
    [account]
    user = dvbapi
    suppresscmd08 = 1
    au = 1
    group = 1


    [account]
    user = dummy
    pwd = dummy
    group = 1
    uniq = 1
    caid = 09CD
    ident = 09CD:000000
    au = 1
    keepalive = 1



    The local sharing doesn't work anymore but I'm able to estabilish ext connections.

    Yes it was what I did and unfortunately doesn't work.
    Obviously I cannot choose the port by myself... 11002 was just an example?


    Here you'll find one of the readers:


    [reader]
    label = test
    description = test
    protocol = newcamd
    device = server,3001
    k3y = 0102030405060708091011121314
    user = user
    password = pass
    group = 1

    Sure!
    I have a local card and I want to add external servers to enrich the service with other packages.
    Now i'm sharing the local card with another decoder, anyway on the server which I posted the configuration before, when I add external servers... they don't work the status is UNKNOWN.

    Hi thanks for your reply! The caid is 09cd, hereafter you'll find the conf files.
    Let me know if you need something else.


    oscam.conf
    [global]
    logfile = stdout;usr/log/oscam.log
    disablemail = 0
    nice = -1
    maxlogsize = 100
    preferlocalcards = 1
    mailfile = /usr/log/oscam.mail


    [monitor]
    port = 988
    nocrypt = 127.0.0.1
    aulow = 1
    monlevel = 4
    hideclient_to = 10
    appendchaninfo = 1


    [dvbapi]
    enabled = 1
    au = 1
    request_mode = 1
    user = dvbapi
    boxtype = dreambox


    [newcamd]
    port = 11000@09CD:000000
    key = 0102030405060708091011121314
    keepalive = 1


    [cs357x]
    port = 11002


    [cccam]
    port = 11003
    reshare = 1
    version = 2.1.4
    build = 3191


    [webif]
    httpport = 8189
    httpuser = username
    httppwd = password
    httprefresh = 0
    httpallowed = 0.0.0.0-255.255.255.255
    httphideidleclients = 1
    httpreadonly = 0
    httpsavefullcfg = 0


    oscam.dvbapi
    P: 0100:09cd

    oscam.user

    [account]
    user = dvbapi
    group = 1
    au = 1
    caid = 183D,09CD,1805
    ident = 183D:000000,005411;09CD:000000;1805:000000,008D11
    keepalive = 1



    [account]
    user = dummy
    pwd = dummy
    group = 1
    uniq = 1
    caid = 09CD
    ident = 09CD:000000
    au = 1
    keepalive = 1

    Hi guys, probably you answered to this question several times... I tried to dig in the forum but i didn't get the rid of the following issue:
    How can I share a local crd and in the meanwhile use an external sharing with the same caid?


    With the oscam the local crd sharing works pretty well but when I try to insert an external reader, the connection doesn't start.
    I think that there's something that inhibits me to throw ext connection for the same caid, priority... or something like that!


    May someone help me?