#include <parse_to.h>

Data Fields | |
| str | body |
| str | display |
| int | error |
| struct to_param * | last_param |
| struct to_param * | param_lst |
| struct sip_uri | parsed_uri |
| str | tag_value |
| str | uri |
Definition at line 46 of file parse_to.h.
The whole header field body
Definition at line 48 of file parse_to.h.
Referenced by ac_reply(), bla_handle_notify(), func_handle_publish(), get_dlg_uri(), get_hdr_field(), parse_to(), and rls_handle_notify().
Display Name
Definition at line 50 of file parse_to.h.
Referenced by ac_uac_req(), encode_to_body(), parse_to(), and replace_from().
| int error |
Error code
Definition at line 47 of file parse_to.h.
Referenced by ac_reply(), bla_handle_notify(), build_xmpp_content(), do_duplicate_rr(), do_parse_rr_body(), encode_header(), extract_sdialog_info(), func_handle_publish(), get_database_info(), get_hdr_field(), get_stored_info(), imc_manager(), m_dump(), m_store(), Notify2Xmpp(), parse_diversion_header(), parse_from_header(), parse_pai_header(), parse_params(), parse_ppi_header(), parse_refer_to_header(), parse_rpid_header(), parse_to(), parse_to_param(), print_rr_body(), push_on_network(), replace_from(), resource_subscriptions(), restore_db_subs(), rls_handle_notify(), rls_handle_subscribe(), Sipreply2Xmpp(), subs_cback_func(), timer_send_notify(), update_rlsubs(), winfo2xmpp(), xj_register_watcher(), and xjab_manage_sipmsg().
struct to_param* last_param [read] |
Last parameter in the list
Definition at line 54 of file parse_to.h.
Referenced by encode_parameters(), and sip_msg_cloner().
Linked list of parameters
Definition at line 53 of file parse_to.h.
Referenced by diversion_param(), encode_to_body(), free_to_params(), get_dlg_uri(), replace_from(), and sip_msg_cloner().
struct sip_uri parsed_uri [read] |
Parsed URI
Definition at line 52 of file parse_to.h.
Referenced by extract_sdialog_info(), parse_from_uri(), parse_ppi_uri(), and parse_to_uri().
Value of tag
Definition at line 51 of file parse_to.h.
Referenced by ac_reply(), ac_uac_req(), bla_handle_notify(), build_res_buf_from_sip_req(), core2strar(), dlg_matching(), encode_to_body(), extract_sdialog_info(), Notify2Xmpp(), partial_dlg_matching(), record_route(), record_route_preset(), rls_handle_notify(), rls_handle_subscribe(), subs_cback_func(), and update_contact().
URI
Definition at line 49 of file parse_to.h.
Referenced by ac_uac_req(), bla_handle_notify(), bla_set_flag(), determine_fromto_uri(), determine_fromto_user(), diameter_is_user_in(), encode_to_body(), extract_sdialog_info(), get_fdisplay_anchor(), get_hdr_field(), get_orig_user(), imc_manager(), m_dump(), m_store(), Notify2Xmpp(), ospGetFromUserpart(), ospGetRpidUserpart(), ospGetToUserpart(), parse_from_uri(), parse_ppi_uri(), parse_to(), parse_to_uri(), push_on_network(), replace_from(), resource_subscriptions(), rls_handle_notify(), rls_handle_subscribe(), Sipreply2Xmpp(), subs_cback_func(), and update_contact().
1.5.6