[OT] SMS gateway providers

Hi,
I need to send bulk SMS on behalf of clients from within AIR.
Could someone provide pointers to SMS service
centers/providers, who have affordable prices and a stable API
gateway (HTTP oder SOAP, for easy Flex integration).
Thanks for assistance,
Stefan

quote:
Originally posted by:
rtalton
Check out Ribbit! They have a Flex sdk to do messaging and
voice communications. Fairly cheap, too.
http://developer.ribbit.com/platform/features
http://developer.ribbit.com/platform/pricing
Thx! Is Ribbit active yet? I thought, Ribbit is still in some
BETA/ALPHA level. Isn't it so?

Similar Messages

  • I want to integrate SMS gateway to Cisco ISE 1.2 and my question is SMS notifications are supported for Guest self−registration

    I want to integrate SMS gateway to Cisco ISE 1.2 and my question is 
    SMS notifications are supported for Guest self−registration Services ? or it should be done by Sponsor 

    I'm not sure I understand the question.  Do you want to log in to the Sponsor Portal using AD credentials?
    Create an Identity Source Sequence using AD as an Authentication Source.  Go to Administration > Identity Management > Identity Source Sequences.  Either Edit or +Add a Sequence and choose from the Authentication Sources shown.
    Then choose that Identity Source Sequence by going to Administration > Web Portal Management > Settings.  Double-click Sponsor from the Left Menu and click Authentication Source.  Choose the Identity Source Sequence.  Click Save.
    I hope this helps.
    Please Rate Helpful posts and mark this question as answered if, in fact, this does answer your question.  Otherwise, feel free to post follow-up questions.
    Charles Moreton

  • Cisco Prime Infra and SMS gateway integration

    Hello,
    Can anyone point me to right documents or resources to integrate cisco prime infra 2.x with SMS gateway?
    Is there any way I can get SMS alerts for critical events in Cisco Prime Infra 2.x?
    Any suggestion is highly appreciated.
    Regards,
    Girish

    Not directly.
    If you configure PI to email you on alerts, many carriers allow you receive SMS via an email address - i.e. <your_number>@<your_carrier>

  • Oracle Database 10g Integration with SMS gateway

    Dears
    my company system should integrate with SMS gateway to send the customer SMS, actually i haven't any information about Database Integration methods in general(first time to do that) and In particular about SMS gateway
    Please help ASAP and try to provide with any useful links
    Thanks So much for all
    Moro
    Edited by: user11359385 on Feb 21, 2011 6:23 AM

    What do you expect - us having crystal balls that will tell us what interface methods and protocols your SMS Gateway support?
    Find out what the API is for that Gateway and then we can talk of how to use that API from PL/SQL.
    But not knowing the API.. how on earth should we know what to from from a PL/SQL perspective to interface with it? Does it use a TCP interface? Named pipes? RPC calls? DCOM calls? Corba? SOAP? JMS?
    There's a huge number of very different types of interfaces that service software can support. Without knowing what that interface is, it simply is not possible to tell you how to use that interface from PL/SQL.

  • ISE integration with SMS gateway required license

    Hello All,
    We have cisco WLC with guest wireless access configured to use local database. the managment requires new solution to send cridintials to user throug SMS after the user signup through portal.
    we decided to use the cisco ISE. my question is what is the required license to integrate ISE with WLC and SMS gateway. should we use the Basic license, advanced or the wireless license.
    Thanks,
    Amr

    Hi Charles,
    why do you say "you would need Base and Plus Licenses at a minimum"? 
    Looking at the ISE licensing guide (table 2):
    http://www.cisco.com/c/en/us/products/collateral/security/identity-services-engine/datasheet-c78-730772.pdf
    it seems that Guest Portal services are already included in Base License (and all the AAA stuff too),
    therefore enough for the "Wireless Guest Access with SMS authentication" needed by Amr.
    Finally, the advantage of 'Base' license is that is Perpetual ...no annual fee to pay ;-)
    Regards.
    Gio

  • SMS gateway integration with UCCX 7.0

    I have a question, can we perform SMS gateway integration with Cisco Unified Contact Center Express 7.0 premuim license?

    Just to enhance Somar's response a bit: The CCX Premium licnese activates an SMTP subsystem in CCX. This allows you to send emails from within a script. As long as the SMS gateway can accept SMTP you should be able to make it work.

  • Sending above 254 characters through coldfusion sms gateway

    I have been sending SMS using coldfusion sms gateway. If am sending below 254 characters, it works perfectly but when I need to send above 254 characters, I use the messagePayload attribute and convert the message to binary. The message sends OK but only the first 25 characters are displayed
    on the phone. I have gone through the coldfusion documentation but what I don't understand is "The messagePayload field can contain up to 64K bytes;
    it must start with 0x0424, followed by 2 bytes specifying the payload length, followed by the message contents."
    Adobe didn't state any specific example on how this would be implemented. Kindly send an example on how this would be implemented.
    If anyone knows any other method of sending long messages, please share it cos my .Net friends are laughing at me, telling me coldfusion is wack

    quote:
    are the unicode SMS getting thru? have you updated your cf
    server, there's one
    Are you referring to ColdFusion 7.0.1 Updater Paul?
    Yes I did install the updater. I just found out that my
    problem is not unicode problem at all. Basically every return
    receipt that I received from the SMPP Gateway has err:1 in the
    message. All I did is log every CFEvent that I received from the
    SMPP server if error occurs. The example is:
    STRUCT ->
    CFCPATH -> ....
    GATEWAYID -> My Gateway
    ORIGINATORID -> 86???????????
    CFCMETHOD -> onIncomingMessage
    DATA ->
    esmClass -> 4
    sourceAddress -> 86???????????
    priority -> 0
    registeredDelivery -> 0
    messageLength -> 135
    protocol -> 0
    destAddress -> *my number*
    MESSAGE -> id:*some hex message id* sub:001 dlvrd:0
    submit date:0606270957 done date:0606270957 stat:REJECTD err:1
    text:esting routing,
    dataCoding -> 0
    GATEWAYTYPE -> SMS
    and everytime I got an error, I only receive that message.
    However after I called the SMPP support team just now, they said
    that on their end they actually send out two messages to my server
    and in my end, my logger only log one message for every SMS sent.
    The thing really bugging me is, does coldfusion hiding some
    of the messages they received from the server, or does it have some
    kind of funny thing going on. Well, frankly I don't know much about
    Coldfusion, I just been using it for about 6 months.

  • Sms GateWay

    hi all !
    I m using Http interface for Sms gateway. i am using following scirpt bt it cant work.
    script is not working.
    please share some knowledge on it.
    <script>
        var NowSMSServerAddress = "[http://127.0.0.1:8800/]";
        var NowSMSUserName = "test";
        var NowSMSPassword = "test";
        function HTTPGET(strURL)
            var strResult;
          xmlHttp = new XMLHttpRequest();
          Window.alert(strURL);
          Window.alert("message");     
          // Create an HTTP request.
          var temp = WinHttpReq.Open("GET", strURL, false);
        // Send the HTTP request.
          WinHttpReq.Send();
          // Retrieve the response text.
          strResult = WinHttpReq.ResponseText;
          alert(strResult);
       // Return the response text.
       return strResult;
    var strRequest;
    if (WScript.Arguments.Count() < 2)
       WScript.Echo ("Usage: " + WScript.ScriptName + " PhoneNumber1[,PhoneNumber2,...] NowSMSURLParameter1=Value1 [NowSMSURLParameter2=Value2] [NowSMSURLParameterN=ValueN]\r\n");
       WScript.Quit();
    strRequest = NowSMSServerAddress + "/?PhoneNumber=" + encodeURIComponent(WScript.Arguments(0)) + "&User=" + encodeURIComponent(NowSMSUserName) + "&password=" + encodeURIComponent(NowSMSPassword) ;
    for (i=1; i<WScript.Arguments.Count(); i++)
       var strTemp = WScript.Arguments(i);
       while (strTemp.indexOf("^") >= 0) {
          var temp = strTemp.indexOf("^");
          if (temp >= 0) {
             strTemp = strTemp.substr(0, temp) + strTemp.substr(temp+1);
       var equPos = strTemp.indexOf("=");
       if (equPos >= 0)
          strRequest += "&";
          strRequest += strTemp.substr(0,equPos+1);
          strRequest += encodeURIComponent(strTemp.substr(equPos+1));
       else {
          strRequest += "%20";
          strRequest += encodeURIComponent(strTemp);
    /* WScript.Echo(strRequest);  */
    WScript.Echo(HTTPGET(strRequest));
    WScript.Echo(HTTPGET(strResult));
    </script>
    one more thing i would like to ask is that what is the main use of ActiveXObject.
    Edited by: kavit_gamot on Jan 27, 2009 3:41 AM

    err , i'm not a regular at any javascript forums , so cant recommend . But i'd recommend you to google for one.

  • SMS Service providers

    Hi
    Are there any SAP approved SMS service providers?

    Checkout following weblog -
    /people/durairaj.athavanraja/blog/2005/07/12/send-sms-to-india-from-abap
    It doesn't work for some but maybe it works for you.
    Cheers,
    Sanjeev

  • How to develop connection between SMS gateway and Servlet????

    Hi! Friends,
    I m working on an application through which we can send SMS to any GSM mobile.
    It is a web based application and the tool i m using is Java Servlet....
    I want to know that how can i connect the application to SMS Gateway....
    Is it possible to do using servlet. If yes please let me know....
    Waiting for ur positive reply......

    >
    I m working on an application through which we can send SMS to any GSM mobile.
    It is a web based application and the tool i m using is Java Servlet....Kindly elaborate your Application Structure means, you are using some 3rd party SMS GATEWAY or
    you are using Mobile as SMS GATEWAY
    I want to know that how can i connect the application to SMS Gateway....There are various methods for that. But according SMS GATEWAY provider you have to use it.
    Is it possible to do using servlet. If yes please let me know....Possible
    Sachin Kokcha

  • Sending messages through ColdFusion SMS gateways problem

    Hi,
    Has anyone done this working? I have tried many ways and all the advices and the website that i create the test it looks like working, but i am not getting any sms.
    I have also followed this: http://www.adobe.com/devnet/coldfusion/articles/smsgateway.html
    and still no luck. I think maybe is connected with the configuration file, because i am not sure about this source address and so on.
    Can anyone please help me?
    Kind regards!

    where i can see what it says?

  • How to connect to SMS Gateway using servlet?????? pls help me out...

    Hi! Friends,
    I m working on an application through which we can send SMS to any GSM mobile.
    It is a web based application and the tool i m using is Java Servlet....
    I want to know that how can i connect the application to SMS Center....
    Is it possible to do using servlet. If yes please let me know....
    Waiting for ur positive reply......

    Certainly it's possible.
    Look for a telecom provider in your neighbourhood and ask if they have a Java API and then use it.

  • SMS Notification Issue with ISE 1.3

    We have a problem with SMS notification. Please find the attached snapshot of current SMS email gateway configuration. Guest is receiving notification when I am providing the exact mobile number instead of 974$mobilenumber$ in SMTP API destination address: field.
    We are running ISE 1.3 with patch level 2.
    We are using the  the default option (Global Default) SMS Gateway providers for our configuration rather creating a custom. Any luck??
    Also i would like to notice If the guest portal is a self-registration portal, we can choose the providers. But there is no such configuration if it’s a sponsored guest portal. Please find the second attachment.

    [email protected] is addressed by CSCtu25982. We do not put $mobilenumber$ while defining a SMTP-to-SMS gateway.
    <Prefix>[email protected] is being addressed by CSCus78802, which is being included in ISE 1.3 patch 3.

  • Marketing Campaigns using SMS

    Hi,
    Has anyone ever configured CRM to use SMS for Marketing campaigns?
    Is there any useful documentation on it?
    I have the best practice guides but there is no mention of how to do this.
    Any help/advice appreciated.
    David

    David,
    There are several drawbacks with the standard functionality that you will encounter:
    -  SAPconnect only supports HTTP url posting or RFC destination setup (which means you need a third party server program)
    -  The mail forms do not impose a limitation on the length of messages
    -  Target groups do not check if the person has a mobile number.
    If you look at SMS gateway providers they normally allow use via web service or SMPP.  If you plan on doing "bulk" campaigns where you will generate multi-thousand messages a month then you need to use one of these options.  SMPP is a binary protocol that is way too complicated for a business application to implement.  So web services is your best bet.
    If we used mostly standard CRM functionaliy we would do the following for SMS:
    -  Use the segment builder to handle our target groups
    -  Use the personalized mail functionality
    -  Use the open channel exits for segment execution to handle the communication to SMS gateway.
    Now keep in mind that for SMS campaigns this is going to be cubersome, and not going to provide all the mobile marketing functionality you need.  It still appears that even for CRM 52/2007 that mobile marketing is not really fully addressed in the solution with several major gaps.
    We ended up going down a custom route, because the segment builder was not-user friendly and unstable in CRM 40 and the mail form technology did not meet our needs for sending messages and creating template based scenarios.  We still make use of the CRM business partner master for the distribution.
    If you have any further questions on doing SMS campaigns with CRM, please let me know.  This is one area where I have spent some extensive research.  If you are looking for SMS gateway providers in the US, I can also provide some names based on our previous research.
    Thank you,
    Stephen

  • Interactive Reports for Marketing Campaigns using HANA

    Dear Experts,
    We are Implementing Interactive Reports for Marketing Campaigns using HANA Hence, I request you all to help with the Config Steps  / any documents that help.
    Your Help is really appreciated.
    Thanks In advance
    Satish

    David,
    There are several drawbacks with the standard functionality that you will encounter:
    -  SAPconnect only supports HTTP url posting or RFC destination setup (which means you need a third party server program)
    -  The mail forms do not impose a limitation on the length of messages
    -  Target groups do not check if the person has a mobile number.
    If you look at SMS gateway providers they normally allow use via web service or SMPP.  If you plan on doing "bulk" campaigns where you will generate multi-thousand messages a month then you need to use one of these options.  SMPP is a binary protocol that is way too complicated for a business application to implement.  So web services is your best bet.
    If we used mostly standard CRM functionaliy we would do the following for SMS:
    -  Use the segment builder to handle our target groups
    -  Use the personalized mail functionality
    -  Use the open channel exits for segment execution to handle the communication to SMS gateway.
    Now keep in mind that for SMS campaigns this is going to be cubersome, and not going to provide all the mobile marketing functionality you need.  It still appears that even for CRM 52/2007 that mobile marketing is not really fully addressed in the solution with several major gaps.
    We ended up going down a custom route, because the segment builder was not-user friendly and unstable in CRM 40 and the mail form technology did not meet our needs for sending messages and creating template based scenarios.  We still make use of the CRM business partner master for the distribution.
    If you have any further questions on doing SMS campaigns with CRM, please let me know.  This is one area where I have spent some extensive research.  If you are looking for SMS gateway providers in the US, I can also provide some names based on our previous research.
    Thank you,
    Stephen

Maybe you are looking for

  • Can I back up my LaCie and mbp on my time capsule

    Hi to you all I have a MBP and am backing it up on my time capsule. Works perfect. Now i have bought a LaCie external hard drive for my photos. Can I use my time capsule to back up both? (MBP and LaCie) There will be times that I make backups having

  • Posting message to a third party System

    Hi All          I m working on a scenario where I m using the R/3 system as the sender and using Idoc as the message type. The receiver system wants to hide its technical system details and hence I m unable to create a technical system for the same i

  • Fail to set vlan in driver [F1ControlPlane::cmgrSscGetVlan]

    Hi, I've a problem with a IPS module SSM-10 installed on a ASA5510 in Transparent mode, on the event viewer of IPS module i find this Error: errorMessage: Error - Fail to set vlan in driver [F1ControlPlane::cmgrSscGetVlan]  name=errUnclassified someb

  • Problem with GX630 optical drive

    Note: I have owned the GX630 for about 4-5 weeks give or take Overall I really like the GX630 I purchased. It has ran and performed exceptionally well. With that said, I have a slight problem with the optical drive of my 630. I have noticed this prob

  • Need to fix my câmera, but my iPhone only can be fixed in China

    I bought my IPhone 5 in the Apple Store of Hong Kong. My camera is not working properly. Apple told me my phone can only be fixed in Hong Kong. I have tried formatting it but it didn t work. Need help to know can I fix my iPhone