From 888927ac1c34c9b49f6f2b1808851c8eefe8fdda Mon Sep 17 00:00:00 2001 From: blogic Date: Mon, 7 Feb 2011 21:47:54 +0000 Subject: [voip] * drop libtapi and tapi_sip (moved to external git) * add build variants to pjsip * split tapi_dev audio driver out of patch into src/ git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25412 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/tapi_sip/src/contact.h | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 package/tapi_sip/src/contact.h (limited to 'package/tapi_sip/src/contact.h') diff --git a/package/tapi_sip/src/contact.h b/package/tapi_sip/src/contact.h deleted file mode 100644 index 1fb0037bf..000000000 --- a/package/tapi_sip/src/contact.h +++ /dev/null @@ -1,33 +0,0 @@ -#ifndef __CONTACT_H__ -#define __CONTACT_H__ - -#include - -struct account { - struct ucimap_section_data map; - const char *name; - char *realm; - char *username; - char *password; - int sip_port; - char *stun_host; - int stun_port; - struct list_head head; -}; - -struct contact { - struct ucimap_section_data map; - const char *name; - const char *identifier; - const char *number; - - struct list_head head; -}; - -int contacts_init(void); -void contacts_free(void); -struct contact *contact_get(const char *number); - -struct account *get_account(void); - -#endif -- cgit v1.2.3