Click here to download VisualGSM SMS Gateway



sms software
About UsHow to buyDownloadSitemapContact Us
 
Our ProductsServicesNews & EventsOnline DemoCustomer SupportClient/UsersPartner Program


  Reply to this topicStart new topicStart Poll

> Help at configuring WAP Push, I need help to configure WAP Push servic
ghost_luis
Posted: Mar 9 2008, 03:05 PM
Quote Post


Newbie
*

Group: Members
Posts: 6
Member No.: 1163
Joined: 9-March 08



Hello, I´m Luis, new to VisualGSM and its forum.

Sorry if my english is not well enough .

I´m trying to configure VisualGSM for:

When someone sends a message to my mobile number(modem) it returns wap push content or url, but the pdf help did not helped me enough. I configured an url related to my apache server : http://localhost/hola.txt so in order to the sender can receive the link on its mobile phone just for test purposes.

Could you helpme at this?

Thanks a lot.

Luis.
PMEmail Poster
Top
admin
Posted: Mar 10 2008, 05:37 AM
Quote Post


Administrator
***

Group: Admin
Posts: 1074
Member No.: 1
Joined: 5-May 03



First of all, are you able to start VisualGSM service?

If yes, are you able to send WAP Push using the VisualGSM Manager/Send SMS tab?


API Links Examples

VisualGSM Enterprise installation includes HTML forms and ASP examples, including WAP Push, which you can access through VisualGSM Enterprise Manager, "API Links" button - located just below the top menu bar.

To use the HTML and ASP examples to send SMS or WAP Push, IIS must be enabled and execute permission given to the relevant files - you can do this using Internet Service Manager.

Note: If you are using Apache, you can copy the files and subfolders from c:\inetpub\wwwroot\cgi-bin\ and c:\inetpub\wwwroot\visualgsm\ to your Apache Root.


WAP Push API Parameters*

The following API (HTTP, CLI, OCX, SOAP) parameters are used when sending WAP Push (Please also refer to: VisualGSM Enterprise SMS Gateway API (HTTP, CLI, OCX, SOAP) documentation, page 11, 12, 21, 22, 29):

• N (List of one or several recipient phone number to receive the SMS message.)

• M (Message text, 1-160 characters in length. If WAPPUSHURL parameter is indicated with a value, M will become the WAP Push Message Text – no length limit.)

• USERNAME (Required for authentication when HTTPUSER table has user records.)

• PASSWORD (Required for authentication when HTTPUSER table has user records.)

• WAPPUSHTYPE (Indicates the Type of WAP Push message if sending WAP Push. WAPPUSHTYPE=1 indicates WAP Push Service Indicator. WAPPUSHTYPE=2 indicates WAP Push Service Load. Defaults to 1 if parameter is not indicated.)

