US20160277907A1 - Web gateway multi-carrier support - Google Patents

Web gateway multi-carrier support Download PDF

Info

Publication number
US20160277907A1
US20160277907A1 US15/167,043 US201615167043A US2016277907A1 US 20160277907 A1 US20160277907 A1 US 20160277907A1 US 201615167043 A US201615167043 A US 201615167043A US 2016277907 A1 US2016277907 A1 US 2016277907A1
Authority
US
United States
Prior art keywords
carrier
message
destination
routing
format table
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US15/167,043
Inventor
Richard Smith
Nikhil Bhadange
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
TeleCommunication Systems Inc
Original Assignee
TeleCommunication Systems Inc
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by TeleCommunication Systems Inc filed Critical TeleCommunication Systems Inc
Priority to US15/167,043 priority Critical patent/US20160277907A1/en
Publication of US20160277907A1 publication Critical patent/US20160277907A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/12Messaging; Mailboxes; Announcements
    • H04W4/14Short messaging services, e.g. short message services [SMS] or unstructured supplementary service data [USSD]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/06Message adaptation to terminal or network requirements
    • H04L51/066Format adaptation, e.g. format conversion or compression
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W4/00Services specially adapted for wireless communication networks; Facilities therefor
    • H04W4/18Information format or content conversion, e.g. adaptation by the network of the transmitted or received information for the purpose of wireless delivery to users or terminals
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W88/00Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
    • H04W88/16Gateway arrangements
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/58Message adaptation for wireless communication
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W88/00Devices specially adapted for wireless communication networks, e.g. terminals, base stations or access point devices
    • H04W88/18Service support devices; Network management devices
    • H04W88/184Messaging devices, e.g. message centre

Definitions

  • This invention relates generally to wireless carriers, Internet service providers (ISPs), and information content delivery services/providers. More particularly, it relates to gateways between a wireless network and the Internet for routing messages to wireless devices.
  • ISPs Internet service providers
  • gateways between a wireless network and the Internet for routing messages to wireless devices.
  • SMSCs Short Message Service Centers
  • FIG. 5 shows a conventional gateway providing Internet access to a wireless network through a short message service center (SMSC).
  • SMSC short message service center
  • a gateway 900 implemented in a wireless network translates between HTTP protocol messages, SMPP protocol messages, and/or email messages from wireless devices serviced by one Carrier's wireless network 130 via an SMSC 120 , and devices serviced by another Carrier's wireless network through another gateway 971 on the Internet 190 .
  • Conventional gateway 900 architecture provides a communication path between fixed protocol types, e.g., between HTTP protocol messages and SMPP protocol messages, based on known formats of destination Carriers.
  • Separate gateway application programming interfaces (APIs) are developed to communicate with other protocol types, and those separate API's are conventionally ‘hard-coded’ into the gateway 900 .
  • the gateway 900 formats the messages in a way which is known to conform to the needs of the other carrier using the other gateway 971 .
  • every carrier to which a short message may be transmitted to has its own class file.
  • the gateway application code will necessarily include, e.g., one hundred (100) class files, one for each carrier.
  • a short message distribution center comprises an incoming message queue, a carrier format table, and a destination link.
  • the carrier format table comprises information relating to a plurality of different carrier formats each relating to a destination gateway of a relevant destination carrier.
  • a method of abstracting destination carrier format from a wireless Internet gateway in accordance with yet another aspect of the present invention comprises receiving an incoming short message.
  • Destination carrier information is retrieved from the incoming short message.
  • Destination carrier format information is retrieved from a carrier format table based on a match to the retrieved destination carrier information.
  • FIG. 1 shows an exemplary message distribution center in a wireless gateway including a carrier format table and destination link, in accordance with the principles of the present invention.
  • FIG. 2 shows an exemplary overview of message flow relating to the message distribution center shown in FIG. 1 .
  • FIG. 3 shows an exemplary destination link and related modules of a wireless gateway such as that shown in FIG. 1 .
  • FIGS. 4 a through 4 c show an exemplary implementation of the destination link and related modules shown in FIG. 3 .
  • FIG. 5 shows a conventional gateway providing Internet access to a wireless network through a short message service center (SMSC).
  • SMSC short message service center
  • Multi-Carrier support is a feature of a wireless Internet gateway (WIG) that allows the WIG to send messages to any number of ‘peer’ gateways on the Internet in a conveniently reconfigurable manner.
  • WIG wireless Internet gateway
  • the WIG includes a ‘Message Distribution Center’ (MDC), through which short messages can be routed to the gateways of other wireless carriers based on carrier formats stored in an abstracted carrier format table.
  • MDC Message Distribution Center
  • the conventional technique of separate classes written for each carrier is replaced by entries in a look-up table format, to provide a more easily adaptable wireless gateway.
  • a suitable wireless Internet gateway is disclosed in co-owned U.S. application Ser. No. 09/630,762, filed Aug. 2, 2000, entitled “Wireless Internet Gateway”, to Richard Smith, the entirety of which is expressly incorporated herein by reference.
  • the present invention enables a WIG to communicate with the gateways of other carriers (particularly other wireless carriers) having different and occasionally changing kinds of message destinations using different and occasionally changing protocols.
  • information regarding other carriers may be added, changed, and/or removed from a wireless short messaging system network by simply modifying a configuration property file relating to message formats for each other carrier, rather than the conventional technique of providing each carrier with its own class, avoiding the conventional need to reprogram relevant sending gateways.
  • FIG. 1 shows an exemplary message distribution center in a wireless gateway including a carrier format table and destination link, in accordance with the principles of the present invention.
  • short messages of various protocols are received by respective protocol receivers 130 - 132 , and fed into a message queue 120 .
  • the various protocol receivers may relate, e.g., to email, HTTP get, etc.
  • a message distribution center 102 portion of a wireless Internet gateway receives the queued short messages from the message queue 120 , e.g., on a first come-first served basis.
  • the queued messages are interrogated by the message distribution center 102 to determine their destination carrier.
  • One appropriate interrogation method is, e.g., in the case of a page or voice message, to map the area code and exchange number of the destination telephone number to a particular carrier. This is performed in the area code/exchange mapper 104 , in communication with the message distribution center 102 .
  • the WIG may determine the destination gateway by the area code and exchange of the destination device (NPA/NXX). For example, short messages to numbers beginning with 443994 are automatically routed to AT&T Wireless ServicesTM. For devices with non-10 digit destination numbers (e.g., some pagers), standard numbers are prefixed to the actual destination in order to make it 10 digits.
  • the preferred format and other carrier specific information is determined from a carrier format table 100 . Then, given the carrier specific information obtained from the carrier format table 100 , the messages are sent to a destination link 106 for transmission via the appropriate protocol to the appropriate destination via the Internet 110 .
  • the carrier format table 100 includes a carrier property configuration file or carrier format file, e.g., ‘GWDEST.properties’.
  • the GWDEST.properties file is used to define carriers in a wireless short messaging system, together with the particular properties that go along with each carrier.
  • While the present embodiment describes a carrier property file named GWDEST.properties, the carrier format table may have any name within the scope of the present invention.
  • the GWDEST.properties file specifies the various settings that are necessary to support a particular carrier.
  • the internal queue 120 simply sends messages to a generic Interface, which can be implemented in any number of ways.
  • the interface defines basic messaging requirements, such as ‘sendTextMessage’ and ‘makeConnection’.
  • a WIG in accordance with the principles of the present invention is able to support multiple destinations (carriers) in an easily updatable fashion because the potential carrier destinations are internally abstracted away from their associated protocols.
  • the destination link interface 106 transparently routes short messages to other destination objects representing each possible peer gateway.
  • Peer gateway objects are created from classes that capture the underlying protocol to use. For example, SMTP, HTTP Post and HTTP Get.
  • the carrier format table 100 configuration file preferably includes the universal resource locator (URL) and form field names, together with information regarding whether the carrier is communicated with, e.g., using HTTP GET, HTTP POST, or Email.
  • URL universal resource locator
  • carrier specific properties of all carriers in a network are entered into the carrier format table, e.g., into the GWDEST.properties file.
  • the GWDEST.properties file may be updated on a periodic basis as necessary, without the need to affect other operations of the gateway.
  • GWDEST.properties including destination information for seven (7) carriers.
  • the principles of the present invention relate to a configuration file containing fewer or many, many more carrier entries, e.g., hundreds. Note that the number of entries for each carrier may change, depending upon the particular carrier.
  • Each carrier entry in the exemplary configuration file 100 may start with the carrier's ID number as set in an appropriate database.
  • the ClassName currently takes one of three forms, although additional forms may be possible.
  • the ClassName relates to the method of communication to the relevant carrier.
  • a ClassName of GWDestHttpGet indicates that the carrier communicates with an HTTP GET command, and handles carriers that use HTTP GET.
  • a ClassName of GWDestHttpPost indicates that the carrier communicates with an HTTP POST command, and handled carriers that use HTTP POST.
  • a ClassName of GWDestEmail indicates that the carrier communicates via Email, and handles carriers that use email.
  • the CarrierName parameter may be 2 or 3 letter code unique to the particular carrier.
  • the CarrierNameLong parameter may be the full proper name of the particular carrier.
  • the MaxLen parameter may be used to indicate the maximum length of the short message which may be supported by the relevant carrier.
  • the BaseURL parameter may be the URL used for messaging with the particular carrier.
  • the numFields parameter is the number of form fields that the carrier's messaging page has.
  • X_fieldNumY ourVariableName their VariableName, where ourVariableName can be any of the following types: min, callback, subject, message, priority, areaCode, exchange, extension, phoneNumber, and miscVar.
  • the carrier's variables are mapped into the variables of the sending carrier.
  • the sub-parameter miscVar may be used for any variable that does not have a dynamically assigned value.
  • FIG. 2 shows an exemplary overview of message flow relating to the message distribution center shown in FIG. 1 .
  • a message is sent by the sender to one of the protocol receivers 130 - 132 , as shown in message 201 .
  • the relevant protocol receiver 130 - 132 adds the message to the queue 120 , as shown in message 202 .
  • message 203 the message is forwarded by the queue 120 to the message distribution center 102 .
  • the message distribution center 102 interrogates the message to determine the intended destination, and looks up the particular destination from an appropriate database, e.g., the area code/exchange mapper 104 , as depicted in message 204 .
  • the message distribution center 102 delivers the message to the abstracted destination link 106 , for delivery to the relevant destination.
  • multi-carrier support relates to the definition and use of special classes in the “Abstract Destination” (IGWSNLink) that know how to deliver messages to various “Peer” wireless internet gateways using, e.g., SMTP, HTTP, or other (even future) protocols.
  • IGWSNLink Abstract Destination
  • FIG. 3 shows an exemplary destination link 106 and related modules of a wireless Internet gateway such as that shown in FIG. 1 .
  • the destination link 106 includes a destination link cluster module 320 , a Gateway destination link module called GWDestLink:IGWSNLink 330 , a GWDestResource 340 , and a Routing Database 350 .
  • the destination link 106 also includes peer modules, including a PeerDestination:IGWSNLink 360 which utilizes an appropriate format module, e.g., Email Dest:PeerGWDestination module 370 which communicates via email, Post Dest:PeerGWDestination module 380 which communicates via POST commands, and Get Dest:PeerGWDestination module 390 which communicates via GET commands.
  • a PeerDestination:IGWSNLink 360 which utilizes an appropriate format module, e.g., Email Dest:PeerGWDestination module 370 which communicates via email, Post Dest:PeerGWDestination module 380 which communicates via POST commands, and Get Dest:PeerGWDestination module 3
  • a message may be sent to the destination link GWDestLink 106 .
  • the message is sent using, e.g., a sendTextMes sage 301 , to the GWDestLink 330 .
  • the GWDestLink 330 aggregates many peer destinations. For instance, the GWDestLink 330 gets information from a GWDestResource 340 , to create a peer destination, as shown in message 302 .
  • the GWDestResource 340 may be used to dynamically create peer destinations and to assign attributes such as which servers to communicate with, the format to use to communicate, etc.
  • the GWDestLink 330 forwards the message to the appropriate peer destination which is to handle transmission of the message to another gateway over the Internet 110 using the appropriate protocol, e.g., Email, HPPT post, etc., which in turn provide an appropriate message 305 a - 305 c to the PeerDestination:IGWSNLink module 360 .
  • the appropriate protocol e.g., Email, HPPT post, etc.
  • FIG. 4 shows an exemplary implementation of the destination link and related modules shown in FIG. 3 .
  • the enabling WIG technology disclosed here allows short messages (e.g., email, voice mail, HTTP post, etc.) to be transparently routed to the appropriate destination gateway using a configurable carrier format table. It also allows the message length to be formulated to reflect the destination, e.g., a 400-character message can be sent in whole to a Bell South IPS pager, whereas the same message would be split into 4 separate 100 characters messages when sent to a Sprint Phone.

