linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] linphone Android Remote provisioning


From: Kanishka Somaratne
Subject: [Linphone-developers] linphone Android Remote provisioning
Date: Wed, 1 Apr 2015 01:01:02 +0530

I am trying to use Remote provisioning  with linphone android, with the following file. but its not working, can you guys please give me the correct file.
<?xml version="1.0" encoding="UTF-8"?>
<config xmlns="http://www.linphone.org/xsds/lpconfig.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.linphone.org/xsds/lpconfig.xsd lpconfig.xsd">
  <section name="net">
    <entry name="download_bw">380</entry>
    <entry name="upload_bw">380</entry>
    <entry name="firewall_policy">0</entry>
    <entry name="mtu">1300</entry>
  </section>
  <section name="sip">
    <entry name="sip_port">5060</entry>
    <entry name="sip_random_port">1</entry>
    <entry name="guess_hostname">1</entry>
    <entry name="contact">sip:address@hidden</entry>
    <entry name="inc_timeout">15</entry>
    <entry name="use_info">0</entry>
    <entry name="use_ipv6">0</entry>
    <entry name="register_only_when_network_is_up">1</entry>
    <entry name="default_proxy">0</entry>
    <entry name="auto_net_state_mon">0</entry>
    <entry name="keepalive_period">30000</entry>
    <entry name="auto_answer_replacing_calls">1</entry>
    <entry name="media_encryption_mandatory">0</entry>
    <entry name="ping_with_options">0</entry>
  </section>
  <section name="rtp">
    <entry name="audio_rtp_port">7076</entry>
    <entry name="video_rtp_port">9078</entry>
    <entry name="audio_jitt_comp">60</entry>
    <entry name="video_jitt_comp">60</entry>
    <entry name="nortp_timeout">30</entry>
  </section>
  <section name="sound">
    <entry name="remote_ring">/data/data/org.linphone/files/ringback.wav</entry>
    <entry name="local_ring">/data/data/org.linphone/files/oldphone_mono.wav</entry>
    <entry name="dtmf_player_amp">0.1</entry>
    <entry name="ec_tail_len">300</entry>
    <entry name="ec_frame_size">200</entry>
  </section>
  <section name="video">
    <entry name="size">qvga</entry>
  </section>
  <section name="misc">
    <entry name="max_calls">10</entry>
  </section>
  <section name="proxy_0">
    <entry name="reg_proxy">sip:address@hidden</entry>
    <entry name="reg_route">sip:</entry>
    <entry name="reg_identity">sip:address@hidden</entry>
    <entry name="reg_expires">3600</entry>
    <entry name="reg_sendregister">1</entry>
    <entry name="publish">0</entry>
    <entry name="dial_escape_plus">0</entry>
  </section>
</config>

reply via email to

[Prev in Thread] Current Thread [Next in Thread]