Home | History | Annotate | Download | only in sip

Lines Matching refs:interval

282  * headers must be delivered in this interval and each successive buffer must be
283 * of the content delivered in this interval. Default value is -1 (ie. the stack
394 * When a forked response is received in this time interval from when the original
919 // Check if a thread audit interval is specified
920 String interval = configurationProperties
922 if (interval != null) {
927 Long.valueOf(interval).longValue() / 2);
932 + interval + "] " + ex.getMessage());