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-34


From: Pawel Kot
Subject: [SCM] libgnokii and core programs branch, master, updated. rel_0_6_29-346-g04addd4
Date: Sun, 25 Dec 2011 22:44:36 +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  04addd4a8473e7f8e047e725728ceacb47ffb347 (commit)
      from  6928ad355c17f5919dc67713a30b65f0b0a1187e (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=04addd4a8473e7f8e047e725728ceacb47ffb347


commit 04addd4a8473e7f8e047e725728ceacb47ffb347
Author: Pawel Kot <address@hidden>
Date:   Sun Dec 25 23:41:57 2011 +0100

    Update sample gnokiirc
    
    Fix typos. Make script documentation more clear.

diff --git a/Docs/sample/gnokiirc b/Docs/sample/gnokiirc
index b52757e..fdc19f1 100644
--- a/Docs/sample/gnokiirc
+++ b/Docs/sample/gnokiirc
@@ -168,6 +168,16 @@ serial_baudrate = 19200
 # (sm_retry = 0)
 #sm_retry = 1
 
+# Location of the scripts to be run at specified moments.
+# connect_script: right after establishing connection with the device
+# disconnect_script: right before closing the connection
+# You may find handy to use connect_script
+# or disconnect_script to connect your modem to SMS Center when using BIP or
+# CIMD protocols. Non-absolute path is relative to the specific directory
+# where gnokii is run!
+#connect_script = /absolute/path/to/gnokii/Docs/sample/cimd-connect
+#disconnect_script =
+
 # The following settings allow to choose an authentication method upon the
 # initialization of the phone. It is effective only for AT driver.
 # Authentication type: none, interactive, text, binary, script
@@ -215,7 +225,7 @@ authentication_type = none
 #   pointed out by 'auth_file' variable. Currently does nothing.
 #
 # Authentication procedures summary
-# Type           | Own regustered method | File method | Prompt method
+# Type           | Own registered method | File method | Prompt method
 # --------------------------------------------------------------------
 # text           | N/A                   | 1st         | 2nd
 # interactive    | 1st                   | 2nd         | 3rd
@@ -225,16 +235,13 @@ authentication_type = none
 # authentication types text and binary.
 #auth_file = 
 
-# Location of the scripts to be run at specified moments.
-# connect_script: right after establishing connection with the device
-# disconnect_script: right before closing the connection
-# auth_script: right after establishing the connection with the device
-# You may find handy to use connect_script
-# or disconnect_script to connect your modem to SMS Center when using BIP or
-# CIMD protocols. Non-absolute path is relative to the specific directory
-# where gnokii is run!
-#connect_script = /absolute/path/to/gnokii/Docs/sample/cimd-connect
-#disconnect_script =
+# The order of executing scripts is as follows:
+# 1. open()
+# 2. connect_script()
+# 3. authentication()
+# ...
+# n-1. disconnect_script()
+# n. close()
 
 # When sending SMS you can experience timeouts. This is the feature of the
 # overloaded SMSCs. The phones waits for the response from the SMSC confirming

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

Summary of changes:
 Docs/sample/gnokiirc |   29 ++++++++++++++++++-----------
 1 files changed, 18 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
libgnokii and core programs



reply via email to

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