summaryrefslogtreecommitdiff
path: root/asterisk-load-tests/full_IO/README
diff options
context:
space:
mode:
Diffstat (limited to 'asterisk-load-tests/full_IO/README')
-rw-r--r--asterisk-load-tests/full_IO/README46
1 files changed, 46 insertions, 0 deletions
diff --git a/asterisk-load-tests/full_IO/README b/asterisk-load-tests/full_IO/README
new file mode 100644
index 0000000..facfc96
--- /dev/null
+++ b/asterisk-load-tests/full_IO/README
@@ -0,0 +1,46 @@
+# TODO:
+# - write the conf files and the script..
+# - should probably remove the ssh key on PCB after the test
+# - on error, get PCB serial number, IP, MAC, logs and conf files (PCB and XHD
+# side)
+
+Objective
+---------
+This will checks that all port are basically fonctioning.
+It runs 3 tests:
+ * Set the PCB[T0] ports in TE mode and the XHD[T0] ones in NT and then initiate
+ the call from XHD, the PCB should call back.
+ * Then it sets ports in the other way (NT/TE) an send a new call from XHD.
+ * Finally checks the FXO and FXS ports.
+
+Needs:
+ * Both card on the same network (ssh connection)
+ * The ssh key of XHD in the PCB' `~/.ssh/authorized_keys'
+
+Setup
+-----
+
+You need to connect the proto board (ref bellow as "PCB") to the testing
+computer (ref bellow as "XHD") which embbed a Digium BRI card.
+
+ ------------ ------------
+ PCB T0 -|−−−−−−−−−|- T0 XHD
+ T0 -|−−−−−−−−−|- T0
+ T0 -|−−−−−−−−−|- T0
+ T0 -|−−−−−−−−−|- T0
+ | |
+ FXS -|−−−−−−−−−|- FXO
+ FXO -|−−−−−−−−−|- FXS
+ ------------ ------------
+
+
+Running the test
+----------------
+#FIXME
+#
+run the full_IO.sh script
+
+
+<!-- vi:syntax=markdown tw=80
+ -->
+