Jump to content

matlab22

Members
  • Content Count

    6
  • Joined

  • Last visited

Posts posted by matlab22


  1. On 2/16/2019 at 8:03 PM, matlab22 said:

    How did you manage to get the RFID running? I only get entries in the unlock log. I can not find any register to teach my cards.

    I downgraded from General_VTOXXX_Eng_P_16M_SIP_V4.000.0000000.5.R.20181030.bin to General_VTOXXX_Eng_P_16M_SIP_V3.300.0012001.0.T.20181229.bin, but I am still not able to register my rfid cards. The issue card button is still missing.

    Does anybudy has the same issue?

    BTW SIP is now working in all versions:

    General_VTOXXX_Eng_P_16M_SIP_V4.000.0000000.5.R.20181030

    General_VTOXXX_Eng_P_16M_SIP_V4.000.0000000.1.R.20180606

    General_VTOXXX_Eng_P_16M_SIP_V3.300.0012001.0.T.20181229

    General_VTOXXX_Eng_P_16M_SIP_V3.300.0012001.0.T.20181229.PNG

    Villa VTOWebStore4 IP CAMERAS_Manual.PNG


  2. I set up an asterisk server under 192.168.2.34

    it has the following config files:

    sip.conf

    [general]
    language=de
    bindport = 5060
    bindaddr = 0.0.0.0
    type=friend
    context=eingehend
    externrefresh=30
    nat=force_rport,comedia
    srvlookup=yes
    transport=udp
    localnet=192.168.2.34/255.255.255.0
    ;directmedia=no
    
    [8001]
    host=dynamic
    username=VTO2000A
    type=friend
    secret=qwertz
    context=ausgehend
    disallow=all
    allow=ulaw
    allow=h264
    
    [videodoorgateway]
    context=eingehend
    type=friend
    insecure=invite
    nat=force_rport,comedia instead
    username=621
    fromuser=621
    fromdomain=fritz.box
    secret=AnyPassword
    host=192.168.2.34
    dtmfmode=rfc2833
    disallow=all
    allow=ulaw
    ;allow=h264

    extensions.conf

    
    [general]
    static=yes
    writeprotect=no
    
    [ausgehend]
    exten => _9901,1,Set(CALLERID(num)=9901)
    exten => _9901,n,Dial(Local/alle@tfe-zuhause,50,w)
    
    [tfe-zuhause]
    exten =>  alle,1,Ringing()
    exten =>  alle,n,Dial(SIP/9901@videodoorgateway,50,w)
    
    [default]
    include => ausgehend
    include

    When I press the button on the VTO I get:

    [Feb 16 18:47:45] NOTICE[5538][C-00000001]: chan_sip.c:26273 handle_request_invite: Call from '621' (192.168.2.34:5060) to extension '9901' rejected because extension not found in context 'eingehend'.
    [Feb 16 18:47:45] ERROR[5506]: cdr_csv.c:315 csv_log: Unable to re-open master file /var/log/asterisk//cdr-csv//Master.csv : No such file or directory
    [Feb 16 18:47:45] ERROR[5506]: cdr_csv.c:315 csv_log: Unable to re-open master file /var/log/asterisk//cdr-csv//Master.csv : No such file or directory

     

    Furthermore I can not register my MicroSIP client:

    [Feb 16 18:48:55] NOTICE[5538]: chan_sip.c:28499 handle_request_register: Registration from '<sip:621@fritz.box>' failed for '192.168.2.142:53189' - Wrong password


    Does anyone can help me?

    MicroSIPSettings.PNG

    VTO_SIP_Settings.PNG


  3. On 2/11/2019 at 11:59 AM, riogrande75 said:

    Did not get 20181030 to work with my asterisk, moved back to a v3 to get it working fine.

    I use a old Grandstream GXV3140 (40 bucks on ebay), so that I have all home phone issues on one device. Off course any SIP client could/might work with asterisk, but that belongs to another forum and has not a lot to do with VTO2000A.

    Which version are you using? I just discovered this General_VTOXXX_Eng_P_16M_SIP_V3.300.0012001.0.T.20181229.zip on https://share.dahuasecurity.com

    Do you have FreePBX running or is it enough, when I install  asterisk via apt-get asterisk on my raspberry?


  4. I am at the very beginning of setting up my doorstation.

    I have a VTO2000A with sip firmware and a comfast cf-e380ac running LuCI lede-17.01.

    I have no installed luci-app-asterisk, but this has so many option I do not know where to start.

    where can I edit this sip.conf?

    can someone help me with a beginner guide? I would like to setup my doorstation so if someone presses the doorbell it will ring my smartphone

×