Custom Search

Thursday, January 17, 2008

Setting up the GSM/GPRS Modem

The worst software I have ever used and purchase is Mobilexdge 5.0. The registration is troublesome which requires you to email them your reg info which is derived from the license key on a piece of A4 sized paper that comes separately with the CD!
Well setting it up on a new computer is terrible.
Under device manager-> modems -> GPRS wireless modem
Modem properties: Extra Settings-> Extra initialization commands, you will need to add the following if you are using Singtel (Hi-cards do not work)

AT+CGDCONT=1,"IP","e-ideas" (or miworld or )
-Create a new network connection
-Username: 65(m1)65IDEAS(Singtel)
-Password: user123 (m1) IDEAS (Singtel)
-Dial: *99***1#

M1 Settings
• Homepage - http://mmsgw:8002/
• Bearer - GPRS• GPRS settings:
• IP address - 172.16.14.10 IP Port : 9201
• APN - miworld
• User ID - 65
• Password - user123
• MMS relaysrv. - http://172.16.14.20:8002/
• Proxy address: 172.16.1.23
Proxy protocol – HTTP
- Use proxy server – Yes
- Proxy server – 172.16.14.10
- Port number – 8080

(found these on the M1 Website)

WAP profile name: IDEAS WAP (GPRS)
WAP gateway IP: 165.21.42.84
Homepage title: SingTel IDEAS
Homepage URL: http://www.ideas.singtel.com
Security/authentication: OFF/ normal
APN (for WAP access): e-ideas
User-id: 65IDEAS
Password: IDEAS
Data Bearer: GPRS
GPRS connection: always attach/always on
TCP/IP: Use server assigned IP addresses
Name servers: Use server assigned IP addresses
Primary DNS: 0.0.0.0
Secondary DNS: 0.0.0.0
Port (for UP or OpenWave Browser phones): 9201
Proxy Settings: proxy.e-ideas.com.sg,
Port: 8080
Primary DNS: 165.21.83.88
Secondary DNS: 165.21.100.88
MMSC URL: http://mms.singtel.com:10021/mmsc
WAP gateway IP: 165.21.42.84
APN (for WAP access): e-ideas
User-id: 65IDEAS
Password: IDEAS

The following has to be in the mobilexdge.CFG file for singtel to work:
MOXRULES=3??

[SMSGW_STN_1]
COMPORT=5
MODEMSETTING=115200,N,8,1
TIMEOUT=1000
RECVINT=5
LOGENABLE=Y
LOGFILE=c:\MobileXdge\LOGFILES\Stn_1.LOG
ACTIVETIME=00:00-00:00
MM1MMSSVR=http://mms.singtel.com:10021/mmsc
GPRSPROFILE=SingTel
MM1WAPSVR=165.21.42.84
MM1WAPPORT=8080
MM1IP=165.21.42.84
MM1MASK=255.255.255.255
ASSIGNIP=10.23
STARTUP=Y

For Starhub :
[SMSGW_STN_2]COMPORT=2
MODEMSETTING=115200,N,8,1
TIMEOUT=1000
RECVINT=5
LOGENABLE=Y
LOGFILE=c:\MobileXdge\LOGFILES\Stn_2.LOG
ACTIVETIME=00:00-00:00
MM1MMSSVR=http://mms.starhubgee.com.sg:8002
GPRSPROFILE=Starhub
MM1WAPSVR=10.12.01.80
MM1WAPPORT=8080
MM1IP=10.12.0.0
MM1MASK=255.255.0.0
ASSIGNIP=10.17
STARTUP=N

For M1:
[SMSGW_STN_3]
COMPORT=3
MODEMSETTING=115200,N,8,1
TIMEOUT=1000
RECVINT=5
LOGENABLE=Y
LOGFILE=c:\MobileXdge\LOGFILES\Stn_3.LOG
ACTIVETIME=00:00-00:00
MM1MMSSVR=http://172.16.14.20:8002
GPRSPROFILE=M1
MM1WAPSVR=172.16.14.10
MM1WAPPORT=8080
MM1IP=172.16.0.0
MM1MASK=255.255.0.0
ASSIGNIP=172.
STARTUP=N

When Mobilexdge can send a test sms out and the database can't, try the following:
change MOXRULES=1 to MOXRULES=3
this uses 6.0 instead of .net framework.
Richard said that .net framework for 6.0 should be version 2.0 of .netframework.
I installed VS2005 but it doesn't seem to work.

Found this on their website as well................................

MobileXdge allows users to further customized the application to seamlessly integrate with any third party application through all kinds of protocols like database protocols, SNMP protocols, SMTP protocols, POP3 protocols, flat file protocols, external program activiation.

The Open source code of MOXRules is located in the sub folder "moxrules" of the installed directory of MobileXdge MMS/SMS/WAP Push Gateway, default is "c:\mobilexdge\moxrules".
You will be able to see a file named "MOXRules.vbp", open the file in VB6, and you will be able to customized the rules set to fits into your organisational needs.

Please be reminded that you will need to compile the MOXRules.vbp into MOXRules.dll and copy the compiled dll into you windows system directory.


MobileXdge Support Team

................................




To do a simple http redirect with your webpage: use the following html script:
(<) meta equiv="Refresh" content="5; URL=html-redirect2.html" (>)
where 5 is 5 secs to wait before going to the new page at html-redirect2.html

Took this from http://www.billstclair.com/html-redirect.html

"Evil Twin Access Points for Dummies"
http://airsnarf.shmoo.com/airsnarf4win.html
Cool Phlishing tutorial for hackers.

3 comments:

Sam Wong said...

Hi I think you need have some knowledge in programming for this software as it is meant for System integrators. I have get them to change the customisable code for me to meet my requirements. So far, it is very stable and working great. They provide me with the source code after customization. I just need to maintain it.

Sam Wong said...
This comment has been removed by the author.
perhaps perhaps perhaps said...

I have found out from the vendor that i purchased it from that it is not compatible with the new HSPDA modems. I'm still waiting for upgrades.