Adding a Telephone Field to the SDP Session Structure
int sdp_add_phone(sdp_session_t *session, const char *phone);
The sdp_add_phone
()
function adds the PHONE
(p=
) SDP field to the session structure that is specified by the
value of the session
parameter (sdp_session_t
)
using the phone
parameter.
For more information, see the
sdp_add_phone
(3COMMPUTIL) man page.