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: TelephonyDefaultCallContext: Difference between revisions

From Catglobe Wiki
jrfconvert import
 
Cg_pham (talk | contribs)
No edit summary
 
Line 1: Line 1:
[[Category:HelpBooks]]
[[Category:Communication_keys]]

{{HelpFiles_Deployment}}


=====Key: TelephonyDefaultCallContext=====
==Key: TelephonyDefaultCallContext==


===Syntax===
=== Syntax ===


<add key="TelephonyDefaultCallContext" value="[NAME]"/>
<add key="TelephonyDefaultCallContext" value="[NAME]"/>  


[NAME]: String that is a name that the asterisks servers will understand.
[NAME]: String that is a name that the asterisks servers will understand.  


===Purpose===
=== Purpose ===


It is possible to set up profiles on the asterisks servers that define how the asterisks servers work. In order for the asterisks servers to know how to service incoming requesting servers it needs to know which profile to use. The requesting Catglobe server can therefore define this by inserting the name of this profile into the TelephonyDefaultCallContext key.
It is possible to set up profiles on the asterisks servers that define how the asterisks servers work. In order for the asterisks servers to know how to service incoming requesting servers it needs to know which profile to use. The requesting Catglobe server can therefore define this by inserting the name of this profile into the TelephonyDefaultCallContext key.  


===Example of key===
=== Example of key ===


<add key="TelephonyDefaultCallContext" value="from-internal"/>
&lt;add key="TelephonyDefaultCallContext" value="from-internal"/&gt; __NOTOC__ <!-- imported from file: 6468.htm-->
__NOTOC__
<!-- imported from file: 6468.htm-->

Latest revision as of 04:18, 5 January 2012

 <accesscontrol>Main:MyGroup</accesscontrol>

Key: TelephonyDefaultCallContext

Syntax

<add key="TelephonyDefaultCallContext" value="[NAME]"/>

[NAME]: String that is a name that the asterisks servers will understand.

Purpose

It is possible to set up profiles on the asterisks servers that define how the asterisks servers work. In order for the asterisks servers to know how to service incoming requesting servers it needs to know which profile to use. The requesting Catglobe server can therefore define this by inserting the name of this profile into the TelephonyDefaultCallContext key.

Example of key

<add key="TelephonyDefaultCallContext" value="from-internal"/>