sip - pjsua auto answer with delay -


i using pjsua command line sip client , works fine , capable auto answer call automatically somehow use auto answer delay. configuration have works fine pjsua client answer call immediately. thing need delay before call answered 200 ok. welcome

my config file contains:

   # dont use hosts audio device    --null-audio    # logging options:    --log-level=3    --app-log-level=3    --log-file=log-file.log    # account 0:    --id=sip:100@test-lab.org    # sip signal ip addr    --registrar=sip:test-lab.org    --reg-timeout=3600    --proxy=sip:10.20.21.254    --realm=test-lab.org    --username=100@test-lab.org    --password=12345678    --use-timer=1    --use-ims    --auto-update-nat=1    # network settings:    --local-port=5065    --ip-addr=10.100.100.25    --bound-addr=10.100.100.25    --no-tcp    --outbound=sip:10.20.21.254;lr    # media settings:    --ptime=20    --rtp-port=8000    #    --snd-auto-close=1    # user agent:    --max-calls 6    --add-codec=pcma    --clock-rate=8000    --auto-play    --duration=300    --play-file=music.wav    --auto-answer=200    --no-vad 


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -