GDW-11 Westermo Teleindustri AB Teleindustri • Westermo 2007 ©

Total Page:16

File Type:pdf, Size:1020Kb

GDW-11 Westermo Teleindustri AB Teleindustri • Westermo 2007 © AT Commands Interface Guide 6615-2220 GDW-11 Westermo Teleindustri AB Teleindustri • Westermo 2007 © GDW-11 GSM/GPRS Modem GDW-11 485 GSM/GPRS Modem with RS-485 www.westermo.com Introduction This document describes the AT-commands that can be used to configure and control the GDW-1x modem. AT Commands Network message Network Responses The GDW-1x different operating modes are controlled by AT-commands. Modem operation modes: 1 Operating Online Mode Mode 2 3 5 4 Online Command Mode Example of commands/events that can trigger a change of the modems operation modes 1 – ATD command 2 – Hangup from the remote end 3 – Escape sequence +++ 4 – ATO command 5 – ATH command For more information about Westermo, please visit out website www.westermo.com 2 Introduction 6615-2220 Abbreviations and definitions Abbreviations ASCII American Standard Code for Information Interchange AT ATtention; this two-character abbreviation is always used to start a command line to be sent from TE to Modem BCD Binary Coded Decimal ETSI European Telecommunications Standards Institute IMEI International Mobile station Equipment Identity IRA International Reference Alphabet (ITU-T T.50 [13]) ISO International Standards Organisation ITU-T International Telecommunication Union – Telecommunications Standardization Sector ME Mobile Equipment, e.g. a GSM phone (equal to MS; Mobile Station) MOC / MTC A call from a GSM mobile station to the PSTN is called a “Mobile Originated Call” (MOC) or “outgoing call”, and a call from a fixed network to a GSM mobile station is called a “Mobile Terminated Call” (MTC) or “incoming call”. MoU Memorandum of Understanding (GSM operator joint) MS The words “Mobile Station” (MS) or “Mobile Equipment” (ME) are used for mobile terminals supporting GSM services. RLP Radio Link Protocol SIM Subscriber Identity Module TA T erminal Adaptor, e.g. a GSM data card (equal to DCE; Data Circuit terminating Equipment) TE T erminal Equipment, e.g. a computer (equal to DTE; Data Terminal Equipment) Terminal Equipment is the Man-Machine Interface of a GSM device (modem or handset). A TE can be a handset MMI or the AT command line interface. TIA Telecommunications Industry Association Definitions <CR> Carriage return character, which value is specified with command S3. <LF> Linefeed character, which value is specified with command S4. <...> Name enclosed in angle brackets is a syntactical element. Brackets themselves do not appear in the command line. [...] Optional subparameter of a command or an optional part of ME information response is enclosed in square brackets. Brackets themselves do not appear in the command line. When subparameter is not given in parameter type commands, new value equals to its previous value. In action type commands, action should be done on the basis of the recommended default setting of the subparameter underline Underlined defined subparameter value is the recommended default setting of this subparameter. In parameter type commands, this value should be used in factory settings that are configured by V.25ter command &F0. In action type commands, this value should be used when subparameter is not given. 6615-2220 Abbreviations and definitions 3 AT command syntax Command line All commands always start with AT (ATtention) and are terminated with <CR>. There are 3 exceptions to this rule: … The A/ command is not terminated with <CR>. … Some commands where input text is the final parameter to the command is terminated with character (ASCII 26 or <ctrl+z>). One example of such command is AT+CMGS. … The command to switch from “on-line mode” to “online command mode” is +++ and this command is not terminated with <CR> There are 3 different types of commands that differ slightly in command format and the command response: … Standardized basic commands … Register commands. … Extended commands. The basic commands are commands not preceded by a ‘+’ character. Most of the basic commands originate in the V.25ter [TBD] standard. Action Command Example Set/Execute CMD[x] AT&D2, AT&W, ATD The register commands is a set of S-registers that contain parameter values needed by the modem in different modes. Syntax: ATSx=<value> Test command: ATSx? Possible values: ATSx=? The S-registers are saved by the AT&W command and Refer to section “S-registers” for more information. Every extended command has a test command (trailing =?) to test the existence of the command and to give information about the type of its subparameters. Parameter type commands also have a read command (trailing ?) to check the current values of subparameters. Action type commands do not store the values of any of their possible subparameters, and therefore do not have a read command. read command for checking current subparameter values subparameter extended commands are command line command line prefix delimited with semicolon termination character ATCMD1 CMD2=12; +CMD1; +CMD2=,,15; +CMD2?; +CMD2=?<CR> subparameters basic command may be omitted Figure 1: Basic structure of (no + prefix) extended command (prefixed with +) test command for checking a command line possible subparameter values 4 AT command syntax 6615-2220 If verbose responses are enabled with command V1 and all commands in a command line has been performed successfully, result code <CR><LF>OK<CR><LF> is sent from the TA to the TE. If numeric responses are enabled with command V0, result code 0<CR> is sent instead. If verbose responses are enabled with command V1 and subparameter values of a com- mand are not accepted by the TA (or command itself is invalid, or command cannot be performed for some reason), result code <CR><LF>ERROR<CR><LF> is sent to the TE and no subsequent commands in the command line are processed. If numeric responses are enabled with command V0, result code 4<CR> is sent instead. ERROR (or 4) response may be replaced by +CME ERROR: <err> see appendix when com- mand was not processed due to an error related to ME operation. Responses and result codes Responses start and end with <CR><LF> (except for the ATV0 DCE response format) and the ATQ1 (result code suppression) commands. … If command syntax is incorrect, the “ERROR” string is returned. … If command syntax is correct but transmitted with wrong parameters, the +CME ERROR: <Err> or +CMS ERROR: <SmsErr> strings is returned with adequate error codes if CMEE was previously set to 1. By default, CMEE is set to 0, and the error message is only “ERROR”. … If the command line has been executed successfully, an “OK” string is returned. The TA response for the example command line of figure 1 could be as shown in figure 2. Here, verbose response format is enabled with command V1. If numeric format V0 would have been used, <CR><LF> headers of information responses would have been left out and final result code changed to 0<CR>. also string type subparameters possible information response to +CMD2=? information response to +CMD2? <CR><LF>+CMD2: 3,0,15,"GSM"<CR><LF> <CR><LF>+CMD2: (0-3),(0,1),(0-12,15),("GSM","IRA")<CR><LF> <CR><LF>OK<CR><LF> Figure 2: Response to a shows acceptable ranges of each subparameter command line final result code So called intermediate result codes inform about progress of TA operation (e.g. connec- tion establishment CONNECT), and so called unsolicited result codes indicate occur- rence of an event not directly associated with issuance of a command from TE (e.g. ring indication RING). In some cases, such as “AT+CPIN?” or (unsolicited) incoming events, the product does not return the “OK” string as a response. In the following examples <CR> and <CR><LF> are intentionally omitted. 6615-2220 AT command syntax 5 General commands +CGMI – Manufacturer identification Description: This command gives the manufacturer identification. Syntax: AT+CGMI Parameters: No parameters Command example Possible responses Note AT+CGMI WESTERMO MODEM Modem manufacturer OK +CGMM – Request model identification Description: This command is used to get the supported frequency bands. With multi-band products the response may be a combination of different bands. Syntax: AT+CGMM Parameters: No parameters Command example Possible responses Note AT+CGMM MULTIBAND 900E 1800 Support of 900 and 1800 MHz OK AT+CGMM MULTIBAND G850 1900 Support of 850 and 1900 MHz OK 6 General commands 6615-2220 +CGMR – Request revision identification Description: This command is used to get the software version. Syntax: AT+CGMR Parameters: No parameters Command example Possible responses Note AT+CGMR 641_09gg.Q2406B 1328940 ... Software release 6.41 +CGSN – Product Serial Number Description: This command allows the user application to get the IMEI (International Mobile Equipment Identity) of the product. Syntax: AT+CGSN Parameters: No parameters Command example Possible responses Note AT+CGSN 135790248939000 IMEI read from modem OK 6615-2220 General commands 7 +CSCS – Select TE character set Description: This command informs the ME which character set is used by the TE. The ME can con- vert each character of entered or displayed strings. This is used to send, read or write short messages. See also +WPCS for the phonebooks’ character sets. Syntax: AT+CSCS=<Character Set> Parameters: <Character Set> “GSM” GSM default alphabet. “PCCP437” PC character set code page 437. “CUSTOM” User defined character set (see also. +WCCS command). “HEX” Hexadecimal mode. No character set used ; the user can read or write hexadecimal values. Command example Possible responses Note AT+CSCS=”GSM” OK Command valid AT+CSCS=”PCCP437” OK Command valid AT+CSCS=? +CSCS:("GSM”,“PCCP437”, Possible values “CUSTOM”,“HEX”) OK 8 General commands 6615-2220 +WPCS – Phonebook Character Set Description: This specific command informs the ME which character set is used by the TE for the phonebooks. The ME can convert each character of entered or displayed strings. This is used to read or write phonebook entries (parameters <text>, <address> and <mail>) and <description> parameter of agenda entries.
Recommended publications
  • Transformation Solutions, Unlocking Value for Clients
    CEO Study Telecom Implementations Chris Pearson Global Business Consulting Industry Leader 21.11.2008 1 IBM Telecom Industry Agenda . CEO Study – Enterprise of the Future . IBM’s view of the Telecom market . IP Economy . The Change agenda . World is becoming Smarter 2 Storm Warning | ZA Lozinski | Clouds v0.0 - September 2008 | IBM Confidential © 2008 IBM Corporation We spoke toIBM 1,130 Telecom CEOs Industry and conducted in-depth analyses to identify the characteristics of the Enterprise of the Future How are organizations addressing . New and changing customers – changes at the end of the value chain . Global integration – changes within the value chain . Business model innovation – their response to these changes Scope and Approach: 1,130 CEOs and Public Sector Leaders . One-hour interviews using a structured questionnaire . 78% Private and 22% Public Sector . Representative sample across 32 industries . 33% Asia, 36% EMEA, 31% Americas . 80% Established and 20% Emerging Economies Analysis: Quantitative and Qualitative . Respondents’ current behavior, investment patterns and future intent . Choices made by financial outperformers . Multivariate analysis to identify clusters of responses . Selective case studies of companies that excel in specific areas 3 Storm Warning | ZA Lozinski | Clouds v0.0 - September 2008 | IBM Confidential © 2008 IBM Corporation IBM Telecom Industry The Enterprise of the Future is . 1 2 3 4 5 Hungry Innovative Globally Disruptive Genuine, for beyond integrated by not just change customer nature generous imagination 4 Storm Warning | ZA Lozinski | Clouds v0.0 - September 2008 | IBM Confidential © 2008 IBM Corporation Telecom CEOsIBM Telecom anticipate Industry more change ahead; are adjusting business models; investing in innovation and new capabilities Telecom CEOs : Hungry .
    [Show full text]
  • Mobifone Apn Settings Android
    Mobifone apn settings android Continue South Africa Cell C South Africa (Cell C Coverage Map) Service: Internet APN: Internet User Name: Password: Service: MMS APN: mms User name: Password: Wap Gateway: 196.031.116.250 Port: 8080 MMS Center: MTN South Africa (MTN Coverage Map) Service: Internet APN: Internet User Name: Guest Password: Service: MMS APN: Internet User Name: mtnmms Password: mtnmms Wap Gateway: 196.011.240.241 Port: 8080 MMS Center: Telkom/8ta South Africa (Telkom Coverage Map) Service: Internet APN: Internet username: guest password: Guest service: MMS APN: mms username: guest password: GUEST: WAP Gateway guest: 41 .151.254.162 Port: 8080 MMSC: Vodacom South Africa (Vodacom Coverage Map) Service: Internet APN: Internet User Name: Password: Service: MMS APN: mms.vodacom.net User Name: Password: Password : WAP Gateway: 196.6.128.13 Port: 8080 MMSC : Virgin Mobile South Africa Service: Internet APN: vdata Username: Guest password: Service: MMS APN: virgin_mms username: guest password: Guest WapGateway: 196.31.116.242 MMS Center: Albania Vodafone Albania Service: Internet APN: Twa Username: Password: Argentina CTI Argentina Service: Internet APN: internet.ctimovil.com.ar Username: Guest password: Movistar Argentina Service: Internet APN: internet.gprs.unifon.com.ar Username: wap Password: Argentina Personal Service: Internet APN: gprs.personal.com User Name: Mobile Number: Australia Optus Australia Service: Internet APN: Internet User Name: Guest Password: Telstra Australia Service: Internet APN: telestra.internet User name:
    [Show full text]
  • MID-ATLANTIC DISTRICT USA/Canada Region
    MID-ATLANTIC DISTRICT USA/Canada Region 2019 SIXTY-SECOND AND ONE HUNDRED–TWELFTH ANNUAL ASSEMBLY JOURNAL SESSION HELD AT ELLICOTT CITY, MARYLAND APRIL 6 – 7, 2019 Our Shared Mission To advance the ministry of Jesus Christ. Our Shared Vision Compelled by God we ARE a movement of people who passionately live the story of Jesus Christ Our Core Values Spiritual Formation Leadership Development Congregational Vitality Missional Expansion Stewardship Advancement Our Principles for Ministry Re-thinking Mental Models to develop versatile and adaptable congregations Reproducing and Multiplying disciples, pastors and leaders Partnering and Collaborating with churches and groups outside the local congregation to experience the movement of God Moving with God now Sixty-Second & One Hundred-Twelfth Annual Assembly Journal of the Mid-Atlantic District Church of the Nazarene Session held at Ellicott City, Maryland April 6 - 7, 2019 Dr. David A. Busic Dr. David W. Bowser General Superintendent District Superintendent SESSIONS OF THE WASHINGTON / MID-ATLANTIC DISTRICT ASSEMBLY The original Washington District was organized in 1907 following the union of the eastern and western branches of the Holiness movements into the Pentecostal Church of the Nazarene in Chicago, IL. The First District Assembly of the original Washington District was held on April 30, 1908, at Harrington, Del, with Dr. P.F. Breese as the presiding general superintendent; Rev. H. B. Hosley as district superintendent; and Rev. Bessie Larkin as district secretary. At that time there were only five churches: Bowens, MD; Harrington, DE; Hollywood, MD; Washington, DC 2nd Church; and the largest, John Wesley Church in Washington, DC. The new district had a total membership of 418.
    [Show full text]
  • ZONE COUNTRIES OPERATOR TADIG CODE Calls
    Calls made abroad SMS sent abroad Calls To Belgium SMS TADIG To zones SMS to SMS to SMS to ZONE COUNTRIES OPERATOR received Local and Europe received CODE 2,3 and 4 Belgium EUR ROW abroad (= zone1) abroad 3 AFGHANISTAN AFGHAN WIRELESS COMMUNICATION COMPANY 'AWCC' AFGAW 0,91 0,99 2,27 2,89 0,00 0,41 0,62 0,62 3 AFGHANISTAN AREEBA MTN AFGAR 0,91 0,99 2,27 2,89 0,00 0,41 0,62 0,62 3 AFGHANISTAN TDCA AFGTD 0,91 0,99 2,27 2,89 0,00 0,41 0,62 0,62 3 AFGHANISTAN ETISALAT AFGHANISTAN AFGEA 0,91 0,99 2,27 2,89 0,00 0,41 0,62 0,62 1 ALANDS ISLANDS (FINLAND) ALANDS MOBILTELEFON AB FINAM 0,08 0,29 0,29 2,07 0,00 0,09 0,09 0,54 2 ALBANIA AMC (ALBANIAN MOBILE COMMUNICATIONS) ALBAM 0,74 0,91 1,65 2,27 0,00 0,41 0,62 0,62 2 ALBANIA VODAFONE ALBVF 0,74 0,91 1,65 2,27 0,00 0,41 0,62 0,62 2 ALBANIA EAGLE MOBILE SH.A ALBEM 0,74 0,91 1,65 2,27 0,00 0,41 0,62 0,62 2 ALGERIA DJEZZY (ORASCOM) DZAOT 0,74 0,91 1,65 2,27 0,00 0,41 0,62 0,62 2 ALGERIA ATM (MOBILIS) (EX-PTT Algeria) DZAA1 0,74 0,91 1,65 2,27 0,00 0,41 0,62 0,62 2 ALGERIA WATANIYA TELECOM ALGERIE S.P.A.
    [Show full text]
  • Telecom Operators
    March 2007 Telecom Operators Caution – work ahead Accelerating decline in voice to be offset by siginificant take-off in data? Reorganization of the value chain: necessary but not without risk Critical size and agility: has anyony got both? - Renewed ambitions of leaders and intensified pressure on challengers: M&A activity to gather pace Contacts EXANE BNP Paribas Antoine Pradayrol [email protected] Exane BNP Paribas, London: +44 20 7039 9489 ARTHUR D. LITTLE Jean-Luc Cyrot [email protected] Arthur D. Little, Paris: +33 1 55 74 29 11 Executive summary Strategic reorientation: unavoidable, and beneficial in the near term... More than ever, European telecom operators must juggle between shrinking revenues in their traditional businesses on the one hand, and opportunities to capture growth in attractive new markets on the other, driven by the development of fixed and mobile broadband. Against this background, carriers will step up initiatives to cut costs and secure growth. They are gradually acknowledging that they cannot be present at every link in the value chain, and that even on those links that constitute their core business, they can create more value by joining forces with partners. This should result in a variety of ‘innovations’, such as: – outsourcing of passive and even active infrastructures and/or network sharing in both fixed line and mobile; – development of wholesale businesses and virtual operators (MVNOs, MVNEs, FVNOs, CVNOs1, etc.); – partnerships with media groups and increasingly with Internet leaders. These movements will: – enable companies to trim costs and capex: all else being equal, the outsourcing of passive or active infrastructures and network sharing can increase carriers’ operating free cash flow by up to 10%; – stimulate market growth: partnerships with media groups and Internet leaders have demonstrated that they can stimulate usage without incurring a significant risk of cannibalisation in the near term.
    [Show full text]
  • Annual Report & Accounts 1998
    Annual report and accounts 1998 Chairman’s statement The 1998 financial year proved to be a very Turnover has grown by 4.7 per cent and we important chapter in the BT story, even if not have seen strong growth in demand. Customers quite in the way we anticipated 12 months ago. have benefited from sound quality of service, price cuts worth over £750 million in the year, This time last year, we expected that there was a and a range of new and exciting services. Our good chance that our prospective merger with MCI Internet-related business is growing fast and we Communications Corporation would be completed are seeing considerable demand for second lines by the end of the calendar year. In the event, of and ISDN connections. We have also announced course, this did not happen. WorldCom tabled a a major upgrade to our broadband network to considerably higher bid for MCI and we did not match the ever-increasing volumes of data we feel that it would be in shareholders’ best interests are required to carry. to match it. Earnings per share were 26.7 pence and I am In our view, the preferable course was to pleased to report a final dividend for the year of accept the offer WorldCom made for our 20 per 11.45 pence per share, which brings the total cent holding in MCI. On completion of the dividend for the year to 19 pence per share, MCI/WorldCom merger, BT will receive around which is as forecast. This represents an increase US$7 billion (more than £4 billion).
    [Show full text]
  • 6330-MX / 6335-MX Table of Contents
    6330-MX / 6335-MX Table of Contents User Manual Package Contents.......................................................................................................................... 5 Exchanging Power Tips...............................................................................................................10 Hardware Features .....................................................................................................................11 Plug-In LTE Modem .....................................................................................................................14 Device Status LEDs......................................................................................................................16 Site Survey....................................................................................................................................19 Physical Installation ....................................................................................................................20 Network Integration ...................................................................................................................22 Default Settings ...........................................................................................................................23 Configuring Device......................................................................................................................25 Local Device Management.........................................................................................................26
    [Show full text]
  • Roaming User Guide
    Data Roaming Tips Singtel helps you stay seamlessly connected with data roaming overseas while avoiding bill shock from unexpected roaming charges. The information below can help you make smart data roaming decisions, allowing you to enjoy your trip with peace of mind. 1. Preferred Network Operators and LTE Roaming ...................................................................................... 2 2. USA Data Roaming Plan Coverage .......................................................................................................... 13 3. Network Lock .............................................................................................................................................. 14 4. My Roaming Settings................................................................................................................................. 16 5. Data Roaming User Guide ......................................................................................................................... 16 1. Preferred Network Operators and LTE Roaming The following table lists our preferred operators offering Singtel data roaming plans and indicates their handset display names. Country Roaming Plans Operator Handset Display Albania Daily Vodafone (LTE) VODAFONE AL / voda AL / AL-02 / 276-02 Anguilla Daily Cable & Wireless C&W / 365 840 Antigua and Daily Cable & Wireless C&W / 344 920 Barbuda CLARO Argentina / CTIARG / AR310 / Claro (LTE) Claro AR Argentina Daily Telefonica (LTE) AR 07 / 722 07 / unifon / movistar Armenia Daily VEON (LTE)
    [Show full text]
  • Prepared for Upload GCD Wls Networks
    LTE‐ Region Country Operator LTE 5G Advanced Asia & Pacific 165 75 39 American Samoa Total 22 0 American Samoa Telecom (BlueSky American Samoa Communications) 11 0 American Samoa Telecommunications American Samoa Authority (ASTCA) 11 0 Australia Total 64 4 Australia Optus Mobile 21 1 Australia Optus Mobile 21 1 Australia Telstra (incl. Belong) 11 1 Vodafone Australia (TPG Telecom Australia Limited) 11 1 Bangladesh Total 41 0 Bangladesh Banglalink 10 0 Bangladesh GrameenPhone (GP) 10 0 Bangladesh Robi Axiata 11 0 Bangladesh Teletalk 10 0 Bhutan Total 20 0 Bhutan Bhutan Telecom (BT) 10 0 Bhutan Tashi InfoComm (TashiCell) 10 0 Brunei Total 40 0 Datastream Technology (DST Brunei Communications) 10 0 Brunei imagine (formerly Telekom Brunei) 10 0 Brunei Progresif 10 0 Brunei Unified National Networks (UNN) 10 0 Cambodia Total 43 0 Cambodia CamGSM (Cellcard) 11 0 Cambodia SEATEL (yes) 10 0 Cambodia Smart Axiata 11 0 Cambodia Viettel Cambodia (Metfone) 11 0 China Total 61 3 China China Mobile 20 1 China China Telecom Corporation 21 1 China China Unicom 20 1 Cocos (Keeling) IslandTotal 00 0 Cook Islands Total 11 0 Vodafone Cook Islands (formerly Cook Islands Bluesky) 11 0 Fiji Total 22 0 Fiji Digicel Fiji 11 0 Fiji Vodafone Fiji 11 0 French Polynesia Total 30 0 French Polynesia Ora (Viti) 10 0 French Polynesia Vini 10 0 Vodafone French Polynesia (Pacific French Polynesia Mobile Telecom, PMT) 10 0 Guam Total 40 1 Guam Choice Phone (iConnect Guam) 10 0 Guam DOCOMO Pacific (Guam) 10 1 Guam GTA 10 0 Guam IT&E (Guam) 10 0 Hong Kong Total 64 4 China Mobile Hong Kong (CMHK, Hong Kong formerly Peoples) 21 1 Hong Kong HKT/PCCW (incl.
    [Show full text]
  • Dr. Neuhaus Telekommunikation Mobile Network Code
    Dr. Neuhaus Telekommunikation Mobile Network Code The Mobile Country Code (MCC) is the fixed country identification. The Mobile Network Code (MNC) defines a GSM‐, UMTS‐, or Tetra radio network provider. This numbers will be allocates June 2011 autonomus from each country. Only in the alliance of bothscodes (MCC + MNC) the mobile radio network can be identified. All informations without guarantee Country MCC MNC Provider Operator APN User Name Password Abkhazia (Georgia) 289 67 Aquafon Aquafon Abkhazia (Georgia) 289 88 A-Mobile A-Mobile Afghanistan 412 01 AWCC Afghan Afghanistan 412 20 Roshan Telecom Afghanistan 412 40 Areeba MTN Afghanistan 412 50 Etisalat Etisalat Albania 276 01 AMC Albanian Albania 276 02 Vodafone Vodafone Twa guest guest Albania 276 03 Eagle Mobile Albania 276 04 Plus Communication Algeria 603 01 Mobilis ATM Algeria 603 02 Djezzy Orascom Algeria 603 03 Nedjma Wataniya Andorra 213 03 Mobiland Servei Angola 631 02 UNITEL UNITEL Anguilla (United Kingdom) 365 10 Weblinks Limited Anguilla (United Kingdom) 365 840 Cable & Antigua and Barbuda 344 30 APUA Antigua Antigua and Barbuda 344 920 Lime Cable Antigua and Barbuda 338 50 Digicel Antigua Argentina 722 10 Movistar Telefonica internet.gprs.unifon.com. wap wap ar internet.unifon Dr. Neuhaus Telekommunikation Mobile Network Code The Mobile Country Code (MCC) is the fixed country identification. The Mobile Network Code (MNC) defines a GSM‐, UMTS‐, or Tetra radio network provider. This numbers will be allocates June 2011 autonomus from each country. Only in the alliance of bothscodes (MCC + MNC) the mobile radio network can be identified. All informations without guarantee Country MCC MNC Provider Operator APN User Name Password Argentina 722 70 Movistar Telefonica internet.gprs.unifon.com.
    [Show full text]
  • Top up Agent Commissions-1.Xlsx
    Zone Country Carrier Available Denominations (in USD) Zone 1 Mexico Iusacell 15, 20, 50 Zone 1 Mexico Movistar 12, 20, 50 Zone 1 Mexico Nextel 20, 50 Zone 1 Mexico Telcel 15, 20, 50 Zone 1 Mexico Unefon 15, 20, 50 Zone 2 Benin MTN 15 Zone 2 Cameroon MTN 15 Zone 2 Canada CallDirek 5 , 10 , 12 , 14 , 15 , 20 , 25 , 36 , 50 , 100 Zone 2 Egypt Etisalat 5 , 10 , 12 , 14 , 15 , 20 , 25 , 36 , 50 Zone 2 Indonesia Bakrie Esia 14 Zone 2 Indonesia Telkom Flexi 14 Zone 2 Ivory Coast MTN 15 Zone 2 Mexico Iusacell 5, 10 Zone 2 Mexico Movistar 10 Zone 2 Mexico Nextel 5, 10 Zone 2 Mexico Telcel 5, 10 Zone 2 Mexico Unefon 5, 10 Zone 2 Pakistan Mobilink 14 Zone 2 Pakistan Telenor 14 Zone 2 Pakistan Ufone 14 Zone 2 Pakistan Warid 14 Zone 2 Pakistan ZONG 14 Zone 2 Republic of Congo MTN 15 Zone 2 Rwanda MTN 50 Zone 2 Vietnam Beeline (Gtel) 12 Zone 2 Vietnam EVN Telecom 12 Zone 2 Vietnam MobiFone 12 Zone 2 Vietnam Sfone 12 Zone 2 Vietnam VietnamMobile 12 Zone 2 Vietnam VinaPhone 12 Zone 3 Afghanistan Etisalat 12, 36 Zone 3 Afghanistan Roshan 36 Zone 3 Brazil Claro 5 Zone 3 Brazil Vivo 5 Zone 3 Costa Rica Kolbi 12 Zone 3 Ecuador Alegro 12, 36 Zone 3 Ecuador Claro 12, 36 Zone 3 Ecuador Movistar 12, 36 Zone 3 Egypt Mobinil 5 , 10 , 12 , 14 , 15 , 20 , 25 , 36 , 50 , 100 Zone 3 Egypt Vodafone 5 , 10 , 12 , 14 , 15 , 20 , 25 , 36 Zone 3El Salvador Intelfon/Red 12 Zone 3El Salvador Movistar 12 Zone 3 Fiji Vodafone 36 Zone 3 Guinea MTN (Conakry) 10, 20 Zone 3 India Aircel 12 Zone 3 India Bharti Airtel 12 Zone 3 India Idea Cellular 12 Zone 3 India Loop Mobile 12 Zone
    [Show full text]
  • Live Plan International Roaming Rates
    Appendix L – International Roaming Rates, Preferred Network Carriers and 7 Day International Roaming Packs International Roaming is available in some countries using your Post-paid service. For your roaming to work, it must be turned on. Our post-paid services have roaming turned off by default. International Roaming Data is not available on PAYG Roaming Option. The cost shown below for sending an SMS message is based on SMS of 160 characters in length. SMS that are more than 160 characters in length will occur additional charges. SMS that contain special characters (such as emoji’s) may increase the number of characters used in the SMS or may also convert to MMS. These rates are effective 9th December 2020 and are subject to variation in accordance with our plan terms and conditions. 7 Day International Roaming Pack (7 Day Pack) 7 DAY EXPIRY IR PACK (Cost for 7 Included Calls Excess Data Pack DAYS) (blocks of 60sec) Included SMS Included Data (250MB) $49.00 60 minutes 100 2GB $5.00 7 Day International Roaming Packs (7 Day Packs) are available in selected overseas countries as outlined in table provided below. Our 7 Day Packs have a 7 day expiry. The pack includes data, SMS, and voice calls. 60 minutes included calls is for both incoming and outgoing calls. Once you have consumed your included call allowance, you will be charged excess PAYG if you continue to use your service. These rates are outlined in the table below. 100 included SMS is for SMS that you send. Receiving SMS while overseas is free.
    [Show full text]