473,386 Members | 1,706 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Has Anyone done an SMPP 3.4 implementation or 3.3 ?

I need some guidance please on SMPP. I am completly new on that.
I wonder if PHP is going to be the right root to take. At the moment I
am having a look on Net_SMPP from PEAR but it doesn't make a lot of
sense Yet.
I succeed int sending a message but I want to have a constant bind and
get replies and reports if the messages sent have been delivered.

Is it much different to develop PHP for comand line execution rather
than the web ?

IF you think it's not worth the hasle to use php I am taking the JAVA root.

Thanks in advance.
Apr 28 '06 #1
2 3982
Angelos wrote:
I need some guidance please on SMPP. I am completly new on that.
I wonder if PHP is going to be the right root to take. At the moment I
am having a look on Net_SMPP from PEAR but it doesn't make a lot of
sense Yet.
I succeed int sending a message but I want to have a constant bind and
get replies and reports if the messages sent have been delivered.

Is it much different to develop PHP for comand line execution rather
than the web ?

IF you think it's not worth the hasle to use php I am taking the JAVA root.

Thanks in advance.


Just minor differences between command line and web based php execution.
Command line doesn't have any of the server variables available ($_SERVER,
$_GET, $_POST, etc.). Instead it has argc and argv. And you don't have a gui
available for command line. Strictly text based.

Otherwise it's no real differences.

However, I may be wrong, but I don't think you can get delivery reports for
messages from SMPP. You still need to depend on receipts (which may or may not
be sent by the user).

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attglobal.net
==================
Apr 28 '06 #2
Just minor differences between command line and web based php execution.
Command line doesn't have any of the server variables available
($_SERVER, $_GET, $_POST, etc.). Instead it has argc and argv. And you
don't have a gui available for command line. Strictly text based.

Otherwise it's no real differences.

However, I may be wrong, but I don't think you can get delivery reports
for messages from SMPP. You still need to depend on receipts (which may
or may not be sent by the user).


Thanks for your reply anyway....
It was Really usefull to know that there are no $_SERVER $_GET and
$_POST variables thru the command line.
May 2 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

19
by: Leif K-Brooks | last post by:
Has anyone ever tried implementing a simple unstructured BASIC dialect in Python? I'm getting interested in language implementation, and looking at a reasonably simple example like that could be...
1
by: Devshock Team | last post by:
Dear Developer Recently we released our site oriented to provide high Microsoft(R) .NET quality products Nowadays, we are oriented to the mobile world, so download our trial products like...
7
by: Lars-Erik Aabech | last post by:
Hi! I've got problems with serializing my collections of business objects. The objects themselves serialize fine, but the collections fail. I've got the following structure: Base collection...
10
by: Ray | last post by:
I am reading Andrei Alexandrescu's book. The ideas presented there sound really good, but I wonder--is there really a lot of people using it? Or it's simply too esoteric for mortals? Cheers Ray
169
by: JohnQ | last post by:
(The "C++ Grammer" thread in comp.lang.c++.moderated prompted this post). It would be more than a little bit nice if C++ was much "cleaner" (less complex) so that it wasn't a major world wide...
19
by: William Gill | last post by:
I seem to be having a mentally bad period lately . My code is beginning to be terrible convoluted mess, and I shudder to think what it will be like to go back in a couple months and try to follow...
0
by: abhishekForgotten | last post by:
Looking for some guidance on whether SMPP v3.4 will support greek messages or not ? If not how i can recive/send greek message via smpp v3.4, without decreasing length of msg (160) , I know if i...
4
by: xgooglex | last post by:
Dears, I bought bulk sms from company with SMPP account they gave me manual show some variables. but I want to know what I have to do now.. Do I have to install gateway like Kannel or...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.