Actions

Difference between revisions of "%tin"

From Zenitel Wiki

 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The %tin macro return current number of trunk channels used towards a specific trunk.
+
{{AI}}
 +
 
 +
The %tin macro returns the number of VoIP channels currently in use towards a specific trunk.
  
 
===Syntax===
 
===Syntax===
 
  '''%tin(SIP node)'''
 
  '''%tin(SIP node)'''
 +
 +
<br>
  
 
===Examples===
 
===Examples===
  %tin(100)           - ''Returns the number of SIP trunk lines currently in use on SIP node 100''
+
  %tin(100) - ''Returns the number of VoIP channels currently in use on SIP node 100''
+
 
 +
{{note|'''%tin''' is updated only when calling out on the SIP trunk using [[SIP_trunk_node_-_configuration#Create_access_numbers|feature 81 or feature 83]]. When calling out using SIP Trunk Station (feature 9), %tin will not be updated. }}
 +
<br>
  
 
=== Application example ===
 
=== Application example ===

Latest revision as of 09:50, 4 October 2019

AI.png

The %tin macro returns the number of VoIP channels currently in use towards a specific trunk.

Syntax

%tin(SIP node)


Examples

%tin(100) - Returns the number of VoIP channels currently in use on SIP node 100
Note icon %tin is updated only when calling out on the SIP trunk using feature 81 or feature 83. When calling out using SIP Trunk Station (feature 9), %tin will not be updated.



Application example



Back to Event_Handler#List_of_macros.