Abstract

The present invention provides multi-carrier support in a wireless Internet gateway (WIG) that allows the WIG to send messages to any number of ‘peer’ gateways on the Internet in a conveniently reconfigurable manner. The disclosed embodiments include a ‘Message Distribution Center’ (MDC), through which short messages can be routed to the gateways of other wireless carriers based on carrier formats stored in an abstracted carrier format table. The conventional technique of separate classes written for each carrier is replaced by entries in a look-up table format, to provide a more easily adaptable wireless gateway. Thus, occasional updates of the carrier format table need only be updated, rather than the wireless Internet gateway program, reducing down time for updates, reducing the complexity of updates, and improving the reliability of a wireless Internet gateway in the face of changes for one or more carriers in a wireless network.

Description

    RELATED APPLICATIONS
  • This application is a continuation of U.S. patent application Ser. No. 14/619,399, filed 11 Feb. 2015; which is a continuation of U.S. patent application Ser. No. 11/902,714, filed 25 Sep. 2007 (now U.S. Pat. No. 9,002,951, issued 7 Apr. 2015); which is a continuation of U.S. patent application Ser. No. 09/716,944, filed 22 Nov. 2000 (now U.S. Pat. No. 7,519,654, issued 14 Apr. 2009), all of which are incorporated herein in their entirety.
  • BACKGROUND OF THE INVENTION
  • 1. Field of the Invention
  • This invention relates generally to wireless carriers, Internet service providers (ISPs), and information content delivery services/providers. More particularly, it relates to gateways between a wireless network and the Internet for routing messages to wireless devices.
  • 2. Background of Related Art
  • Short Message Service Centers (SMSCs) deliver short messages through wireless networks. Typically they operate on highly valuable server platforms that are protected deep within a wireless carrier's network, and communicate via specialized protocols.
  • FIG. 5 shows a conventional gateway providing Internet access to a wireless network through a short message service center (SMSC).
  • In particular, as shown in FIG. 5, a gateway 900 implemented in a wireless network translates between HTTP protocol messages, SMPP protocol messages, and/or email messages from wireless devices serviced by one Carrier's wireless network 130 via an SMSC 120, and devices serviced by another Carrier's wireless network through another gateway 971 on the Internet 190. Conventional gateway 900 architecture provides a communication path between fixed protocol types, e.g., between HTTP protocol messages and SMPP protocol messages, based on known formats of destination Carriers. Separate gateway application programming interfaces (APIs) are developed to communicate with other protocol types, and those separate API's are conventionally ‘hard-coded’ into the gateway 900.
  • For instance, to pass communications from devices in the wireless network 130 serviced by a first carrier to devices in another wireless network serviced by another carrier, the gateway 900 formats the messages in a way which is known to conform to the needs of the other carrier using the other gateway 971.
  • Unfortunately, as any particular wireless carrier's resources change, software updates may be required in a transmitting gateway to conform to the format of the newly changed receiving carrier's gateway. This requires the sending gateways to undergo a tremendous amount of development work as a result of the addition of new network elements, particularly wireless network elements.
  • In conventional systems, every carrier to which a short message may be transmitted to has its own class file. Thus, if there are, e.g., one hundred (100) carriers accessible from a particular wireless network, then the gateway application code will necessarily include, e.g., one hundred (100) class files, one for each carrier.
  • Of course, as time goes on, some new carriers may enter a wireless network, some existing carriers may change configurations, and still other carriers may leave a wireless network. Each of these events relating to any of the carriers requires new or updated source code (e.g., new java code) in the sending gateway relating to a change in the relevant class file. This results in additional effort and/or down time in the gateways of one or all gateways between wireless networks and the Internet to accommodate the changes and/or additions to adjust the relevant application program class files.
  • There is a need for a technique and architecture to provide a unified means for routing message destinations to the gateways of other wireless carriers.
  • SUMMARY OF THE INVENTION
  • In accordance with the principles of the present invention, a short message distribution center comprises an incoming message queue, a carrier format table, and a destination link. The carrier format table comprises information relating to a plurality of different carrier formats each relating to a destination gateway of a relevant destination carrier.
  • A method of abstracting destination carrier format from a wireless Internet gateway in accordance with yet another aspect of the present invention comprises receiving an incoming short message. Destination carrier information is retrieved from the incoming short message. Destination carrier format information is retrieved from a carrier format table based on a match to the retrieved destination carrier information.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • Features and advantages of the present invention will become apparent to those skilled in the art from the following description with reference to the drawings, in which:
  • FIG. 1 shows an exemplary message distribution center in a wireless gateway including a carrier format table and destination link, in accordance with the principles of the present invention.
  • FIG. 2 shows an exemplary overview of message flow relating to the message distribution center shown in FIG. 1.
  • FIG. 3 shows an exemplary destination link and related modules of a wireless gateway such as that shown in FIG. 1.
  • FIGS. 4a through 4c show an exemplary implementation of the destination link and related modules shown in FIG. 3.
  • FIG. 5 shows a conventional gateway providing Internet access to a wireless network through a short message service center (SMSC).
  • DETAILED DESCRIPTION OF ILLUSTRATIVE EMBODIMENTS
  • Multi-Carrier support is a feature of a wireless Internet gateway (WIG) that allows the WIG to send messages to any number of ‘peer’ gateways on the Internet in a conveniently reconfigurable manner. In accordance with the principles of the present invention, the WIG includes a ‘Message Distribution Center’ (MDC), through which short messages can be routed to the gateways of other wireless carriers based on carrier formats stored in an abstracted carrier format table. The conventional technique of separate classes written for each carrier is replaced by entries in a look-up table format, to provide a more easily adaptable wireless gateway.
  • Thus, in accordance with the principles of the present invention, occasional updates of the carrier format table need only be updated, rather than the wireless Internet gateway program, reducing down time for updates, reducing the complexity of updates, and improving the reliability of a wireless Internet gateway in the face of changes for one or more carriers in a wireless network.
  • A suitable wireless Internet gateway is disclosed in co-owned U.S. application Ser. No. 09/630,762, filed Aug. 2, 2000, entitled “Wireless Internet Gateway”, to Richard Smith, the entirety of which is expressly incorporated herein by reference.
  • The present invention enables a WIG to communicate with the gateways of other carriers (particularly other wireless carriers) having different and occasionally changing kinds of message destinations using different and occasionally changing protocols.
  • In accordance with the principles of the present invention, information regarding other carriers (i.e., destinations) may be added, changed, and/or removed from a wireless short messaging system network by simply modifying a configuration property file relating to message formats for each other carrier, rather than the conventional technique of providing each carrier with its own class, avoiding the conventional need to reprogram relevant sending gateways.
  • FIG. 1 shows an exemplary message distribution center in a wireless gateway including a carrier format table and destination link, in accordance with the principles of the present invention.
  • In particular, as shown in FIG. 1, short messages of various protocols are received by respective protocol receivers 130-132, and fed into a message queue 120. The various protocol receivers may relate, e.g., to email, HTTP get, etc. A message distribution center 102 portion of a wireless Internet gateway receives the queued short messages from the message queue 120, e.g., on a first come-first served basis.
  • The queued messages are interrogated by the message distribution center 102 to determine their destination carrier. One appropriate interrogation method is, e.g., in the case of a page or voice message, to map the area code and exchange number of the destination telephone number to a particular carrier. This is performed in the area code/exchange mapper 104, in communication with the message distribution center 102.
  • The WIG may determine the destination gateway by the area code and exchange of the destination device (NPA/NXX). For example, short messages to numbers beginning with 443994 are automatically routed to AT&T Wireless Services™. For devices with non-10 digit destination numbers (e.g., some pagers), standard numbers are prefixed to the actual destination in order to make it 10 digits.
  • In accordance with the principles of the present invention, once a carrier is determined from the short message, the preferred format and other carrier specific information is determined from a carrier format table 100. Then, given the carrier specific information obtained from the carrier format table 100, the messages are sent to a destination link 106 for transmission via the appropriate protocol to the appropriate destination via the Internet 110.
  • In the disclosed embodiments, the carrier format table 100 includes a carrier property configuration file or carrier format file, e.g., ‘GWDEST.properties’. The GWDEST.properties file is used to define carriers in a wireless short messaging system, together with the particular properties that go along with each carrier.
  • While the present embodiment describes a carrier property file named GWDEST.properties, the carrier format table may have any name within the scope of the present invention. The GWDEST.properties file specifies the various settings that are necessary to support a particular carrier.
  • The internal queue 120 simply sends messages to a generic Interface, which can be implemented in any number of ways. The interface defines basic messaging requirements, such as ‘sendTextMessage’ and ‘makeConnection’.
  • A WIG in accordance with the principles of the present invention is able to support multiple destinations (carriers) in an easily updatable fashion because the potential carrier destinations are internally abstracted away from their associated protocols. For the multi-carrier support feature in accordance with the principles of the present invention, the destination link interface 106 transparently routes short messages to other destination objects representing each possible peer gateway. Peer gateway objects are created from classes that capture the underlying protocol to use. For example, SMTP, HTTP Post and HTTP Get.
  • The carrier format table 100 configuration file preferably includes the universal resource locator (URL) and form field names, together with information regarding whether the carrier is communicated with, e.g., using HTTP GET, HTTP POST, or Email.
  • In the disclosed embodiment, carrier specific properties of all carriers in a network are entered into the carrier format table, e.g., into the GWDEST.properties file. The GWDEST.properties file may be updated on a periodic basis as necessary, without the need to affect other operations of the gateway.
  • The following is an example configuration file called GWDEST.properties, including destination information for seven (7) carriers. Of course, the principles of the present invention relate to a configuration file containing fewer or many, many more carrier entries, e.g., hundreds. Note that the number of entries for each carrier may change, depending upon the particular carrier.
  • numOfCarriers=7
    0_className=tcs.ain.smsgw.gwdest.GWDestHttpGet
    0_carrierName=AT
    0_carrierNameLong=AirTouch
    0_baseURL=http://webmsg.airtouch.com/cgi-
    bin/smspowerband_parse_genmail
    0_maxLen=120
    0_numFields=3
    0_fieldNum0=min NUM
    0_fieldNum1=callback from
    0_fieldNum2=message MSG
    1_className=tcs.ain.smsgw.gwdest.GWDestHttpGet
    1_carrierName=AMT
    1_carrierNameLong=Ameritech
    1_baseURL=http://paging.acswireless.com/cgi-bin/page.cgi
    1_maxLen=120
    1_numFields=5
    1_fieldNum0=miscVar template=paging
    1_fieldNum1=miscVar email=httpd@ameritech.exmachina.comm
    1_fieldNum2=min pin
    1_fieldNum3=callback from
    1_fieldNum4=message message
    2_className=tcs.ain.smsgw.gwdest.GWDestHttpPost
    2_carrierName=ATT
    2_carrierNameLong=AT&T Wireless
    2_baseURL=http://www.mobile.att.net/mc/mc_pagersend.cgi
    2_maxLen=110
    2_numFields=5
    2_fieldNum0=miscVar htmlsource=nonMsg.html
    2_fieldNum1=min pin
    2_fieldNum2=miscVar returnpage=default
    2_fieldNum3=callback from
    2_fieldNum4=message message
    3_className=tcs.ain.smsgw.gwdest.GWDestHttpGet
    3_carrierName=BAM
    3_carrierNameLong=Bell Atlantic Mobile
    3_baseURL=http://www3.bam.com/cgi-bin/sms/sms.cgi
    3_maxLen=120
    3_numFields=5
    3_fieldNum0=miscVar msg_type=messaging
    3_fieldNum1=areaCode area_code
    3_fieldNum2=exchange exchange
    3_fieldNum3=extension extension
    3_fieldNum4=message message
    4_className=tcs.ain.smsgw.gwdest.GWDestHttpGet
    4_carrierName=BS
    4_carrierNameLong=BellSouth
    4_baseURL=http://www.sms.bellsouth.com/sendnow.cgi
    4_maxLen=155
    4_numFields=2
    4_fieldNum0=min min
    4_fieldNum1=message msg
    5_className=tcs.ain.smsgw.gwdest.GWDestEmail
    5_carrierName=PB
    5_carrierNameLong=PacBell
    5_maxLen=110
    5_baseURL=@pacbellpcs.net
    5_appendDigits=1
    6_className=tcs.ain.smsgw.gwdest.GWDestEmail
    6_carrierName=OT
    6_carrierNameLong=Omnipoint
    # append a ‘1‘ to the number for the email address
    6_appendDigits=1
    6_baseURL=@omnipoint.net
    6_maxLen=60
  • To show the flexibility of the GWDEST.properties file, and the carrier format table 100 in general, the following is an alternative entry for carrier No. 6:
  • # This is the web page link for Omnipoint.
    #6_className=tcs.ain.smsgw.gwdest.GWDestHttpGet
    #6_carrierName=OT
    #6_carrierNameLong=OmniPoint
    #6_baseURL=http://www.omnipoint.com/cgi-bin/message.cgi
    #6_appendDigits=1
    #6_maxLen=60
    #6_numFields=2
    #6_fieldNum0=min phone
    #6_fieldNum1=message message
  • Each carrier entry in the exemplary configuration file 100 may start with the carrier's ID number as set in an appropriate database.
  • The ClassName currently takes one of three forms, although additional forms may be possible. The ClassName relates to the method of communication to the relevant carrier.
  • In the disclosed embodiment, a ClassName of GWDestHttpGet indicates that the carrier communicates with an HTTP GET command, and handles carriers that use HTTP GET. A ClassName of GWDestHttpPost indicates that the carrier communicates with an HTTP POST command, and handled carriers that use HTTP POST. A ClassName of GWDestEmail indicates that the carrier communicates via Email, and handles carriers that use email.
  • The CarrierName parameter may be 2 or 3 letter code unique to the particular carrier.
  • The CarrierNameLong parameter may be the full proper name of the particular carrier.
  • The MaxLen parameter may be used to indicate the maximum length of the short message which may be supported by the relevant carrier.
  • The BaseURL parameter may be the URL used for messaging with the particular carrier.
  • The numFields parameter is the number of form fields that the carrier's messaging page has.
  • The format for the fieldNumX properties may be as follows:
  • X_fieldNumY=ourVariableName their VariableName, where ourVariableName can be any of the following types: min, callback, subject, message, priority, areaCode, exchange, extension, phoneNumber, and miscVar.
  • As disclosed, the carrier's variables are mapped into the variables of the sending carrier. The sub-parameter miscVar may be used for any variable that does not have a dynamically assigned value. When the URL is generated, it is spit out as is.
  • FIG. 2 shows an exemplary overview of message flow relating to the message distribution center shown in FIG. 1.
  • In particular, as shown in FIG. 2, a message is sent by the sender to one of the protocol receivers 130-132, as shown in message 201.
  • The relevant protocol receiver 130-132 adds the message to the queue 120, as shown in message 202.
  • In message 203, the message is forwarded by the queue 120 to the message distribution center 102.
  • The message distribution center 102 interrogates the message to determine the intended destination, and looks up the particular destination from an appropriate database, e.g., the area code/exchange mapper 104, as depicted in message 204.
  • In message 205, the message distribution center 102 delivers the message to the abstracted destination link 106, for delivery to the relevant destination.
  • The present invention focuses on the use of a carrier format table 100 by the destination link 106 to obtain the appropriate format for the destination carrier. In particular, “multi-carrier support” relates to the definition and use of special classes in the “Abstract Destination” (IGWSNLink) that know how to deliver messages to various “Peer” wireless internet gateways using, e.g., SMTP, HTTP, or other (even future) protocols.
  • FIG. 3 shows an exemplary destination link 106 and related modules of a wireless Internet gateway such as that shown in FIG. 1.
  • The destination link 106 includes a destination link cluster module 320, a Gateway destination link module called GWDestLink:IGWSNLink 330, a GWDestResource 340, and a Routing Database 350. The destination link 106 also includes peer modules, including a PeerDestination:IGWSNLink 360 which utilizes an appropriate format module, e.g., Email Dest:PeerGWDestination module 370 which communicates via email, Post Dest:PeerGWDestination module 380 which communicates via POST commands, and Get Dest:PeerGWDestination module 390 which communicates via GET commands.
  • As shown in FIG. 3, a message may be sent to the destination link GWDestLink 106. The message is sent using, e.g., a sendTextMes sage 301, to the GWDestLink 330.
  • The GWDestLink 330 aggregates many peer destinations. For instance, the GWDestLink 330 gets information from a GWDestResource 340, to create a peer destination, as shown in message 302. The GWDestResource 340 may be used to dynamically create peer destinations and to assign attributes such as which servers to communicate with, the format to use to communicate, etc.
  • As shown in message 304, the GWDestLink 330 forwards the message to the appropriate peer destination which is to handle transmission of the message to another gateway over the Internet 110 using the appropriate protocol, e.g., Email, HPPT post, etc., which in turn provide an appropriate message 305 a-305 c to the PeerDestination:IGWSNLink module 360.
  • FIG. 4 shows an exemplary implementation of the destination link and related modules shown in FIG. 3.
  • The enabling WIG technology disclosed here allows short messages (e.g., email, voice mail, HTTP post, etc.) to be transparently routed to the appropriate destination gateway using a configurable carrier format table. It also allows the message length to be formulated to reflect the destination, e.g., a 400-character message can be sent in whole to a Bell South IPS pager, whereas the same message would be split into 4 separate 100 characters messages when sent to a Sprint Phone.
  • While the invention has been described with reference to the exemplary embodiments thereof, those skilled in the art will be able to make various modifications to the described embodiments of the invention without departing from the true spirit and scope of the invention.

