Home | History | Annotate | Download | only in sip

Lines Matching full:dialog

174  * Default is <it>false</it> This property controls a setting on the Dialog
176 * to <it>true</it>. This property can also be set on a per-dialog basis.
179 * controlled as follows : If the previous in-DIALOG request was an invite
180 * ClientTransaction then the next re-INVITEs that uses the dialog will wait
182 * in-DIALOG transaction was a INVITE ServerTransaction then Dialog waits for
183 * ACK before re-INVITE is allowed to be sent. If a dialog is not ACKed within
184 * 32 seconds, then the dialog is torn down and a BYE sent to the peer.</li>
191 * If set to false (the default), the application does NOT get notified when a Dialog in the
192 * NULL state is terminated. ( Dialogs in the NULL state are not associated with an actual SIP Dialog.
193 * They are a programming convenience. A Dialog is in the NULL state before the first response for the
194 * Dialog forming Transaction). If set to true, the SipListener will get a DialogTerminatedEvent
195 * when a Dialog in the NULL state is terminated.
345 * Default is <it>false</it> This property controls a setting on the Dialog
347 * to <it>true</it>. This property can also be set on a per-dialog basis.
350 * controlled as follows : If the previous in-DIALOG request was an invite
351 * ClientTransaction then the next re-INVITEs that uses the dialog will wait
353 * in-DIALOG transaction was a INVITE ServerTransaction then Dialog waits for
354 * ACK before re-INVITE is allowed to be sent. If a dialog is not ACKed within
355 * 32 seconds, then the dialog is torn down and a BYE sent to the peer.</li>
380 * dialog.</li>
393 * is only relevant to Dialog Stateful applications ( User Agents or B2BUA).
460 // unsolicited NOTIFYs, ie NOTIFYs that don't match any dialog
515 * Return true if automatic dialog support is enabled for this stack.
517 * @return boolean, true if automatic dialog support is enabled for this
704 // Set the auto dialog support flag.