<?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 connects to an Asterisk server to make and receive phone calls using SIP over WebSocket and WebRTC. 
For calls to and from regular phone numbers, a SIP provider like Telnyx or Localphone is needed and a real phone number 
acquired from the SIP provider. Asterisk must be installed on a VPS or dedicated server. Once SIP Trip Phone gets 
connected to Asterisk, Asterisk can be connected to any SIP provider, but this setup has been tested only with Telnyx 
and Localphone. It is assumed that Nextcloud uses HTTPS and that it is served on a subdomain, like 'cloud.example.com', 
and not on a subdirectory, like 'example.com/nextcloud/'. The web server has to be configured to allow access to the 
'/apps/sip_trip_phone/phone' directory and to proxy WebSocket traffic through http://0.0.0.0:8088/ws, as we explain 
in detail on the 'Admin documentation' page. We are not reinventing the wheel. This application 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 be even 90% cheaper.

* 🌐 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.

* 🆓 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.

* 💻 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: 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).

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

    ]]></description>
    <version>1.0.3</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>