Comment #12 on issue 1760 by alexander.kozlov.IV: REGISTER requests are not
routed to application
http://code.google.com/p/mobicents/issues/detail?id=1760
Mobicents Sip Servlets from r14702.
gov.nist.javax.sip.LOG_MESSAGE_CONTENT=false
gov.nist.javax.sip.LOG4J_LOGGER_NAME=gov.nist
gov.nist.javax.sip.TRACE_LEVEL=LOG4J
#gov.nist.javax.sip.DEBUG_LOG=../../CallControlLogs/main.log
#gov.nist.javax.sip.SERVER_LOG=../../CallControlLogs/mss-jsip-messages.xml
javax.sip.STACK_NAME=Mobicents-SIP-Servlets
javax.sip.AUTOMATIC_DIALOG_SUPPORT=off
gov.nist.javax.sip.DELIVER_UNSOLICITED_NOTIFY=true
gov.nist.javax.sip.THREAD_POOL_SIZE=64
gov.nist.javax.sip.REENTRANT_LISTENER=true
# setting up the buffer size to reduce retransmissions and avoid loosing
messages
gov.nist.javax.sip.RECEIVE_UDP_BUFFER_SIZE=256000
gov.nist.javax.sip.SEND_UDP_BUFFER_SIZE=256000
gov.nist.javax.sip.MAX_MESSAGE_SIZE=8192
gov.nist.javax.sip.AGGRESSIVE_CLEANUP=false
gov.nist.javax.sip.MAX_FORK_TIME_SECONDS=0
# set to true so that the stack do more validation on dialog,
# but won't work on chained applications so false by default
gov.nist.javax.sip.AUTOMATIC_DIALOG_ERROR_HANDLING=false