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?

Similar Messages

  • 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.

  • Unable to send message through iMessage

    Unable to send message through iMessage.
    Retry fails over and over again.
    But able to receive from it.
    Tried resetting network settings then it works again until the problem comes back.
    Not sure what causes the problem. I do not wish to reboot my iphone everytime when it happens.
    Seems like ios7 gm issues.
    Never had this problem on the beta.
    Anyone have any resolution to this?

    iMessage is Activated.
    Facetime is Activated.
    Don't know what is preventing me from sending over iMessage.
    Receiving is no problem. Even during the the time I was trying to send.

  • Sending JavaMail Through A Particular Gateway Or Firewall

    Sending Java Mail through a particular Gateway or Firewall. I am having the problem while sending mail through Java Mail. This is the code being used for sending mail.
    Security.addProvider(new com.sun.net.ssl.internal.ssl.Provider());
              Properties props = new Properties();
              String timeOutVal="50000";
              props.setProperty("mail.transport.protocol","smtp");
              props.setProperty("mail.host","smtp.gmail.com");
              props.put("mail.smtp.auth","true");//we will use the smtp authentication
              props.put("mail.smtp.port","465");
              props.put("mail.smtp.socketFactory.port","465");
              props.put("mail.smtp.socketFactory.class","javax.net.ssl.SSLSocketFactory");
              props.put("mail.smtp.socketFactory.fallback","false");
              props.put("mail.smtp.quitwait","false");
              props.put("mail.smtp.connectiontimeout",timeOutVal);
              props.put("mail.smtp.timeout",timeOutVal);
              final String emailId ="[email protected]";
              final String password ="test123";
              if(emailId != null && password != null){
                   Session session = Session.getDefaultInstance(props,new javax.mail.Authenticator(){
                        protected PasswordAuthentication getPasswordAuthentication(){
                             return new PasswordAuthentication(emailId.trim(),password.trim());
                        MimeMessage message = new MimeMessage(session);
                        message.setSender(new InternetAddress(emailId.trim()));
                        if(subject != null){
                             message.setSubject(subject.trim());
                        }else{
                             message.setSubject("");
                        //message.setContent("text","text/plain");
                        message.setContent(msg,"text/plain");
                        String recipients = emailIds.trim();
                        message.setRecipients(Message.RecipientType.TO,InternetAddress.parse(recipients));
                        Transport.send(message);
                        return 0;
              }else{
                   return 1;
              }After the Applications sends the mail the following error displays in the console log.
         14:39:59,090 INFO  [STDOUT] javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 465;
           nested exception is:
            java.net.SocketTimeoutException: connect timed out
         14:39:59,090 INFO  [STDOUT]     at com.sun.mail.smtp.SMTPTransport.openServer(SMTPTransport.java:911)
         14:39:59,090 INFO  [STDOUT]     at com.sun.mail.smtp.SMTPTransport.protocolConnect(SMTPTransport.java:158)
         14:39:59,090 INFO  [STDOUT]     at javax.mail.Service.connect(Service.java:310)
         14:39:59,090 INFO  [STDOUT]     at javax.mail.Service.connect(Service.java:169)
         14:39:59,090 INFO  [STDOUT]     at javax.mail.Service.connect(Service.java:118)
         14:39:59,090 INFO  [STDOUT]     at com.sun.mail.smtp.SMTPTransport.connect(SMTPTransport.java:95)
         14:39:59,090 INFO  [STDOUT]     at javax.mail.Transport.send0(Transport.java:188)
         14:39:59,090 INFO  [STDOUT]     at javax.mail.Transport.send(Transport.java:118)          Troubleshooting Done
         Added Firewall ip in the Gateway List, and removed other gateway.
         Then it works.But it blocks other remote servers from accessing the local server.
         as the other gateway is being removed from the local server.
         Please help me to solve the issue.
    Thanks and Regards
    Rasa.

    Your configuration code is unnecessarily complex. Please read the JavaMail FAQ for the simpler way
    to configure access to Gmail.
    Also, the JavaMail FAQ has tips for debugging connection problems.
    If you're having trouble configuring your gateway, talk to your network administrator.

  • I have to send messages through UDP multicast and unicast from same port. In Labview I tried that it throws error. I heard it is possible by means of Datagram (UDP unicast and multicast) Port Sharing. How can it be achieved in Labview?

    I have to send UDP multicast and Unicast messages to a remote port from a single source/local port. I tried by opening UDP unicast and multicast in the same port and got the expected error. I tried by opening a unicast connection and sending unicast messages.After that when multicast messages has to send I closed unicast and opened multicast in the same port.This is not throwing any error. But my requirenment is to comminicate with another application in C ++ which recieves this data, throwing an error of lost connectivity and both the applications are not abled to communicate properly. 
    In the other application with C++ this is implemented using port sharing. So how port sharing can be implemented in labview so that I can send both multicast and unicast messages from the same port?
    Thanks in advance

    UDP is a sessionless protocol, meaning that anyone listening on the specified port CAN receive the data. CAN because as you noted there is no guarantee in the protocol that it will be received. And if you send the data not to a specific address but a multicast address not only one computer can receive it but in fact every computer on the same subnet listening to that multicast address and depending on the TTL of the packet also computers in neighbouring subnets, although that last one is not a very reliable operation since routers can be configured to drop multicast packages anyhow despite of a different TTL saying otherwise.
    Accordingly there is no real way to make sure that a receiving UDP port is not already in use, since you don't build up a connection. UDP is more or less analogous to shouting your messages through a megaphone, and anyone listening on the right frequency (port) can hear it. You do bind the sender socket to a specific port number but that makes little difference.
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Under which account XI sends messages through HTTP communication channel

    Dear Experts,
    Please help us to find out under which account (user) XI sends messages outside through HTTP.
    We should send data to external application using HTTP receiver adapter. Target host, username and password are provided by our customer. But during the test we'va got a HTTP 407 error - Proxy Authentification Required. This is our proxy server and go through it we should grant appropriate rights to XI account. But which?

    Hi,
    This error come because of
    the "auth-scheme" element required by the HTTP specification is missing in the "Proxy-Authorization" HTTP header.
    Solution of this is to use patch 8 for Support Package 17  and patch 5 of Support Package 18 of the XI ADAPTERFRAMEWORK CORE 3.0 software component.
    For XI7.0:
    patch 3 of support package 08 of the XI AdapterFramwork Core 7.0
    patch 2 of support package 09 of the XI AdapterFramwork Core 7.0
    The archives and the support package stack guide can be found on the
    services marketplace as described in SAP Note 952402.
    Hope this will help you.
    Regards
    Aashish Sinha
    PS : reward points if helpful

  • Why cant i send messages through imessage or FaceTime it always tells me that there was an error message and it failed

    so for a while my macbook air hasnt allowed me to facetime or send messages.. it tells me that the server encountered an error processing registration please try again later.. what could be wrong

    This could be a complicated problem to solve, as there are many possible causes for it. Test after taking each of the following steps that you haven't already tried. Back up all data before making any changes.
    Before proceeding, test on another network, if possible. That could be a public Wi-Fi hotspot, if your computer is portable, or a cellular network if you have a mobile device that can share its Internet connection. If you find that iMessage works on the other network, the problem is in your network or at your ISP, not in your computer.
    Step 1
    Check the status of the service. If the service is down, wait tor it to come back up. There may be a localized outage, even if the status indicator is green.
    Step 2
    Sign out of iMessage on all your Apple devices. Log out and log back in. Try again to sign in.
    Step 3
    Restart your router and your broadband device, if they're separate. You may have to skip this step if you don't control those devices.
    Step 4
    From the menu bar, select
     ▹ About This Mac
    Below the "OS X" legend in the window that opens, the OS version appears. Click the version line twice to display the serial number. If the number is missing or invalid according to this web form, take the machine to an Apple Store or other authorized service center to have the problem corrected.
    Step 5
    Take the steps suggested in this support article. If you don't understand some of the steps or can't carry them out, ask for guidance.
    Step 6
    From the menu bar, select
     ▹ System Preferences ▹ Network
    If the preference pane is locked, click the lock icon in the lower left corner and enter your password to unlock it. Then click the Advanced button and select the Proxies tab. If the box marked SOCKS Proxy is checked, uncheck it. You don’t need to change any other settings in the window. Click OK and then Apply. Test.
    The result may be that you can't connect to the Internet at all. Revert the change if that happens, or if iMessage still doesn't work. Remember that you must Apply any changes you make in the preference pane before they take effect.
    Step 7
    Select from the menu bar
     ▹ System Preferences… ▹ Flash Player ▹ Storage
    and click
    Block all sites from storing information on this computer
    Close the preference pane.
    Step 8
    Make sure you know the ID and password you use with iMessage. Launch the Keychain Access application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Keychain Access in the icon grid.
    Use the search box in the toolbar of the Keychain Access window to find and delete all items with "iMessage" or "com.apple.idms" in the name. Log out and log back in.
    Step 9
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    If iMessage worked in the guest account, stop here and post your results.
    Step 10
    Start up in safe mode and log in to the account with the problem. You must hold down the shift key twice: once when you start up, and again when you log in.
    Note: If FileVault is enabled, or if a firmware password is set, or if the startup volume is a Fusion Drive or a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to start and run than normal, with limited graphics performance, and some things won’t work at all, including sound output and Wi-Fi on certain models. The next normal startup may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. After testing, restart as usual (i.e., not in safe mode) and test again.
    If iMessage worked in safe mode, but still doesn't work when you restart in "normal" mode, stop here and post your results.
    Step 11
    Reset the NVRAM.
    Step 12
    Reinstall OS X.
    Step 13
    If none of the above steps resolves the issue, make a "Genius" appointment at an Apple Store, or contact Apple Support.

  • Send Messages through Hangouts..

    I've never Tried Hangouts but with this Latest update it sounds like you can do Quite more than before Like send messages using your Voice Very Cool..
    Have a Look at this more Via the Link Below:
    http://www.droid-life.com/2015/03/16/you-can-finally-send-a-hangouts-message-with-your-voice-in-google-now/

    "is there any application in my mac to send messages"
    No

  • Send messages through ip address

    is there any application in my mac to send messages using only ip address or do I have to download a software ?

    "is there any application in my mac to send messages"
    No

  • Why can I receive but not send messages through Mail?

    I recently installed a wireless router (linksys). I can send mail at the local coffee shop, yet here at home I can't. I know it's something very simple, but I'm giving up...and asking for help in fear of tweaking the settings beyond my knowledge. I get a popup that tells me I can't use the listed server for outgoing mail. I have a couple choices...1) lynksys 2)stmp.mac.com:tugboater.
    I wish I could get it set up...Its annoying to have to use mt yahoo address.
    Heelllppp!

    Help! I have read through this string, but not found an answer. I too, can receive emails but not send them. The problem started last week - I've been successfully using my mail account for 2 years and then last week, stuff I send just disappears - no error messages. I didn't change any settings or do any updates. All sent messages show in my "sent" folder, as well. I have tried everything, including restoring my hard drive from a backup copy made before I was having difficulty.
    I used suggestions in the online help, including using the "ping" function to see if I was communicating with my outgoing mail server. Trying to ping mail.mac.com I get the error message:
    "PING mail.mac.com (17.250.248.152): 56 data bytes
    --- mail.mac.com ping statistics ---
    10 packets transmitted, 0 packets received, 100% packet loss
    I am using mail and .mac mail through a cable DSL line and Airport wireless connection.
    I tried changing my outgoing port to 110 and to 25 without help.
    Any thoughts?

  • Does my iPhone charge me if I send messages through wifi on iMessage?

    Well I bought an iPhone 4 and I was just wondering do I pay for messages I send through iMessage when I'm connected to wifi. And do I pay for FaceTime calls when I'm connected to wifi

    It would be your carrier that charges you, not the iPhone.
    Exchanging iMessages is similar to exchanging email - an internet connection is required. When connected to your carrier's cellular network for internet access, exchanging iMessages goes against the data allowance with your carrier - the same when exchanging email when connected to your carrier's cellular network.

  • Mac Mail won't send messages through some accounts

    For many weeks I've had to use gmail because Mac mail won't let me go through either my business server or my personal website. I can send if I just use the browser so I know they are working. I've tried various addresses for my out going mail- nothing. I've gone into preferences and disabled those accounts, quit mail, then reenabled them again- still nothing.
    My secretary is having the same problem on her Mac mini. Any suggestions?

    I've encountered this issue too and I believe it may be an ISP issue. When I set up a new internet provider at my home I was at first unable to send business mail from home. Eventually I solved the problem by calling the ISP and they either made an adjustment or had me change some obscure setting on my computer or modem (it's been so long I can't remember exactly what it was). I still sometimes run into this problem when I take my laptop elsewhere. One way to check and see if this is the issue for you (if you have a laptop) is to take your computer to a coffee shop or some other place with wifi and see if you can send out mail using your business address from there. You also might want to check and see whether you are able to send mail to other addresses within your organization, or whether the inability to send email is across the board. I mention that because I seem to remember that I ran into an issue of some servers being unwilling to forward email that comes from outside to another address that is outside. So if you try to send an email from home, using your business address, to an address outside of your business, it may reject it, while accepting an address within the business.
    Hope this helps and please bear in mind that I'm no expert at all.

  • Can't send messages through my phone number

    When I send a message it's sent through my iCloud email and not my phone number. I went into message settings but it won't let me use my phone number as a option to reach me. Please help.

    Hey there Kcamps,
    If I understand correctly you are indeed signed into your Apple ID in Settings > Messages, but your phone number is not checked for use  under You Can Be Reached By iMessage At:. I would sign out of, then back into your Apple ID in both FaceTime and iMessage. That should get your number linked with the Apple ID again:
    iOS and OS X: Link your phone number and Apple ID for use with FaceTime and iMessage
    Settings > Messages > Send & Receive. Tap your Apple ID, then tap Sign Out.
    Settings > FaceTime. Tap your Apple ID, then tap Sign Out.
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • Send message through old number?

    I have a personal and work phone.  I want to use my work phone primarily but can't change my old number to the work phone since they're on different carriers.  Is there any way to send iMessages from my work phone through my personal one so they look like they are coming from my old number?

    You can use the HOST or CLIENT_HOST command depending on your forms version and network setup.
    Try:
    HOST('cmd /c net send '||user||' '||<your message>);

  • I had the "WhatsApp" hack on my email, changed all my passwords (gmail, apple ID, etc.) but now I can't send messages through my mail app on my laptop even though it's signed in to my gmail account and is receiving messages.. How do I send msgs again

    I was hacked by the "whats app" email and had changed all my passwords (gmail, apple ID, etc), my mail app on my laptop is signed in to my gmail as per usual and is receiving mail but not sending mail. How do I get it to send mail again? Also is it ok to have the same gmail account used (as my mail and applied ID) after the hack or should I completely reset everything? Ie. get a new email address…So frustrated and confused, please help!!

    It's normal for your phone number to be grayed out in Settings>Messages>Send & Receive under "You can be reached by iMessage at" on your phone because it can't be changed.  If you phone number is listed there it should also be listed further down under "Start new conversations from".  If you tap your number there to select it, your messages will be identified to others as coming from your phone number, not your email address.
    Is you phone number listed there on your phone?

Maybe you are looking for