Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Key: TelephonyConnectionString: Difference between revisions

From Catglobe Wiki
Cg_pham (talk | contribs)
Created page with "Category:Communication_keys {{HelpFiles_Deployment}} ==Key: TelephonyConnectionString{n}== ===Syntax=== <add key="TelephonyConnectionString{n}" value="ServerID=[IP]; Port=[P..."
 
Cg_pham (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[Category:Communication_keys]]
{{HelpFiles_Deployment}}  
{{HelpFiles_Deployment}}
 
==Key: TelephonyConnectionString{n}==
== Key: TelephonyConnectionString{n} ==
===Syntax===
 
=== Syntax ===


<add key="TelephonyConnectionString{n}" value="ServerID=[IP]; Port=[PORT]; ManagerName=[USERNAME]; Password=[PASSWORD]"/>
&lt;add key="TelephonyConnectionString{n}" value="ServerID=[IP]; Port=[PORT]; ManagerName=[USERNAME]; Password=[PASSWORD]"/&gt;


{n} must be replaced with 0,1,2.. etc. E.g. TelephonyConnectionString0, TelephonyConnectionString1, TelephonyConnectionString2, and so on.
{n} must be replaced with 0,1,2.. etc. E.g. TelephonyConnectionString0, TelephonyConnectionString1, TelephonyConnectionString2, and so on.
Purpose
 
=== Purpose ===


Log in information for one asterisk server supporting phone dialing on the Catglobe system. One string must be set up for each of the asterisks servers that exist for this.
Log in information for one asterisk server supporting phone dialing on the Catglobe system. One string must be set up for each of the asterisks servers that exist for this.
Example of key


<add key="TelephonyConnectionString0" value="ServerIP=10.0.0.15; Port=5038; ManagerName=manager; Password=nooneknows;"/>
=== Example of key  ===
 
&lt;add key="TelephonyConnectionString0" value="ServerIP=10.0.0.15; Port=5038; ManagerName=manager; Password=nooneknows;"/&gt;
 
[[Category:Communication_keys]]

Latest revision as of 04:17, 5 January 2012

<accesscontrol>Main:MyGroup</accesscontrol>

Key: TelephonyConnectionString{n}

Syntax

<add key="TelephonyConnectionString{n}" value="ServerID=[IP]; Port=[PORT]; ManagerName=[USERNAME]; Password=[PASSWORD]"/>

{n} must be replaced with 0,1,2.. etc. E.g. TelephonyConnectionString0, TelephonyConnectionString1, TelephonyConnectionString2, and so on.

Purpose

Log in information for one asterisk server supporting phone dialing on the Catglobe system. One string must be set up for each of the asterisks servers that exist for this.

Example of key

<add key="TelephonyConnectionString0" value="ServerIP=10.0.0.15; Port=5038; ManagerName=manager; Password=nooneknows;"/>