• WAPPUSHURL (Indicates the URL of WAP Push message using the format http://place-full-url-here. Required parameter for WAP Push messages.)

• WAPPUSHCREATED (Indicates the creation date of WAP Push message using the format YYYYMMDDHHMMSS. Optional parameter for WAP Push messages.)

• WAPPUSHEXPIRY (Indicates the expiry date of WAP Push message using the format YYYYMMDDHHMMSS. Optional parameter for WAP Push messages.)

• WAPPUSHACTION (Indicates the action type of WAP Push message. WAPPUSHACTION=1 indicates 'Signal-low', 2 indicates 'Signal-medium', 3 indicates 'Signal-high', 4 indicates 'Delete', 0 indicates 'Signal-none'. Defaults to 3 if not indicated.)

• SUCCURL (Indicates the redirection URL when message is queued successfully. Applicable for CGI and ISAPI DLL APIs only.)

• FAILURL (Indicates the redirection URL when the message cannot be processed successfully. Applicable for CGI and ISAPI DLL APIs only.)


*Note: Only parameter N, M and WAPPUSHURL are compulsory.


Send WAP Push using HTTP example:

CODE
http://localhost/cgi-bin/csend.exe?N=RecipientList&M=WAPpush+MsgText&
WAPPushURL=http//www.domain.com/filename.ext



Sending WAP Push using SQL

To send WAP Push using SQL, you can use the following example (Please also refer to: VisualGSM Enterprise SMS Gateway API (HTTP, CLI, OCX, SOAP) documentation, page 55, 58-63) :

CODE
INSERT INTO LOGLOG (DESTINATION,CONTENT,WAPPUSHURL)
VALUES('+123456789','WAP Push Message','http//www.domain.com/filename.ext')


--------------------
VisualGSM SMS Gateway.
VisualGSM SMS Server Downloads.
PMEmail Poster
Top
ghost_luis
Posted: Mar 10 2008, 02:27 PM
Quote Post


Newbie
*

Group: Members
Posts: 6
Member No.: 1163
Joined: 9-March 08



Hi, I tested and it is enabled to send wap push messages.

The keyword name I´m trying to use is QUBIT.

So in "qubit" keyword I have this:

{KEYWORD}=qubit {M}=qubit {PORT}=COM4 {SEQNO}=1

url: http://localhost/hola.txt

Is this ok¡?

thanks for your help "admin"
PMEmail Poster
Top
admin
Posted: Mar 10 2008, 04:36 PM
Quote Post


Administrator
***

Group: Admin
Posts: 1074
Member No.: 1
Joined: 5-May 03



Hi Luis, could you pls elaborate on what you intend to do with the keyword "qubi"?


--------------------
VisualGSM SMS Gateway.
VisualGSM SMS Server Downloads.
PMEmail Poster
Top
ghost_luis
Posted: Mar 10 2008, 04:55 PM
Quote Post


Newbie
*

Group: Members
Posts: 6
Member No.: 1163
Joined: 9-March 08



Hi Admin, sorry for my bad expression.

I want that messages containing the qubit keyword get automatically answered by a wap push message containing this link http://localhost/hola.txt

But it´s too difficult to me at learnig how to.

Thanks
PMEmail Poster
Top
admin
Posted: Mar 10 2008, 05:24 PM
Quote Post


Administrator
***

Group: Admin
Posts: 1074
Member No.: 1
Joined: 5-May 03



Please refer to the following example:

Request Polyphonic Ring Tone delivered by WAP Push via SMS


--------------------
VisualGSM SMS Gateway.
VisualGSM SMS Server Downloads.
PMEmail Poster
Top
ghost_luis
Posted: Mar 10 2008, 05:36 PM
Quote Post


Newbie
*

Group: Members
Posts: 6
Member No.: 1163
Joined: 9-March 08



Hi Admin, it´s me again.

The example code:

N={N}&M=Here+is+a+Polyphonic+Ring+Tone+by+WAP+Push&
WAPPUSHURL=http://www.visualtron.com/piano.mid

in my case should be like this:

N={N}&M=Here+is+a+text+file&
WAPPUSHURL=http://my_site/hola.txt

that´s correct?

But the entire code doesn´t fit in the Parameter dialog box

What should I do??

Thanks too much Admin.
PMEmail Poster
Top
admin
Posted: Mar 11 2008, 05:42 AM
Quote Post


Administrator
***

Group: Admin
Posts: 1074
Member No.: 1
Joined: 5-May 03



You should put it in one line:

CODE
N={N}&M=Here+is+a+text+file&WAPPUSHURL=http://my_site/hola.txt


Let me know if it works. :)


--------------------
VisualGSM SMS Gateway.
VisualGSM SMS Server Downloads.
PMEmail Poster
Top
ghost_luis
Posted: Mar 11 2008, 07:42 PM
Quote Post


Newbie
*

Group: Members
Posts: 6
Member No.: 1163
Joined: 9-March 08



Hi Admin, my cell phone Sony Ericsson w200 does not support storing sms in sim card unless I do it manually, but I can not be storing every incoming message in the sim card.

So, my cellphone it is not compatible with VisualGSM at all.

Thanks for all your effort admin.
PMEmail Poster
Top
admin
Posted: Mar 12 2008, 04:49 AM
Quote Post


Administrator
***

Group: Admin
Posts: 1074
Member No.: 1
Joined: 5-May 03



Can you copy the sms_server_log.txt from starting of service to "VisualGSM Server has started successfully."?

Location: c:\program files\visualtron software corporation\visualgsm\vgsmlog\


--------------------
VisualGSM SMS Gateway.
VisualGSM SMS Server Downloads.
PMEmail Poster
Top
0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
0 Members:

Topic Options Reply to this topicStart new topicStart Poll

 



[ Script Execution time: 0.0754 ]   [ 12 queries used ]   [ GZIP Disabled ]