PJSUA_PRES_TIMER was set to two seconds! (thanks Paul Levin)

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@1404 74dad513-b988-da41-8d7b-12977e46ad98
This commit is contained in:
Benny Prijono 2007-07-18 02:04:56 +00:00
parent d5696da5e6
commit 2157666e9d

View file

@ -23,7 +23,7 @@
#define THIS_FILE "pjsua_pres.c"
#ifndef PJSUA_PRES_TIMER
# define PJSUA_PRES_TIMER 2
# define PJSUA_PRES_TIMER 120
#endif