Claims (15)

What is claimed is:
1. A method of routing a message between different carrier networks, comprising:
receiving, at a physical message distribution center, an incoming text message from a wireless device of a first carrier network;
resolving destination carrier information from a destination address in said incoming text message;
retrieving destination carrier message format information from a carrier message format table comprising carrier specific format information for each possible destination carrier;
routing said received message to an external destination carrier gateway selected based on carrier specific information maintained in said carrier message format table; and
updating said carrier message format table to include an additional possible destination carrier.
2. The method of routing a message between different carrier networks according to claim 1, further comprising:
generating a peer destination class based on said carrier specific information maintained in said carrier message format table.
3. The method of routing a message between different carrier networks according to claim 1, wherein:
said carrier message format table is dynamically updateable.
4. The method of routing a message between different carrier networks according to claim 1, wherein said carrier message format table comprises:
a universal resource locator (URL) of a relevant destination carrier;
form field information; and
a communication protocol of said relevant destination carrier.
5. The method of routing a message between different carrier networks according to claim 1, wherein:
said text message is a short messaging system (SMS) text message.
6. A method of routing a message between different carrier networks, comprising:
receiving, at a physical message distribution center, an incoming text message from a wireless device of a first carrier network;
resolving destination carrier information from a destination address in said incoming text message;
retrieving destination carrier message format information from a carrier message format table comprising carrier specific format information for each possible destination carrier;
routing said received message to an external destination carrier gateway selected based on carrier specific information maintained in said carrier message format table; and
updating said carrier message format table to revise said carrier specific information maintained in said carrier message format table.
7. The method of routing a message between different carrier networks according to claim 6, further comprising:
generating a peer destination class based on said carrier specific information maintained in said carrier message format table.
8. The method of routing a message between different carrier networks according to claim 6, wherein:
said carrier message format table is dynamically updateable.
9. The method of routing a message between different carrier networks according to claim 6, wherein said carrier message format table comprises:
a universal resource locator (URL) of a relevant destination carrier;
form field information; and
a communication protocol of said external destination carrier gateway.
10. The method of routing a message between different carrier networks according to claim 6, wherein:
said text message is a short messaging system (SMS) text message.
11. A method of routing a message between different carrier networks, comprising:
extracting, from an incoming text message at a physical message distribution center, a destination address for said incoming message;
accessing a carrier format table associating a plurality of different carriers serviced by said physical message distribution center gateway and network types and protocols of particular ones of said plurality of different carriers, to determine a physical destination carrier gateway of said plurality of different carriers that is associated with said destination address; and
routing said incoming text message to said physical destination carrier gateway in accordance with information regarding said physical destination carrier gateway maintained in said carrier format table, said physical destination carrier gateway being selected for each incoming text message based on carrier specific information maintained in said carrier message format table.
12. The method of routing a message between different carrier networks according to claim 11, wherein:
said text message is a short messaging system (SMS) text message.
13. The method of routing a message between different carrier networks according to claim 11, further comprising:
generating a peer destination class based on information retrieved from said carrier format table.
14. The method of routing a message between different carrier networks according to claim 11, wherein:
said carrier format table is dynamically updateable.
15. The method of routing a message between different carrier networks according to claim 11, wherein said carrier message format table comprises:
a universal resource locator (URL) of a relevant destination carrier;
form field information; and
a communication protocol of said determined physical destination carrier gateway.
US15/167,043 2000-11-22 2016-05-27 Web gateway multi-carrier support Abandoned US20160277907A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US15/167,043 US20160277907A1 (en) 2000-11-22 2016-05-27 Web gateway multi-carrier support

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
US09/716,944 US7519654B1 (en) 2000-11-22 2000-11-22 Web gateway multi-carrier support
US11/902,714 US9002951B2 (en) 2000-11-22 2007-09-25 Web gateway multi-carrier support
US14/619,399 US20150215754A1 (en) 2000-11-22 2015-02-11 Web gateway multi-carrier support
US15/167,043 US20160277907A1 (en) 2000-11-22 2016-05-27 Web gateway multi-carrier support

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US14/619,399 Continuation US20150215754A1 (en) 2000-11-22 2015-02-11 Web gateway multi-carrier support

