<?xml version="1.0"?>
<info xmlns:xsi= "http://www.w3.org/2001/XMLSchema-instance"
      xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
    <id>sip_trip_phone</id>
    <name>SIP Trip Phone</name>
    <summary>Browser softphone</summary>
    <description><![CDATA[
A browser phone that uses SIP over WebSocket and WebRTC. It can connect to SIP providers via Asterisk or directly. 
Although it's intended to be used in conjunction with Asterisk, to benefit from the control, autonomy and advanced 
PBX features offered by Asterisk, it can be used by itself, if it's configured to connect directly to the SIP provider 
and the SIP provider allows direct connections from WebRTC applications. For calls to and from regular phone numbers, 
a SIP provider like Telnyx or Localphone is needed and a real phone number acquired from that SIP provider. If Asterisk 
is used, it has to be Asterisk version 18.0.0 LTS and it has to be installed on a VPS or dedicated server, as explained 
in the 'Admin documentation' linked on this page. The web server has to be configured to allow access to a specific 
directory and to proxy WebSocket traffic to a specific URL, as explained in detail in the 'Admin documentation'. Not all 
SIP providers allow direct connections from external Asterisk servers or from WebRTC applications. Telnyx and Localphone 
allow direct connections from their clients' Asterisk servers and Telnyx also allows direct connections from WebRTC 
applications. SIP Trip Phone is based on the ctxSip phone.

Main features:

* 📞 SIP Trip Phone allows making and receiving calls to/from any mobile or landline phone at lower rates than with regular phones. It is known that VoIP phone calls are up to 70% cheaper than regular phone calls. International VoIP phone calls can cost even 90% less than regular phone calls.

* 🌐 You can acquire phone numbers in countries of your choice and make cheap international phone calls to receivers in those countries. When calling you back on those numbers, the receivers will pay as for local calls.

* 🆓 If Asterisk is used, you can make free calls over the Internet between extensions configured on the underlying Asterisk server.

* ☎️  SIP Trip Phone logs recent phone calls and their duration and allows pausing, muting and transferring phone calls.

* 🚩 On-screen notifications on incoming calls.

* 📃 Once you open SIP Trip Phone, you can use it even if you are logged out of Nextcloud.

* 💻 If Asterisk is used, on the underlying Asterisk server you can implement an IVR (Interactive Voice Response or 'voice menu') and many advanced PBX features such as voicemail, queue management, music on hold, number blacklisting, call recording, audio conference calls, etc.

* 💰 The only ongoing cost is about $1 per month (depending on the country) for a phone number. No contracts.

* 💸 Low per minute prices: if Asterisk is used, you can make calls within the US starting from $0.0050 per minute and receive calls with $0.0075 per minute or less (Telnyx), or $0.0060 per minute for outgoing calls and $0 for incoming calls (Localphone). If SIP Trip Phone is connected directly to Telnyx, you can make and receive phone calls with $0.0020 per minute in the US.

We have no affiliation with Telnyx or Localphone. The quality of services and low prices are the only reasons for choosing them as SIP providers.

    ]]></description>
    <version>1.0.4</version>
    <licence>AGPL</licence>
    <author homepage="https://www.doublebastion.com">Double Bastion LLC</author>
    <namespace>SIPTripPhone</namespace>
	<documentation>
		<admin>https://www.doublebastion.com/install-nextcloud/#install-sip-trip-phone</admin>
	</documentation>
    <category>office</category>
    <category>organization</category>

    <website>https://www.doublebastion.com/sip-trip-phone/</website>
    <bugs>https://git.doublebastion.com/sip-trip-phone/issues/develop</bugs>
    <repository>https://git.doublebastion.com/sip-trip-phone/develop/</repository>

    <screenshot>https://git.doublebastion.com/sip-trip-phone/raw/develop/img/sip_trip_phone_screenshot.png</screenshot>

    <dependencies>
            <nextcloud min-version="23" max-version="24" />
    </dependencies>

    <navigations>
        <navigation>
            <name>SIP Trip Phone</name>
            <route>sip_trip_phone.page.index</route>
            <order>101</order>
            <icon>../img/sip_trip_phone.svg</icon>
        </navigation>
    </navigations>

    <settings>
            <personal>OCA\SIPTripPhone\Settings\Personal</personal>
            <personal-section>OCA\SIPTripPhone\Settings\PersonalSection</personal-section>
    </settings>
</info>