From 52a187a4a9b60e90ed693e001eeb4d0a8bc21e67 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Tue, 25 Mar 2008 08:54:02 +0000 Subject: [PATCH] Add more SIP profiles svn path=/trunk/; revision=824 --- data/Makefile.am | 3 +++ data/ekiga.profile | 14 ++++++++++++++ data/fwd.profile | 15 +++++++++++++++ data/sipphone.profile | 16 ++++++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 data/ekiga.profile create mode 100644 data/fwd.profile create mode 100644 data/sipphone.profile diff --git a/data/Makefile.am b/data/Makefile.am index 7bf442d4..a2f32853 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -12,6 +12,9 @@ profile_DATA = \ msn.profile \ msn-haze.profile \ sofiasip.profile \ + ekiga.profile \ + fwd.profile \ + sipphone.profile \ groupwise.profile autostartdir = $(sysconfdir)/xdg/autostart diff --git a/data/ekiga.profile b/data/ekiga.profile new file mode 100644 index 00000000..1acc7104 --- /dev/null +++ b/data/ekiga.profile @@ -0,0 +1,14 @@ +[Profile] +Manager = sofiasip +Protocol = sip +DisplayName = Ekiga.net (SIP) +IconName = im-ekiga +ConfigurationUI = sofiasip +VCardDefault = 1 +VCardField = X-SIP +Capabilities = chat-p2p, voice-p2p, split-account, video-p2p +DefaultAccountDomain = ekiga.net +Default-priority = 1 +Default-stun-server = stun.ekiga.net +Default-discover-stun = false + diff --git a/data/fwd.profile b/data/fwd.profile new file mode 100644 index 00000000..af05b2cc --- /dev/null +++ b/data/fwd.profile @@ -0,0 +1,15 @@ +[Profile] +Manager = sofiasip +Protocol = sip +DisplayName = FreeWorldDialup (SIP) +IconName = im-sip +ConfigurationUI = sofiasip +VCardDefault = 1 +VCardField = X-SIP +Capabilities = chav-p2p, voice-p2p, split-account, video-p2p +DefaultAccountDomain = fwd.pulver.com +Default-priority = 1 +Default-proxy-address = fwd.pulver.com +Default-stun-server = stun.fwdnet.net +Default-discover-stun = false + diff --git a/data/sipphone.profile b/data/sipphone.profile new file mode 100644 index 00000000..4904a748 --- /dev/null +++ b/data/sipphone.profile @@ -0,0 +1,16 @@ +[Profile] +Manager = sofiasip +Protocol = sip +DisplayName = Sipphone.com (SIP) +IconName = im-sip +ConfigurationUI = sofiasip +VCardDefault = 1 +VCardField = X-SIP +Capabilities = voice-p2p, split-account, video-p2p +DefaultAccountDomain = proxy01.sipphone.com +Default-priority = 1 +Default-stun-server = stun01.sipphone.com +Default-proxy = 198.65.166.131 +Default-discover-stun = false +Default-transport = udp + -- 2.39.2