Publications (1)

Publication Number Publication Date
US20160277907A1 true US20160277907A1 (en) 2016-09-22

Family

ID=40133372

Family Applications (4)

Application Number Title Priority Date Filing Date
US09/716,944 Expired - Fee Related US7519654B1 (en) 2000-11-22 2000-11-22 Web gateway multi-carrier support
US11/902,714 Expired - Fee Related US9002951B2 (en) 2000-11-22 2007-09-25 Web gateway multi-carrier support
US14/619,399 Abandoned US20150215754A1 (en) 2000-11-22 2015-02-11 Web gateway multi-carrier support
US15/167,043 Abandoned US20160277907A1 (en) 2000-11-22 2016-05-27 Web gateway multi-carrier support

Family Applications Before (3)

Application Number Title Priority Date Filing Date
US09/716,944 Expired - Fee Related US7519654B1 (en) 2000-11-22 2000-11-22 Web gateway multi-carrier support
US11/902,714 Expired - Fee Related US9002951B2 (en) 2000-11-22 2007-09-25 Web gateway multi-carrier support
US14/619,399 Abandoned US20150215754A1 (en) 2000-11-22 2015-02-11 Web gateway multi-carrier support

Country Status (1)

Country Link
US (4) US7519654B1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11425244B2 (en) 2018-08-05 2022-08-23 Michael Francis Byrne Systems and methods for blockchain wireless services in a controlled environment

