Re: KANNEL XML POST MESAGE

2014-12-01 Thread michael osakede
solved this using default-smsc under send sms On Monday, December 1, 2014 4:58 PM, michael osakede wrote: I think i need to pass the SMSC variable , how do I do this in XML POST? On Monday, December 1, 2014 4:50 PM, michael osakede wrote: Thanks Now i get "Not routable

Re: KANNEL XML POST MESAGE

2014-12-01 Thread michael osakede
I think i need to pass the SMSC variable , how do I do this in XML POST? On Monday, December 1, 2014 4:50 PM, michael osakede wrote: Thanks Now i get "Not routable. Do not try again." Can you share your send-sms config? Regards,Michael On Monday, December 1, 2014 4:34 PM, Tapa

Re: KANNEL XML POST MESAGE

2014-12-01 Thread michael osakede
Thanks Now i get "Not routable. Do not try again." Can you share your send-sms config? Regards,Michael On Monday, December 1, 2014 4:34 PM, Tapan Kumar Thapa wrote: Here is the one to many working example. http://:13013/cgi-bin/sendsms'; $xml = ' 919871701375 919871701375 919

Re: KANNEL XML POST MESAGE

2014-12-01 Thread Tapan Kumar Thapa
Here is the one to many working example. http://:13013/cgi-bin/sendsms'; $xml = ' 919871701375 919871701375 919871701375 919871701375 xxx xxx '; $curl = curl_init(); curl_setopt($curl, CURLOPT_URL, $url); curl_setopt($curl, CURLOPT_RETURNTRANSFER, TRUE); curl_setopt($curl, CURLOPT_POSTF

KANNEL XML POST MESAGE

2014-12-01 Thread michael osakede
Hello All, I keep getting "Authorization failed for sendsms". My Send SMS config#-# SEND-SMS USERS## These users are used when Kannel smsbox sendsms interface is used to# send PUSH sms messages, i.e. calling URL like# http://kannel.machine:13013/cgi-bi