summaryrefslogtreecommitdiff
path: root/res/res_pjsip.exports.in
diff options
context:
space:
mode:
authorMark Michelson <mmichelson@digium.com>2013-07-30 18:14:50 +0000
committerMark Michelson <mmichelson@digium.com>2013-07-30 18:14:50 +0000
commit735b30ad71110c2a51404cb8686bbe3cf14b630c (patch)
tree76b1f10135c1b7f210e576be1359539de7e3476c /res/res_pjsip.exports.in
parent895c8e0d2c97cd04299f3f179e99d8a3873c06c6 (diff)
The large GULP->PJSIP renaming effort.
The general gist is to have a clear boundary between old SIP stuff and new SIP stuff by having the word "SIP" for old stuff and "PJSIP" for new stuff. Here's a brief rundown of the changes: * The word "Gulp" in dialstrings, functions, and CLI commands is now "PJSIP" * chan_gulp.c is now chan_pjsip.c * Function names in chan_gulp.c that were "gulp_*" are now "chan_pjsip_*" * All files that were "res_sip*" are now "res_pjsip*" * The "res_sip" directory is now "res_pjsip" * Files in the "res_pjsip" directory that began with "sip_*" are now "pjsip_*" * The configuration file is now "pjsip.conf" instead of "res_sip.conf" * The module info for all PJSIP-related files now uses "PJSIP" instead of "SIP" * CLI and AMI commands created by Asterisk's PJSIP modules now have "pjsip" as the starting word instead of "sip" git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395764 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'res/res_pjsip.exports.in')
-rw-r--r--res/res_pjsip.exports.in72
1 files changed, 72 insertions, 0 deletions
diff --git a/res/res_pjsip.exports.in b/res/res_pjsip.exports.in
new file mode 100644
index 000000000..f3b4f0eec
--- /dev/null
+++ b/res/res_pjsip.exports.in
@@ -0,0 +1,72 @@
+{
+ global:
+ LINKER_SYMBOL_PREFIXast_sip_register_service;
+ LINKER_SYMBOL_PREFIXast_sip_unregister_service;
+ LINKER_SYMBOL_PREFIXast_sip_register_authenticator;
+ LINKER_SYMBOL_PREFIXast_sip_unregister_authenticator;
+ LINKER_SYMBOL_PREFIXast_sip_register_outbound_authenticator;
+ LINKER_SYMBOL_PREFIXast_sip_unregister_outbound_authenticator;
+ LINKER_SYMBOL_PREFIXast_sip_register_endpoint_identifier;
+ LINKER_SYMBOL_PREFIXast_sip_unregister_endpoint_identifier;
+ LINKER_SYMBOL_PREFIXast_sip_create_serializer;
+ LINKER_SYMBOL_PREFIXast_sip_push_task;
+ LINKER_SYMBOL_PREFIXast_sip_push_task_synchronous;
+ LINKER_SYMBOL_PREFIXast_sip_create_request;
+ LINKER_SYMBOL_PREFIXast_sip_create_request_with_auth;
+ LINKER_SYMBOL_PREFIXast_sip_send_request;
+ LINKER_SYMBOL_PREFIXast_sip_requires_authentication;
+ LINKER_SYMBOL_PREFIXast_sip_authenticate_request;
+ LINKER_SYMBOL_PREFIXast_sip_get_authentication_credentials;
+ LINKER_SYMBOL_PREFIXast_sip_check_authentication;
+ LINKER_SYMBOL_PREFIXast_sip_create_auth_challenge_response;
+ LINKER_SYMBOL_PREFIXast_sip_set_outbound_authentication_credentials;
+ LINKER_SYMBOL_PREFIXast_sip_dialog_setup_outbound_authentication;
+ LINKER_SYMBOL_PREFIXast_sip_add_digest_to_challenge;
+ LINKER_SYMBOL_PREFIXast_sip_identify_endpoint;
+ LINKER_SYMBOL_PREFIXast_sip_add_header;
+ LINKER_SYMBOL_PREFIXast_sip_add_body;
+ LINKER_SYMBOL_PREFIXast_sip_add_body_multipart;
+ LINKER_SYMBOL_PREFIXast_sip_append_body;
+ LINKER_SYMBOL_PREFIXast_sip_get_pjsip_endpoint;
+ LINKER_SYMBOL_PREFIXast_sip_endpoint_alloc;
+ LINKER_SYMBOL_PREFIXast_sip_get_endpoints;
+ LINKER_SYMBOL_PREFIXast_copy_pj_str;
+ LINKER_SYMBOL_PREFIXast_sip_get_sorcery;
+ LINKER_SYMBOL_PREFIXast_sip_create_dialog;
+ LINKER_SYMBOL_PREFIXast_sip_location_retrieve_aor;
+ LINKER_SYMBOL_PREFIXast_sip_location_retrieve_first_aor_contact;
+ LINKER_SYMBOL_PREFIXast_sip_location_retrieve_contact_from_aor_list;
+ LINKER_SYMBOL_PREFIXast_sip_location_retrieve_aor_contacts;
+ LINKER_SYMBOL_PREFIXast_sip_location_retrieve_contact;
+ LINKER_SYMBOL_PREFIXast_sip_location_add_contact_transport;
+ LINKER_SYMBOL_PREFIXast_sip_location_delete_contact_transport;
+ LINKER_SYMBOL_PREFIXast_sip_location_retrieve_contact_transport_by_uri;
+ LINKER_SYMBOL_PREFIXast_sip_location_retrieve_contact_transport_by_transport;
+ LINKER_SYMBOL_PREFIXast_sip_location_add_contact;
+ LINKER_SYMBOL_PREFIXast_sip_location_update_contact;
+ LINKER_SYMBOL_PREFIXast_sip_location_delete_contact;
+ LINKER_SYMBOL_PREFIXast_pjsip_rdata_get_endpoint;
+ LINKER_SYMBOL_PREFIXast_sip_thread_is_servant;
+ LINKER_SYMBOL_PREFIXast_sip_dialog_set_serializer;
+ LINKER_SYMBOL_PREFIXast_sip_dialog_set_endpoint;
+ LINKER_SYMBOL_PREFIXast_sip_dialog_get_endpoint;
+ LINKER_SYMBOL_PREFIXast_sip_retrieve_auths;
+ LINKER_SYMBOL_PREFIXast_sip_cleanup_auths;
+ LINKER_SYMBOL_PREFIXast_sip_is_content_type;
+ LINKER_SYMBOL_PREFIXast_sip_get_artificial_endpoint;
+ LINKER_SYMBOL_PREFIXast_sip_get_artificial_auth;
+ LINKER_SYMBOL_PREFIXast_sip_report_invalid_endpoint;
+ LINKER_SYMBOL_PREFIXast_sip_report_failed_acl;
+ LINKER_SYMBOL_PREFIXast_sip_report_auth_failed_challenge_response;
+ LINKER_SYMBOL_PREFIXast_sip_report_auth_success;
+ LINKER_SYMBOL_PREFIXast_sip_report_auth_challenge_sent;
+ LINKER_SYMBOL_PREFIXast_sip_initialize_global_headers;
+ LINKER_SYMBOL_PREFIXast_sip_destroy_global_headers;
+ LINKER_SYMBOL_PREFIXast_sip_add_global_request_header;
+ LINKER_SYMBOL_PREFIXast_sip_add_global_response_header;
+ LINKER_SYMBOL_PREFIXast_sip_initialize_sorcery_global;
+ LINKER_SYMBOL_PREFIXast_sip_auth_array_init;
+ LINKER_SYMBOL_PREFIXast_sip_auth_array_destroy;
+ local:
+ *;
+};