Add_workflow_for_techpubs |
---|
AUTH1 | bgoswami |
---|
REV5 | mshanmugam |
---|
REV6 | radaikalam |
---|
REV3 | pamuthuswami |
---|
REV1 | ssubramani |
---|
REV2 | spolisetti |
---|
|
AUTH2 | UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26ca67042e, userName='null'} |
---|
AUTH1 | UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26c85b00e8, userName='null'} |
---|
REV5 | UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cca00892, userName='null'} |
---|
REV6 | UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26c749000c, userName='null'} |
---|
REV3 | UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cbee06ac, userName='null'} |
---|
REV4 | UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26cdb10a64, userName='null'} |
---|
REV1 | UserResourceIdentifier{userKey=8a00a02355cd1c2f0155cd26ceaa0c34, userName='null'} |
---|
|
The
supports dialog stateful variables to allow storing values during SMM processing of messages, and then later using the same values for SMM processing of the other messages in the same dialog. The
also supports dialog stateful variables for INVITE, REGISTER, and Out-of-Dialog SUBSCRIBE messages. The values of stateful variables are preserved for the active dialogs. These values are accessible during the SMM rule processing on the subsequent messages.
Info |
---|
|
- The dialog stateful variables do not support NOTIFY messages which are received prior to receiving the 200 OK response to the egress SUBSCRIBE.
- For REGISTER messages, dialog stateful variables are accessible by refresh REGISTER requests but not by INVITE/SUBSCRIBE sent for a registered user. The refresh-REGISTERs are expected to have same call-id as that of initial REGISTER.
|
Info |
---|
|
The maximum supported size of data stored in a dialog stateful variable is 6 kB (6,144 bytes). The ignores the data if the data size exceeds the size limit; no data is written in the variable. |
Advanced SMM example:
The
supports dialog stateful variables to allow storing values during SMM processing of messages, and then later using the same values for SMM processing of the other messages in the same dialog. The also supports dialog stateful variables for INVITE, REGISTER, and Out-of-Dialog SUBSCRIBE messages. The values of stateful variables are preserved for the active dialogs. These values are accessible during the SMM rule processing on the subsequent messages. Info |
---|
|
- The dialog stateful variables do not support NOTIFY messages which are received prior to receiving the 200 OK response to the egress SUBSCRIBE.
- For REGISTER messages, dialog stateful variables are accessible by refresh REGISTER requests but not by INVITE/SUBSCRIBE sent for a registered user. The refresh-REGISTERs are expected to have same call-id as that of initial REGISTER.
|
...
The maximum supported size of data stored in a dialog stateful variable is 6 kB (6,144 bytes). The
truncates any data exceeding the size limit....