1sip_delete_dialog(S3eSsIsPi)on Initiation Protocol Library Funscitpi_odneslete_dialog(3SIP)
2
3
4

NAME

6       sip_delete_dialog - delete a dialog
7

SYNOPSIS

9       cc [ flag ... ] file ... -lsip [ library ... ]
10       #include <sip.h>
11
12       void sip_delete_dialog(sip_dialog_t dialog);
13
14

DESCRIPTION

16       For  functions  that  return  a pointer of type sip_str_t, sip_str_t is
17       supplied by:
18
19         typedef struct sip_str {
20              char *sip_str_ptr;
21              int  sip_str_len;
22         }sip_str_t;
23
24
25
26       The sip_str_ptr parameter points to a specified value at the  start  of
27       an  input  string.  The sip_str_len supplies the length of the returned
28       value starting from sip_str_ptr.
29
30
31       The sip_delete_dialog() function is used to delete the dialog specified
32       in  dialog. The dialog is not freed if it has outstanding references on
33       it. When the last reference is released the dialog is freed.
34

RETURN VALUES

36       The value of errno is not changed by these calls in  the  event  of  an
37       error.
38

ATTRIBUTES

40       See attributes(5) for descriptions of the following attributes:
41
42
43
44
45       ┌─────────────────────────────┬─────────────────────────────┐
46       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
47       ├─────────────────────────────┼─────────────────────────────┤
48       │Interface Stability          │Committed                    │
49       ├─────────────────────────────┼─────────────────────────────┤
50       │MT-Level                     │MT-Safe                      │
51       └─────────────────────────────┴─────────────────────────────┘
52

SEE ALSO

54       libsip(3LIB)
55
56
57
58SunOS 5.11                        25 Jan 2007          sip_delete_dialog(3SIP)
Impressum