Families Citing this family (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7809382B2 (en) 2000-04-11 2010-10-05 Telecommunication Systems, Inc. Short message distribution center
US8073477B2 (en) * 2000-04-11 2011-12-06 Telecommunication Systems, Inc. Short message distribution center
US7522911B2 (en) 2000-04-11 2009-04-21 Telecommunication Systems, Inc. Wireless chat automatic status tracking
US7949773B2 (en) 2000-04-12 2011-05-24 Telecommunication Systems, Inc. Wireless internet gateway
US6891811B1 (en) * 2000-04-18 2005-05-10 Telecommunication Systems Inc. Short messaging service center mobile-originated to HTTP internet communications
US7519654B1 (en) * 2000-11-22 2009-04-14 Telecommunication Systems, Inc. Web gateway multi-carrier support
US8285880B2 (en) * 2001-11-30 2012-10-09 Oracle International Corporation Servicing requests that are issued in a protocol other than the protocol expected by the service
US8195205B2 (en) 2004-05-06 2012-06-05 Telecommunication Systems, Inc. Gateway application to support use of a single internet address domain for routing messages to multiple multimedia message service centers
US7991411B2 (en) * 2004-05-06 2011-08-02 Telecommunication Systems, Inc. Method to qualify multimedia message content to enable use of a single internet address domain to send messages to both short message service centers and multimedia message service centers
US20060271939A1 (en) * 2005-05-11 2006-11-30 Eric Joris Enterprise-to-enterprise integration
US20100263654A1 (en) * 2006-10-06 2010-10-21 Cusack William E Outdoor Cooker
US9483755B2 (en) 2008-03-04 2016-11-01 Apple Inc. Portable multifunction device, method, and graphical user interface for an email client
US7892792B2 (en) * 2008-06-27 2011-02-22 Indian Institute Of Science Cells expressing Pichia cytochrome C
US8626209B1 (en) 2009-06-29 2014-01-07 Cellco Partnership Systems and methods for forwarding messaging service messages
US8275351B1 (en) 2010-05-26 2012-09-25 Cellco Partnership Systems and method for automating a response from a mobile station
US8929854B2 (en) 2011-10-27 2015-01-06 Telecommunication Systems, Inc. Emergency text messaging
WO2016036509A1 (en) 2014-09-02 2016-03-10 Apple Inc. Electronic mail user interface

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5758088A (en) * 1995-05-08 1998-05-26 Compuserve Incorporated System for transmitting messages, between an installed network and wireless device
US5903726A (en) * 1996-06-26 1999-05-11 Mci Communications Corporation System using portion of a short message payload to identify short message service types and delivering the message if user subscribes to the services
US6424841B1 (en) * 1999-02-18 2002-07-23 Openwave Systems Inc. Short message service with improved utilization of available bandwidth
US6463145B1 (en) * 1999-01-29 2002-10-08 Microsoft Corporation Computer-implemented call forwarding options and methods therefor in a unified messaging system
US6507589B1 (en) * 1998-04-30 2003-01-14 Openwave Systems Inc. Method and apparatus for routing between network gateways and service centers
US6560456B1 (en) * 1999-05-24 2003-05-06 Openwave Systems, Inc. System and method for providing subscriber-initiated information over the short message service (SMS) or a microbrowser

Family Cites Families (248)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US1103073A (en) 1912-07-18 1914-07-14 American Telephone & Telegraph Emergency signaling system for telephone toll-collecting apparatus.
US4651156A (en) 1982-02-08 1987-03-17 Mcgraw-Edison Co. Integrated radio location and communication system
US4494119A (en) 1983-08-04 1985-01-15 122923 Canada Limited Distress radiolocation method and system
US4706275A (en) 1985-11-13 1987-11-10 Aerotel Ltd. Telephone system
US5050213A (en) 1986-10-14 1991-09-17 Electronic Publishing Resources, Inc. Database usage metering and protection system and method
US4891638A (en) 1987-10-30 1990-01-02 Motorola, Inc. Nationwide display pager with location readout
US5055851A (en) 1988-05-16 1991-10-08 Trackmobile, Inc. Vehicle location system
US4891650A (en) 1988-05-16 1990-01-02 Trackmobile Inc. Vehicle location system
US5177478A (en) 1988-06-24 1993-01-05 Kabushiki Kaisha Toshiba Paging system having an effective ID-code transferring function
US5014206A (en) 1988-08-22 1991-05-07 Facilitech International Incorporated Tracking system
US4952928A (en) 1988-08-29 1990-08-28 B. I. Incorporated Adaptable electronic monitoring and identification system
US5081667A (en) 1989-05-01 1992-01-14 Clifford Electronics, Inc. System for integrating a cellular telephone with a vehicle security system
US5068891A (en) 1989-05-31 1991-11-26 Marshall Marvin E Credit control system for long distance telephone services
US5454024A (en) 1989-08-31 1995-09-26 Lebowitz; Mayer M. Cellular digital packet data (CDPD) network transmission system incorporating cellular link integrity monitoring
US5214789A (en) 1989-11-17 1993-05-25 Uniden America Corporation Radio channel allocation based on location of mobile users
US5070329A (en) 1989-12-04 1991-12-03 Motorola, Inc. On-site communication system with rf shielding having pager identification capability
US5610815A (en) 1989-12-11 1997-03-11 Caterpillar Inc. Integrated vehicle positioning and navigation system, apparatus and method
US5193215A (en) 1990-01-25 1993-03-09 Olmer Anthony L Location signalling device for automatically placing a radio distress call
US5680313A (en) 1990-02-05 1997-10-21 Caterpillar Inc. System and method for detecting obstacles in a road
US5119104A (en) 1990-05-04 1992-06-02 Heller Alan C Location system adapted for use in multipath environments
WO1991018467A1 (en) 1990-05-22 1991-11-28 Cellular Technical Services Company Cellular phone rental system
US5144283A (en) 1990-06-18 1992-09-01 Kenneth P. Arens Energy efficient alarm system and regulative central control unit
GB9016277D0 (en) 1990-07-25 1990-09-12 British Telecomm Location and handover in mobile radio systems
US5239570A (en) 1990-07-25 1993-08-24 Teltone Corporation 9-1-1 Switched access system
US5043736B1 (en) 1990-07-27 1994-09-06 Cae Link Corp Cellular position location system
US5574648A (en) 1990-10-09 1996-11-12 Pilley; Harold R. Airport control/management system using GNSS-based methods and equipment for the control of surface and airborne traffic
IL95990A (en) 1990-10-15 1994-07-31 B V R Technologies Ltd Anti-collision warning system
US5161180A (en) 1990-10-19 1992-11-03 Chavous Robert O Call interceptor for emergency systems
US5243645A (en) 1990-11-01 1993-09-07 At&T Bell Laboratories Automatic system for forwarding of calls
US5293642A (en) 1990-12-19 1994-03-08 Northern Telecom Limited Method of locating a mobile station
US5068656A (en) 1990-12-21 1991-11-26 Rockwell International Corporation System and method for monitoring and reporting out-of-route mileage for long haul trucks
US5155689A (en) 1991-01-17 1992-10-13 By-Word Technologies, Inc. Vehicle locating and communicating method and apparatus
US5208756A (en) 1991-01-28 1993-05-04 Song Han L Vehicle locating and navigating system
FI94581C (en) 1991-02-12 1995-09-25 Nokia Telecommunications Oy System for automatically communicating contact information in a mobile telephone network or the like
US5235630A (en) 1991-04-17 1993-08-10 Telident, Incorporated Emergency call station identification system and method
WO1993000647A2 (en) 1991-06-21 1993-01-07 Unitech Research, Inc. Real time three dimensional geo-referenced digital orthophotograph-based positioning, navigation, collision avoidance and decision support system
US5266944A (en) 1991-06-26 1993-11-30 Bodyguard Technologies, Inc. Electronic system and method for monitoring abusers for compliance with a protective order
US5289527A (en) 1991-09-20 1994-02-22 Qualcomm Incorporated Mobile communications device registration method
US5787357A (en) 1991-10-17 1998-07-28 Nokia Telecommunications Oy Short message processing in a mobile exchange
US5390339A (en) 1991-10-23 1995-02-14 Motorola Inc. Method and apparatus for selecting a serving transceiver
JPH05130019A (en) 1991-11-08 1993-05-25 Hitachi Ltd Position registration system
DE69321268T2 (en) 1992-01-20 1999-05-20 Nec Corp Personal localization system
US5334974A (en) 1992-02-06 1994-08-02 Simms James R Personal security system
JP2900680B2 (en) 1992-02-21 1999-06-02 日本電気株式会社 Wireless telephone equipment
FR2689668B1 (en) 1992-04-07 1994-05-20 Dassault Electronique FIELD ANTI-COLLISION PROCESS AND DEVICE FOR AIRCRAFT.
US5223844B1 (en) 1992-04-17 2000-01-25 Auto Trac Inc Vehicle tracking and security system
US5359529A (en) 1992-05-15 1994-10-25 Zexel Corporation Route guidance on/off-route state filter
US5218367A (en) 1992-06-01 1993-06-08 Trackmobile Vehicle tracking system
US5363425A (en) 1992-06-29 1994-11-08 Northern Telecom Limited Method and apparatus for providing a personal locator, access control and asset tracking service using an in-building telephone network
US5432841A (en) 1992-07-10 1995-07-11 Rimer; Neil A. System for locating and communicating with mobile vehicles
FI109064B (en) 1992-09-18 2002-05-15 Nokia Corp A method for initiating short message transmission in a cellular radio system, a cellular radio system, and a subscriber register of a cellular radio system
US5603081A (en) 1993-11-01 1997-02-11 Telefonaktiebolaget Lm Ericsson Method for communicating in a wireless communication system
JP3673285B2 (en) 1992-10-09 2005-07-20 櫻護謨株式会社 Outdoor work automation system
US5361212A (en) 1992-11-02 1994-11-01 Honeywell Inc. Differential GPS landing assistance system
US5418537A (en) 1992-11-18 1995-05-23 Trimble Navigation, Ltd. Location of missing vehicles
FI92364C (en) 1993-01-15 1994-10-25 Nokia Telecommunications Oy A method for initiating a short message transmission in a mobile telephone network and a home register of the mobile telephone system
US5343493A (en) 1993-03-16 1994-08-30 Hughes Aircraft Company Personal assistance system and method for use with a cellular communication system
DE4312362A1 (en) 1993-04-16 1994-10-20 Sel Alcatel Ag Mobile radio system with credit accounts
US5604486A (en) 1993-05-27 1997-02-18 Motorola, Inc. RF tagging system with multiple decoding modalities
US5387993A (en) 1993-06-25 1995-02-07 Precision Tracking Fm, Inc. Method for receiving and transmitting optical data and control information to and from remotely located receivers and transmitters in an optical locator system
US5425077A (en) 1993-07-08 1995-06-13 U.S. West Advanced Technologies, Inc. Mobile telephone user interface including fixed and dynamic function keys and method of using same
US5388147A (en) 1993-08-30 1995-02-07 At&T Corp. Cellular telecommunication switching system for providing public emergency call location information
US5479482A (en) 1993-08-30 1995-12-26 At&T Corp. Cellular terminal for providing public emergency call location information
US5497149A (en) 1993-09-02 1996-03-05 Fast; Ray Global security system
US5423076A (en) 1993-09-24 1995-06-06 Rockwell International Corporation Superheterodyne tranceiver with bilateral first mixer and dual phase locked loop frequency control
US5434789A (en) 1993-10-06 1995-07-18 Fraker; William F. GPS golf diagnostic system
US5590181A (en) * 1993-10-15 1996-12-31 Link Usa Corporation Call-processing system and method
US5543776A (en) 1993-10-19 1996-08-06 Whistler Corporation Vehicle security system
US5519403A (en) 1993-11-29 1996-05-21 Motorola, Inc. Global positioning system communications multi-interface
CA2135856A1 (en) 1993-12-10 1995-06-11 Steven Peter Allen Low power, addressable data communication device and method
US5552772A (en) 1993-12-20 1996-09-03 Trimble Navigation Limited Location of emergency service workers
US5568119A (en) 1993-12-21 1996-10-22 Trimble Navigation Limited Arrestee monitoring with variable site boundaries
US5614890A (en) 1993-12-27 1997-03-25 Motorola, Inc. Personal identification system
TW289174B (en) 1994-01-07 1996-10-21 Minnesota Mining & Mfg
US5535434A (en) 1994-01-24 1996-07-09 Motorola, Inc. Carry case having paging circuitry section
US5555286A (en) 1994-01-31 1996-09-10 Tendler Technologies, Inc. Cellular phone based automatic emergency vessel/vehicle location system
US5588009A (en) 1994-02-03 1996-12-24 Will; Craig A. Personal paging, communications, and locating system
US5479408A (en) 1994-02-22 1995-12-26 Will; Craig A. Wireless personal paging, communications, and locating system
US5374936A (en) 1994-02-28 1994-12-20 Feng; Jun Security system
JP2786809B2 (en) 1994-03-08 1998-08-13 株式会社トキメック Ship navigation support device
US5470233A (en) 1994-03-17 1995-11-28 Arkenstone, Inc. System and method for tracking a pedestrian
US5485163A (en) 1994-03-30 1996-01-16 Motorola, Inc. Personal locator system
US5461390A (en) 1994-05-27 1995-10-24 At&T Ipm Corp. Locator device useful for house arrest and stalker detection
US5694546A (en) 1994-05-31 1997-12-02 Reisman; Richard R. System for automatic unattended electronic information transport between a server and a client by a vendor provided transport software with a manifest list
US5719926A (en) 1994-06-10 1998-02-17 Communications Product Development, Inc. Prepaid long-distance telephone service system with flexible operating parameters
US5802492A (en) 1994-06-24 1998-09-01 Delorme Publishing Company, Inc. Computer aided routing and positioning system
FI98688C (en) 1994-07-20 1997-07-25 Nokia Telecommunications Oy Method for initiating a short message transmission in a cellular radio system, a cellular radio system and subscriber register in a cellular radio system
US6169891B1 (en) 1994-10-18 2001-01-02 At&T Corp. Method and apparatus for billing of wireless telephone calls
US5754636A (en) * 1994-11-01 1998-05-19 Answersoft, Inc. Computer telephone system
US6244758B1 (en) 1994-11-15 2001-06-12 Absolute Software Corp. Apparatus and method for monitoring electronic devices via a global network
US5485161A (en) 1994-11-21 1996-01-16 Trimble Navigation Limited Vehicle speed control based on GPS/MAP matching of posted speeds
US6226529B1 (en) 1994-12-08 2001-05-01 Itt Manufacturing Enterprises, Inc. System for providing a simultaneous data and voice channel within a single channel of a portable cellular telephone to provide position-enhanced cellular services (PECS)
US5579372A (en) 1994-12-12 1996-11-26 Telefonaktiebolaget Lm Ericsson Flow control method for short message service - busy subscriber
US5761618A (en) 1994-12-22 1998-06-02 Bell Atlantic Mobile Systems, Inc. Updating technique for downloading new system identification (SID) list into a handset
US5797091A (en) 1995-03-07 1998-08-18 Xypoint Corporation Personal communication system and method of use
US5692037A (en) 1995-03-31 1997-11-25 Cellular Development Systems On demand real time telephone billing equipment
US5532690A (en) 1995-04-04 1996-07-02 Itt Corporation Apparatus and method for monitoring and bounding the path of a ground vehicle
US5974458A (en) * 1995-04-24 1999-10-26 Fujitsu Limited Data transfer accounting device and method for performing an accounting process including an accounting information collecting process
US5621793A (en) 1995-05-05 1997-04-15 Rubin, Bednarek & Associates, Inc. TV set top box using GPS
AU5848896A (en) 1995-05-23 1996-12-11 Telefonaktiebolaget Lm Ericsson (Publ) Method and apparatus for supporting delivery of short messag e service messages to sleeping mobile stations in a cellular communications system
US6044265A (en) * 1995-06-05 2000-03-28 Bellsouth Corporation Methods and apparatus for cellular set programming
US5719918A (en) 1995-07-06 1998-02-17 Newnet, Inc. Short message transaction handling system
US5797096A (en) 1995-08-02 1998-08-18 Telefonaktiebolaget Lm Ericsson (Publ) System and method for maintaining control channel mode information in a cellular telecommunications network
SE9502995L (en) 1995-08-30 1996-08-26 Sendit Ab Systems and host device for transmission of electronic mail over a mobile telephone network
US5943399A (en) 1995-09-29 1999-08-24 Northern Telecom Limited Methods and apparatus for providing communications to telecommunications terminals
US5806000A (en) 1995-10-12 1998-09-08 Telefonaktiebolaget Lm Ericsson (Publ) System and method for implementing short message service extension phones within a radio telecommunications network
US5946629A (en) 1995-11-28 1999-08-31 Telefonaktiebolaget L M Ericsson Cellular telephone network having short message service interaction with other networks
US5920821A (en) 1995-12-04 1999-07-06 Bell Atlantic Network Services, Inc. Use of cellular digital packet data (CDPD) communications to convey system identification list data to roaming cellular subscriber stations
US5794142A (en) 1996-01-29 1998-08-11 Nokia Mobile Phones Limited Mobile terminal having network services activation through the use of point-to-point short message service
US5856974A (en) 1996-02-13 1999-01-05 Novell, Inc. Internetwork address mapping gateway
US5999811A (en) 1996-02-16 1999-12-07 Ericsson, Inc. Mobile telephone for roaming using dual mode/band equipment including SIM cards
US5740534A (en) 1996-02-22 1998-04-14 Motorola, Inc. Method for determining available frequencies in selective call receivers
US7088990B1 (en) 1996-02-26 2006-08-08 Nokia Mobile Phones, Ltd. Communication network terminal supporting a plurality of applications
US5768509A (en) 1996-04-08 1998-06-16 Adc Newnet, Inc. Short message server without local customer database
US5822700A (en) 1996-04-18 1998-10-13 Telefonaktiebolaget L M Ericsson Flow control of short message service messages in a cellular telephone network
US5905736A (en) 1996-04-22 1999-05-18 At&T Corp Method for the billing of transactions over the internet
AUPN955096A0 (en) 1996-04-29 1996-05-23 Telefonaktiebolaget Lm Ericsson (Publ) Telecommunications information dissemination system
US6023470A (en) * 1996-05-17 2000-02-08 Lee; Warren S. Point of presence (POP) for digital facsimile network with virtual POPs used to communicate with other networks
US5963864A (en) 1996-05-31 1999-10-05 Bellsouth Intellectual Property Management Corporation Method and system for automatically connecting telephone calls to multiple devices having different directory numbers
US5767795A (en) 1996-07-03 1998-06-16 Delta Information Systems, Inc. GPS-based information system for vehicles
US5946630A (en) 1996-07-10 1999-08-31 Telefonaktiebolaget L M Ericsson (Publ) Method for storing and forwarding short messages to mobile subscribers in a cellular communications system
US5774533A (en) 1996-08-14 1998-06-30 Bellsouth Corporation Method and system for providing a billing directed communication service
US6199045B1 (en) 1996-08-15 2001-03-06 Spatial Adventures, Inc. Method and apparatus for providing position-related information to mobile recipients
US6101378A (en) 1996-08-15 2000-08-08 Japan Radio Co., Ltd. Pre-paid cellular telephone system
US5959543A (en) 1996-08-22 1999-09-28 Lucent Technologies Inc. Two-way wireless messaging system with flexible messaging
JPH10150553A (en) * 1996-09-18 1998-06-02 Ricoh Co Ltd Image-processing system, post card print system image-processing method, post card print method, and recording medium readable by computer recorded with program to allow computer to execute each process of each method
US5960074A (en) 1996-09-23 1999-09-28 Curtis Clark Mobile tele-computer network for motion picture, television and tv advertising production
US6181935B1 (en) 1996-09-27 2001-01-30 Software.Com, Inc. Mobility extended telephone application programming interface and method of use
US6122503A (en) 1996-10-08 2000-09-19 At&T Wireless Services Inc Method and apparatus for over-the-air programming of telecommunication services
US6487180B1 (en) 1996-10-15 2002-11-26 Motorola, Inc. Personal information system using proximity-based short-range wireless links
US5930701A (en) 1996-10-17 1999-07-27 Telefonaktiebolaget L M Ericsson (Publ) Providing caller ID within a mobile telecommunications network
US6188752B1 (en) 1996-11-12 2001-02-13 Telefonaktiebolaget Lm Ericsson (Publ) Method and apparatus for providing prepaid telecommunications services
US5828740A (en) 1996-11-14 1998-10-27 Sprint Communications Co., L.P. Prepaid calling card external/adjunct database processor
US6111947A (en) * 1996-12-02 2000-08-29 Mci Communications Corporation Intelligent services network adjunct processor
US6175922B1 (en) 1996-12-04 2001-01-16 Esign, Inc. Electronic transaction systems and methods therefor
US6493430B2 (en) 1996-12-24 2002-12-10 At&T Wireless Services, Inc. Method of wireless retrieval of information
US6249680B1 (en) 1997-01-08 2001-06-19 U.S. Wireless Corporation Radio transmitter location finding in CDMA wireless communication systems
US6456852B2 (en) 1997-01-08 2002-09-24 Trafficmaster Usa, Inc. Internet distributed real-time wireless location database
US6064875A (en) 1997-01-31 2000-05-16 Usa Telecommunications Services, Inc. Wireless communications system and method of operation for reducing fraud
US6058300A (en) 1997-02-04 2000-05-02 National Telemanagement Corporation Prepay telecommunications system
US5917900A (en) * 1997-02-07 1999-06-29 Mci Communications Corporation Remote data gateway
US5950130A (en) 1997-03-18 1999-09-07 Sbc Technology Resources, Inc. Mobile station with intelligent roaming and over-the-air programming features
US6421733B1 (en) 1997-03-25 2002-07-16 Intel Corporation System for dynamically transcoding data transmitted between computers
US5974054A (en) 1997-04-23 1999-10-26 Motorola, Inc. Method and apparatus in a radio messaging system for forming a current frame of data while maintaining a correct transmission order for numbered messages
US6393014B1 (en) 1997-06-03 2002-05-21 At&T Wireless Services, Inc. Method and system for providing data communication with a mobile station
US5941945A (en) 1997-06-18 1999-08-24 International Business Machines Corporation Interest-based collaborative framework
US6049710A (en) 1997-06-19 2000-04-11 Kimberley Nanette Engen Wireless prepaid telephone system with dispensable instruments
US6223042B1 (en) 1997-06-26 2001-04-24 At&T Wireless Services Inc Method of intelligent roaming using network information
US6826407B1 (en) 1999-03-29 2004-11-30 Richard J. Helferich System and method for integrating audio and visual messaging
FI106282B (en) 1997-09-22 2000-12-29 Nokia Networks Oy A method and system for transmitting a short message over a telecommunications network
US6075982A (en) 1997-09-23 2000-06-13 Mci Communications Corporation Wireless prepaid platform integration with standard signaling
US6311055B1 (en) 1997-10-02 2001-10-30 Ericsson Inc System and method for providing restrictions on mobile-originated calls
US6131024A (en) 1997-10-09 2000-10-10 Ericsson Inc. System and method for setting subscriber-defined usage limits on a mobile terminal
KR100232874B1 (en) 1997-10-18 1999-12-01 윤종용 Method for re-transmitting transmission failed short message in mobile radio terminal
US6070067A (en) 1997-10-31 2000-05-30 Telefonaktiebolaget Lm Ericsson Prepayment method utilizing credit information stored in mobile terminals for accessing wireless telecommunication networks
US6173181B1 (en) 1997-11-07 2001-01-09 Motorola, Inc. Method and system for controlling neighbor scanning in a subscriber unit in a cellular communication system
US5978685A (en) 1997-12-15 1999-11-02 Telefonaktiebolaget L/M Ericsson Digital cellular telecommunications with short message service over the packet channel
US6266614B1 (en) 1997-12-24 2001-07-24 Wendell Alumbaugh Travel guide
US6512930B2 (en) 1997-12-30 2003-01-28 Telefonaktiebolaget Lm Ericsson (Publ) On-line notification in a mobile communications system
US6035025A (en) 1998-01-07 2000-03-07 National Telemanagement Corporation System and method for a prepaid bundled telecommunications account
US6421707B1 (en) 1998-02-13 2002-07-16 Lucent Technologies Inc. Wireless multi-media messaging communications method and apparatus
US6122520A (en) 1998-02-13 2000-09-19 Xerox Corporation System and method for obtaining and using location specific information
US6263212B1 (en) * 1998-02-17 2001-07-17 Alcatel Usa Sourcing, L.P. Short message service center
US6081508A (en) * 1998-02-25 2000-06-27 Indus River Networks, Inc. Remote computer communication
US5940756A (en) 1998-02-27 1999-08-17 Motorola, Inc. Method for transmitting paging communication on a cellular communication system
US6148197A (en) 1998-03-06 2000-11-14 Sbc Technology Resources, Inc. Intelligent roaming system with over the air programming
DE69839087T2 (en) 1998-03-18 2009-03-19 Sony Deutschland Gmbh IRC name translation protocol
US6850916B1 (en) 1998-04-27 2005-02-01 Esignx Corporation Portable electronic charge and authorization devices and methods therefor
US6654786B1 (en) 1998-04-30 2003-11-25 Openwave Systems Inc. Method and apparatus for informing wireless clients about updated information
US6138158A (en) 1998-04-30 2000-10-24 Phone.Com, Inc. Method and system for pushing and pulling data using wideband and narrowband transport systems
US6314108B1 (en) 1998-04-30 2001-11-06 Openwave Systems Inc. Method and apparatus for providing network access over different wireless networks
US6208854B1 (en) 1998-05-14 2001-03-27 Ameritech Corporation System and method for routing a call to a called party's landline or wireless communication unit
AU4858999A (en) 1998-07-06 2000-01-24 Bellsouth Intellectual Property Corporation Dispatch application utilizing short message service
US6246879B1 (en) * 1998-07-07 2001-06-12 Telefonaktiebolaget L M Ericsson (Publ) Methods of sharing capabilities information between the nodes of telecommunications network
US6148198A (en) 1998-08-05 2000-11-14 Ericsson Inc. Method and apparatus for selecting a service provider
US7010603B2 (en) * 1998-08-17 2006-03-07 Openwave Systems Inc. Method and apparatus for controlling network connections based on destination locations
US6289373B1 (en) 1998-08-24 2001-09-11 Rockwell Electronic Commerce Corp. Method of processing E-mail in an automatic call distributor
US6198431B1 (en) 1998-08-27 2001-03-06 Maptrek Llc Compact GPS tracker and customized mapping system
US6128656A (en) * 1998-09-10 2000-10-03 Cisco Technology, Inc. System for updating selected part of configuration information stored in a memory of a network element depending on status of received state variable
US6289095B1 (en) * 1998-09-29 2001-09-11 Lucent Technologies Inc. NPA split management in intelligent network environment
US6189031B1 (en) 1998-10-01 2001-02-13 Mci Communications Corporation Method and system for emulating a signaling point for testing a telecommunications network
US6208870B1 (en) 1998-10-27 2001-03-27 Lucent Technologies Inc. Short message service notification forwarded between multiple short message service centers
US6615041B2 (en) * 1998-11-05 2003-09-02 Bellsouth Intellectual Property Corporation Methods and systems for providing information to a home system regarding a wireless unit roaming in a visited system
US6470181B1 (en) 1998-11-20 2002-10-22 Nortel Networks Limited Method and apparatus for simultaneous text and audio for sponsored calls
US6223046B1 (en) 1998-12-15 2001-04-24 Telefonaktiebolaget Lm Ericsson (Publ) System and method for coordinating notification requests for terminal availability
DE19859081C2 (en) 1998-12-21 2001-03-29 Plus Mobilfunk Gmbh E Method for routing messages in at least one telecommunications network according to the GSM standard
US6567979B1 (en) 1998-12-23 2003-05-20 Oak Technology, Inc. Method and apparatus for enforcing DVD parental control across an enterprise
US6538561B2 (en) * 1998-12-31 2003-03-25 Weblink Wireless, Inc. Data communication network for minimizing toll-charge dependent links and method of operation
US6301695B1 (en) 1999-01-14 2001-10-09 Xilinx, Inc. Methods to securely configure an FPGA using macro markers
GB9905056D0 (en) 1999-03-05 1999-04-28 Hewlett Packard Co Computing apparatus & methods of operating computer apparatus
SE9900710L (en) 1999-02-25 2000-08-26 Ericsson Telefon Ab L M Method and device relating to communication networks for mobile phones
US6681257B1 (en) * 1999-02-26 2004-01-20 Bellsouth Intellectual Property Corporation Methods and system for determining message routing based on elements of a directory number
US6366961B1 (en) * 1999-03-03 2002-04-02 Nokia Telecommunications, Oy Method and apparatus for providing mini packet switching in IP based cellular access networks
US6826597B1 (en) 1999-03-17 2004-11-30 Oracle International Corporation Providing clients with services that retrieve data from data sources that do not necessarily support the format required by the clients
US6886017B1 (en) 1999-04-30 2005-04-26 Elata Limited System and method for managing distribution of content to a device
US6963640B1 (en) * 1999-05-11 2005-11-08 Zoom Telephonics, Inc. Memory architecture for telephone dialer
DE60035649T2 (en) 1999-09-06 2007-11-22 Honda Giken Kogyo K.K. Motorcycle with navigation system
US6760324B1 (en) * 1999-09-10 2004-07-06 Array Telecom Corporation Method, system, and computer program product for providing voice over the internet communication
US6718178B1 (en) 1999-10-01 2004-04-06 Sprint Spectrum, L.P. Automatic in-line messaging system
US6674767B1 (en) * 1999-10-04 2004-01-06 Microsoft Corporation Flexible system and method for communicating between a broad range of networks and devices
US6396913B1 (en) 1999-10-22 2002-05-28 Convergys Cmg Utah Inc. System and method for processing call detail records
US7239629B1 (en) * 1999-12-01 2007-07-03 Verizon Corporate Services Group Inc. Multiservice network
US7809382B2 (en) 2000-04-11 2010-10-05 Telecommunication Systems, Inc. Short message distribution center
GB2357395A (en) 1999-12-14 2001-06-20 Nokia Mobile Phones Ltd Message exchange between wireless terminals.
US6430540B1 (en) 1999-12-30 2002-08-06 General Electric Company Method and system for monitoring and modifying a consumption forecast over a computer network
EP1254573A2 (en) 2000-01-26 2002-11-06 Invertix Corporation Method and apparatus for sharing mobile user event information between wireless networks and fixed ip networks
US6618763B1 (en) 2000-02-04 2003-09-09 Inphonic Inc. Virtual private wireless network implementing message delivery preferences of the user
US6408177B1 (en) 2000-02-09 2002-06-18 Ss8 Networks, Inc. System and method for call management with voice channel conservation
DE60113820T2 (en) 2000-02-14 2006-07-13 Motorola, Inc., Schaumburg DEVICE FOR TRANSMITTING CHAT MESSAGES AND METHOD THEREFOR
US7058036B1 (en) 2000-02-25 2006-06-06 Sprint Spectrum L.P. Method and system for wireless instant messaging
US6993325B1 (en) 2000-02-29 2006-01-31 Ericsson Inc. Method for facilitating electronic communications
US6625461B1 (en) 2000-03-31 2003-09-23 Telefonaktiebolaget Lm Ericsson (Publ) Method and system for providing compatibility between telecommunication networks using different transmission signaling systems
US6907017B2 (en) 2000-05-22 2005-06-14 The Regents Of The University Of California Mobility management in wireless internet protocol networks
FI111899B (en) 2000-06-16 2003-09-30 Nokia Corp Method for allocating billing in message delivery system, delivery system, server and terminal
US6856804B1 (en) 2000-07-24 2005-02-15 Verizon Wireless Mobile station internet messaging
US6771971B2 (en) 2000-10-10 2004-08-03 Sws Development, L.L.C. Subscriber information service center (SISC)
US6711411B1 (en) * 2000-11-07 2004-03-23 Telefonaktiebolaget Lm Ericsson (Publ) Management of synchronization network
US7519654B1 (en) 2000-11-22 2009-04-14 Telecommunication Systems, Inc. Web gateway multi-carrier support
US7010303B2 (en) 2000-12-22 2006-03-07 Research In Motion Limited Wireless router system and method
US6446969B1 (en) 2001-02-05 2002-09-10 Thierry Denoual Board game apparatus
US20020143946A1 (en) 2001-03-28 2002-10-03 Daniel Crosson Software based internet protocol address selection method and system
US7464178B2 (en) 2001-05-23 2008-12-09 Markport Limited Open messaging gateway
GB2386800B (en) 2001-06-25 2004-03-10 Empower Interactive Group Ltd Message transmission system and method
FR2828970B1 (en) 2001-08-27 2003-12-19 Cit Alcatel INTEROPERABILITY SYSTEM BETWEEN MMS MESSAGES AND SMS / EMS MESSAGES AND RELATED EXCHANGE METHOD
US6658260B2 (en) 2001-09-05 2003-12-02 Telecommunication Systems, Inc. Inter-carrier short messaging service providing phone number only experience
US20030092454A1 (en) 2001-11-15 2003-05-15 Amin Halim One step SMS message board and time management tools
US7116972B1 (en) 2001-11-16 2006-10-03 Sprint Spectrum L.P. Method and system for control over call handling
US20030193967A1 (en) 2001-12-31 2003-10-16 Gregg Fenton Method, apparatus and system for processing multimedia messages
US7260836B2 (en) 2002-02-26 2007-08-21 Aol Llc System and method for distributed authentication service
US7761511B2 (en) 2002-03-04 2010-07-20 Kyocera Corporation System and method for optimal short message service (SMS) encoding in a wireless communications device
TW589907B (en) 2002-03-15 2004-06-01 Ind Tech Res Inst Method and system of multicast management mechanism for mobile networks
CA2483222A1 (en) 2002-04-22 2003-10-30 Inphonic, Inc. Method and system for short message service (sms) transactions for wireless devices
US7224696B2 (en) 2002-06-10 2007-05-29 Nortel Networks, Ltd. Access nodes in packet-based communications networks
US7154901B2 (en) 2003-02-07 2006-12-26 Mobile 365, Inc. Intermediary network system and method for facilitating message exchange between wireless networks
US7672267B2 (en) 2003-02-07 2010-03-02 Sybase 365, Inc. Intermediary network system and method for facilitating message exchange between wireless networks
WO2004075598A1 (en) 2003-02-18 2004-09-02 Roamware, Inc. Providing multiple msisdn numbers in a mobile device with a single imsi
US7409428B1 (en) 2003-04-22 2008-08-05 Cooper Technologies Company Systems and methods for messaging to multiple gateways
EP1625716B2 (en) 2003-05-06 2014-04-09 Apple Inc. Method of modifying a message, store-and-forward network system and data messaging system
JP3668231B2 (en) 2003-05-07 2005-07-06 ボーダフォン株式会社 Multimedia message service equipment
US20050004968A1 (en) 2003-07-02 2005-01-06 Jari Mononen System, apparatus, and method for a mobile information server
US7088993B2 (en) 2003-09-24 2006-08-08 Telefonaktiebolaget Lm Ericsson(Publ) Optimized message notification
US7181538B2 (en) 2003-11-14 2007-02-20 Sybase 365, Inc. System and method for providing configurable, dynamic multimedia message service pre-transcoding
US7197661B1 (en) 2003-12-05 2007-03-27 F5 Networks, Inc. System and method for dynamic mirroring of a network connection
US20050132060A1 (en) 2003-12-15 2005-06-16 Richard Mo Systems and methods for preventing spam and denial of service attacks in messaging, packet multimedia, and other networks
US7649895B2 (en) 2003-12-30 2010-01-19 Airwide Solutions Inc. Apparatus and method for routing multimedia messages between a user agent and multiple multimedia message service centers
US20050186974A1 (en) 2004-02-05 2005-08-25 Yigang Cai Short message service (SMS), multimedia message service (MMS), call screening and filtering
US7991411B2 (en) 2004-05-06 2011-08-02 Telecommunication Systems, Inc. Method to qualify multimedia message content to enable use of a single internet address domain to send messages to both short message service centers and multimedia message service centers
US20100257241A1 (en) 2009-04-02 2010-10-07 Demandforce, Inc. System and method for adaptive delivery of electronic comminucations

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5758088A (en) * 1995-05-08 1998-05-26 Compuserve Incorporated System for transmitting messages, between an installed network and wireless device
US5903726A (en) * 1996-06-26 1999-05-11 Mci Communications Corporation System using portion of a short message payload to identify short message service types and delivering the message if user subscribes to the services
US6507589B1 (en) * 1998-04-30 2003-01-14 Openwave Systems Inc. Method and apparatus for routing between network gateways and service centers
US6463145B1 (en) * 1999-01-29 2002-10-08 Microsoft Corporation Computer-implemented call forwarding options and methods therefor in a unified messaging system
US6424841B1 (en) * 1999-02-18 2002-07-23 Openwave Systems Inc. Short message service with improved utilization of available bandwidth
US6560456B1 (en) * 1999-05-24 2003-05-06 Openwave Systems, Inc. System and method for providing subscriber-initiated information over the short message service (SMS) or a microbrowser

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US11425244B2 (en) 2018-08-05 2022-08-23 Michael Francis Byrne Systems and methods for blockchain wireless services in a controlled environment

Also Published As

Publication number Publication date
US20080313288A1 (en) 2008-12-18
US9002951B2 (en) 2015-04-07
US7519654B1 (en) 2009-04-14
US20150215754A1 (en) 2015-07-30

Similar Documents

Publication Publication Date Title
US20160277907A1 (en) Web gateway multi-carrier support
US20040006601A1 (en) Method and system for optimized persistent messaging
EP1836863B1 (en) Method, system and apparatus for providing virtual mobile phone number service
US8682362B2 (en) Inter-carrier messaging service providing phone number only experience
US7487262B2 (en) Methods and systems for routing messages through a communications network based on message content
US8195836B2 (en) System for translation and communication of messaging protocols into a common protocol
US7657253B2 (en) System and method for providing message notification
US7319858B2 (en) System and method for querying message information
US7793334B2 (en) System and method for password protecting a distribution list
FI108193B (en) Procedure and system for routing a message
EP0880863B1 (en) Routing of short messages for telecommunications networks
US20110092153A1 (en) System for the Centralized Storage of Wireless Customer Information
US20030110212A1 (en) System for customer access to messaging and configuration data
US20010041579A1 (en) Intelligent delivery agent for short message distribution center
JP2000078207A (en) Method and device for providing network access extending overdifferent radio networks
JPH11331956A (en) Short message service center
WO2001080534A1 (en) Short messaging service center mobile-originated to http internet communications
KR20020064955A (en) Transferring of a message
US20040171382A1 (en) Apparatus, and associated method, for retrieving mobile-node device management tree information
US6810034B1 (en) Automatic conversion of telephone number to internet protocol address
KR100257563B1 (en) Method for processing sms service of pcs
EP1361712B1 (en) Method for communicating messages to an electronic communication equipment
US20060120367A1 (en) Method for transmitting short messages
US20040185847A1 (en) Routing of messages
JP3847203B2 (en) Gateway device

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION