|
@@ -27,6 +27,7 @@ Torrey Searle
|
|
|
4.4. $sipt_cpc
|
|
|
4.5. $sipt_calling_party_nai
|
|
|
4.6. $sipt_called_party_nai
|
|
|
+ 4.7. $sipt_event_info
|
|
|
|
|
|
List of Tables
|
|
|
|
|
@@ -34,6 +35,7 @@ Torrey Searle
|
|
|
1.2. Screening Indicator Values
|
|
|
1.3. Calling Nature of Address Values
|
|
|
1.4. Called Nature of Address Values
|
|
|
+ 1.5. Event Info Values
|
|
|
|
|
|
List of Examples
|
|
|
|
|
@@ -65,6 +67,7 @@ Chapter 1. Admin Guide
|
|
|
4.4. $sipt_cpc
|
|
|
4.5. $sipt_calling_party_nai
|
|
|
4.6. $sipt_called_party_nai
|
|
|
+ 4.7. $sipt_event_info
|
|
|
|
|
|
1. Overview
|
|
|
|
|
@@ -121,6 +124,7 @@ sipt_set_calling($fU, 4, 0, 3);
|
|
|
4.4. $sipt_cpc
|
|
|
4.5. $sipt_calling_party_nai
|
|
|
4.6. $sipt_called_party_nai
|
|
|
+ 4.7. $sipt_event_info
|
|
|
|
|
|
4.1. $sipt_presentation
|
|
|
|
|
@@ -244,3 +248,17 @@ if($sipt_called_party_nai == 3)
|
|
|
}
|
|
|
|
|
|
...
|
|
|
+
|
|
|
+4.7. $sipt_event_info
|
|
|
+
|
|
|
+ Returns the value of the Event Info header of the CPG message. Returns
|
|
|
+ -1 if there is a parsing error.
|
|
|
+
|
|
|
+ Table 1.5. Event Info Values
|
|
|
+ 0 Spare
|
|
|
+ 1 ALERTING
|
|
|
+ 2 PROGRESS
|
|
|
+ 3 In-band information or an appropriate pattern is now available
|
|
|
+ 4 Call forward on busy
|
|
|
+ 5 Call forward on no reply
|
|
|
+ 6 Call forward unconditional
|