Confusion with mblox_operator and mblox_tariff

Confusion with mblox_operator and mblox_tariff SearchSearch
Author Message
Dani Riera
New member
Username: Drieran

Post Number: 1
Registered: 05-2005
Posted on Monday, May 30, 2005 - 08:33 am:   

Hello, I configured smsgw.ini correctly with these parameters. My doubt is if I can receive these parameters in two-way sms when receiving sms. And how to send this parameters when I send an MMS.

I'm using PHP with redirect page.

Thanks.
Anonymous
 
Posted on Friday, June 03, 2005 - 07:53 pm:   

How did you setup these two parameters ?

Can you paste your config file here please? offcourse hide your password :-)
Kuma Ma
New member
Username: Kuma3

Post Number: 1
Registered: 06-2005
Posted on Tuesday, June 07, 2005 - 12:40 am:   

Just add these
[SMPPOptions]
mblox_operator=1402,String,5
mblox_tariff=1403,String,5

to your smsgw.ini

You send it with URL like this:
http://127.0.0.1:8800/?PhoneNumber=1231234567&Text=Testing+Messages&SMPPOption_m blox_tariff=0&SMPPOption_mblox_operator=31003&Sender=2323


However, I am not having much luck with sending it out. mBlox still rejects it.