installation_guide:configuration:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
installation_guide:configuration:start [2016/10/24 19:59] – [Voximal Web Configuration (FreePBX)] borjainstallation_guide:configuration:start [2016/10/24 21:04] – [2) Create a VoiceXML service] borja
Line 4: Line 4:
  
 All the configuration is managed throw a web interface based on the FreePBX project. All the configuration is managed throw a web interface based on the FreePBX project.
-To access to the web interface, open the link **''http://your_server_address/admin''**.  +To access to the web interface, open the link 
-It's protected by a login.+
  
 +**''http://your_server_address/admin''**. 
 +
 +It's protected by a login (the first login after the installation will request you a password).
  
-===== Home ===== 
  
 {{:installation_guide:configuration:voximal_first.png?nolink&1000|//-- add screenshot --//}} {{:installation_guide:configuration:voximal_first.png?nolink&1000|//-- add screenshot --//}}
Line 14: Line 15:
 ===== Login ===== ===== Login =====
  
-After installation there are 3 default login, with differents access permissions  +After installation there are 3 default login accounts, with differents access permissions  
-  * **''user''** : access to Voximal configuration and reports. +  * **user** : access to Voximal configuration and reports. 
-  * **''admin''** : user access and network configuration +  * **admin** : user access and network configuration 
-  * **''root''** : full access (full freePBX features).+  * **root** : full access (full freePBX features).
  
-Each login has a default password, you can be change it with the root account.+Each login have a default password (requested after the package installation, or the image activation), you can be change them with the root account.
  
 {{:installation_guide:configuration:voximal_login.png?nolink&1000|}} {{:installation_guide:configuration:voximal_login.png?nolink&1000|}}
Line 35: Line 36:
   - Configure the relation between the DID and the VoiceXML service you want to use ([[#Routes configuration|Routes configuration]])   - Configure the relation between the DID and the VoiceXML service you want to use ([[#Routes configuration|Routes configuration]])
  
-Some default values can be updated with the page **''Settings/Voximal settings''**.+---- 
 +**Note**: On each configuration page, don't forget to click on **[Submit]** button at the bottom page before changing page. If you don't click on **[Submit]** you'll lose all your changes.
  
-The license informations are accessible in page **''Settings/Voximal settings''**, in tab ''License''.+**Note**: All changes are not directly configure on the server. After one changeyou'll see a button **[Apply Config]** in menu. To activate the changes on server __you have to click on__ **[Apply Config]**. 
 +----
  
-//**__WARNING__**: On each configuration page, don't forget to click on ''Submit'' button at the bottom page before changing page. If you don't click on ''Submit'' you'll lose all your changes.//+==== 1) Telephony access ====
  
-//**__WARNING__**: All changes are not directly configure on the server. After one change, you'll see a button **''"Apply Config"''** in menu. To put change on server __you have to click on__ **''"Apply Config"''**.//+If your server is connected to the internet you can use the free test access to place calls to your server
 +There is nothing to doYou should only check that the port 4569 is open from/to internet in UDP.
  
----- 
  
-==== 1) SIP accounts ==== 
- 
-{{:installation_guide:configuration:voximal_trunks.png?nolink&1000|}} 
  
 You can create a SIP trunk with an operator with the page [[installation_guide:voipproviders:start|Voip Providers]]. You can create a SIP trunk with an operator with the page [[installation_guide:voipproviders:start|Voip Providers]].
Line 62: Line 62:
 0033123456789:password@myprovider.com/33123456789 0033123456789:password@myprovider.com/33123456789
 </code> </code>
-  * **Click on submit** button+  * Click on **[submit]** button (don't remember to apply your modifications)
  
-//-- add screenshot --//+{{:installation_guide:configuration:voximal_trunks.png?nolink&1000|}}
  
 ---- ----
Line 70: Line 70:
 ==== 2) Create a VoiceXML service ==== ==== 2) Create a VoiceXML service ====
  
-You need to create VoiceXML service, by uploading it or writing it directly with embedded VoiceXML/PHP editor,  with the page **''Applications/Voximal''**.+You need to create VoiceXML service, by uploading it or writing it directly with the embedded VoiceXML/PHP editor.  
 +Select the application menu **Voximal**.
  
 === Uploading VoiceXML service === === Uploading VoiceXML service ===
  
-In page Applications/Voximal click on **''Editor''** tab.+{{:installation_guide:configuration:voximal_editor_folder.png?nolink&1000|}} 
 + 
 +In page Applications/Voximal click on **Editor** tab.
 At the end of the page, you have the way to upload files : At the end of the page, you have the way to upload files :
-    * Click on **''Browse''** and select your files (''.vxml''''.php'', ...). +    * Click on **Browse** and select your files (.vxml, .php, ...). 
-    * Then click on **''Upload''**. Your files will appear in list.+    * Then click on **[Upload]**. Your files will appear in list.
  
 === Create VoiceXML service with editor === === Create VoiceXML service with editor ===
  
-You can update VoiceXML file (extension ''.vxml''), by clicking on the filename. The file content will appear, and you'll be able to update it, and check the syntax. 
  
-The editor page allow to create folders and files, and edit them. 
  
-To create folders or files, click on right items on top right corner (**''Create Directory''** or **''Create File''**).+You can update VoiceXML file (extension .vxml), by clicking on the filename. The file content will appear, and you'll be able to update it, and check the syntax. 
 + 
 +The editor page allow to create folders and files, and edit them.
  
-Then enter filenameand click **''Create button''**.+To create folders or files, click on right items on top right corner (**Create Directory** or **Create File**).
  
-//-- add screenshot --//+Then enter filename, and click **[Create]**.
  
 +{{:installation_guide:configuration:voximal_editor_file.png?nolink&1000|}}
  
 ---- ----
Line 111: Line 115:
   - **''Star delay''** : you can set a time delay to start the service.   - **''Star delay''** : you can set a time delay to start the service.
  
-//-- add screenshot --//+{{:installation_guide:configuration:voximal_add_application.png?nolink&1000|}}
  
  
Line 129: Line 133:
   - **Click on submit** button   - **Click on submit** button
  
-//-- add screenshot --//+{{:installation_guide:configuration:voximal_add_number.png?nolink&1000|}}
  
  
  • installation_guide/configuration/start.txt
  • Last modified: 2020/10/12 15:31
  • by badereddine