Changes to UMTSON 0.9 ===================== 2008-11-27: make dial string (CID) configurable in umtsmonrc ------------------------------------------------------------ Problem: UMTSMON has a fixed dial string entry *99***1# for dialing. Solution: make dial string configurable in umtsmonrc The configuration file "umtsmonrc" will either be found in /etc/qt3/umtsmonrc (for root) or in /.umtsmon/umtsmonrc Within this resource file the is a section which contains all profiles. This looks simlar like this: [ConnectionProfiles] 3UK/prof/DefaultRoute=true [...] ActiveProfile=Fonic Fonic/prof/DefaultRoute=true [...] Each line consists of the profile's name, e.g. 3UK (PROFILENAME will be used in the exmaples), /prog/ and the configuration variable. To configure the dialup string, the following new variables can be used: a) PROFILENAME/prof/useCID=true If set to true, a more complex dialup striong will be build, consiting of "CIDPREFIX + CID + #" b) PROFILENAME/prof/CID=1 Configure the CID profile number, default 1 c) PROFILENAME/prof/CIDPrefix=*99 Configure the CID prefix. If "useCID" is set to true, then the CID profile number (variable CID) will be added to the prefix. At the end, the '#' is added bei UMTSMON! So please ommit this char! The most possible values used would be *99 *99*** *99* Examples: --------- 1) To set the dial string "*99#" configure as follows PROFILENAME/prof/useCID=false PROFILENAME/prof/CID=1 PROFILENAME/prof/CIDPrefix=*99 2) To set the dial string "*99***1#" configure as follows PROFILENAME/prof/useCID=true PROFILENAME/prof/CID=1 PROFILENAME/prof/CIDPrefix=*99*** 3) To set the dial string "*98***3#" configure as follow PROFILENAME/prof/useCID=true PROFILENAME/prof/CID=3 PROFILENAME/prof/CIDPrefix=*98*** More info currently at: http://www.to-st.de/download/linux/eeepc/umtsmon -- Tobias Stoeber