gnokii-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-33


From: Pawel Kot
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-335-g3d85042
Date: Fri, 23 Dec 2011 21:12:43 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "libgnokii and core programs".

The branch, master has been updated
       via  3d85042c5a5bee3ff8e9a2383db91c53db98da0b (commit)
      from  7980ae01af19177ad590b201993b3d38acb93fdf (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/gnokii.git/commit/?id=3d85042c5a5bee3ff8e9a2383db91c53db98da0b


commit 3d85042c5a5bee3ff8e9a2383db91c53db98da0b
Author: Pawel Kot <address@hidden>
Date:   Fri Dec 23 22:10:08 2011 +0100

    Sample connect and disconnect scripts
    
    Author: Guillermo Benitez
    
    Add sample connect and disconnect scripts required for Portech MV-370. This
    device requires additional authentication before AT communication starts.

diff --git a/ChangeLog b/ChangeLog
index 121f824..a7e771a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,9 @@
       Tristan Drinkwater for patient testing            (Paweł Kot)
  * fake driver updates
     o always autodetect if PDU SMS starts with SMSC (Daniele Forsi)
+ * Documentation updates
+    o samples for connect and disconnect scripts for Portech
+      devices                                   (Guillermo Benitez)
 
 0.6.31
 ======
diff --git a/Docs/sample/ppp/portech-login b/Docs/sample/ppp/portech-login
new file mode 100755
index 0000000..c8b164a
--- /dev/null
+++ b/Docs/sample/ppp/portech-login
@@ -0,0 +1,13 @@
+#!/usr/bin/expect
+
+# This is sample logout script for Portech MW-370
+# http://www.portech.com.tw/p3-product1_1.asp?Pid=13
+
+expect "username:"
+send "voip\r"
+expect "password:"
+send "1234\r"
+expect "command: logout, module1, module2, state1, state2, info."
+send "state1\r"
+expect "module 1: free."
+send "module1\r"
diff --git a/Docs/sample/ppp/portech-logout b/Docs/sample/ppp/portech-logout
new file mode 100755
index 0000000..737f4ee
--- /dev/null
+++ b/Docs/sample/ppp/portech-logout
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+# This is sample logout script for Portech MW-370
+# http://www.portech.com.tw/p3-product1_1.asp?Pid=13
+
+echo "logout\r"
\ No newline at end of file

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                      |    3 +++
 Docs/sample/ppp/portech-login  |   13 +++++++++++++
 Docs/sample/ppp/portech-logout |    6 ++++++
 3 files changed, 22 insertions(+), 0 deletions(-)
 create mode 100755 Docs/sample/ppp/portech-login
 create mode 100755 Docs/sample/ppp/portech-logout


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]