diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/phonesim.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/plugins/phonesim.conf b/plugins/phonesim.conf new file mode 100644 index 00000000..74bb645e --- /dev/null +++ b/plugins/phonesim.conf @@ -0,0 +1,14 @@ +# This is a sample file for the phonesim configuration +# +# It should be installed in your oFono system directory, +# e.g. /etc/ofono/phonesim.conf +# +# Each group is parsed as a modem device +# +# Each group shall at least define the address and port +# Address = <valid IPv4 address format> +# Port = <valid TCP port> + +#[phonesim] +#Address=127.0.0.1 +#Port=12345 |