Darrik Spaude
Forum Replies Created
-
AuthorPosts
-
Darrik Spaude
KeymasterHi Brian,
You may need to encode the characters if they are delivered via URL. See section 2.2 of RFC 1738:
http://www.ietf.org/rfc/rfc1738.txt
This may also be of use:
http://www.ozzu.com/website-design-forum/can-have-special-characters-url-names-t73983.html
http://www.w3schools.com/tags/ref_urlencode.asp
So, the following might work:
Darrik Spaude
KeymasterHi Charles,
Regarding the IP addresses, they are negotiated in the IPCP phase. The server is NOT allowing the client to know its IP address even though the client wants to know what it is:
Apr 11 17:27:41 fedoraVM pppd[2532]: rcvd [IPCP ConfReq id=0x0]
Apr 11 17:27:41 fedoraVM pppd[2532]: sent [IPCP ConfNak id=0x0 <addr 0.0.0.0>]
To avoid an endless loop, the client accepts the server’s non-information:
Apr 11 17:27:41 fedoraVM pppd[2532]: rcvd [IPCP ConfReq id=0x1]
Apr 11 17:27:41 fedoraVM pppd[2532]: sent [IPCP ConfAck id=0x1]
Darrik Spaude
KeymasterThe iSMS currently does not support email to SMS, but it is something we are looking into implementing. I will forward your request to our product managers.
September 14, 2011 at 9:47 pm in reply to: can you retain GPS almanac when modem is powered off #3375Darrik Spaude
KeymasterCurrently it is not possible to keep the GPS unit alive when the SocketModem is powered off. The GPS chip we use does have a battery back-up capability, but it requires a hardware modification to accommodate this. We will add your request to the hardware revision list.
Darrik Spaude
KeymasterNoah,
I’ll send your e-mail address to Bryan.
Darrik Spaude
KeymasterHi,
Did you review the receive API?
http://www.multitech.net/developer/products/isms/isms-receive-api/
Do you have an example of what you tried to do (sample code)? What URI did you post to?
-
AuthorPosts