RE: Http relay issue with kannel

2008-06-16 Thread info.ubichip
Thanks, it was helpfull. it is working now,despite the dlr but it is for cdma and my other gw does not support it. _ From: Alvaro Cornejo [mailto:[EMAIL PROTECTED] Sent: vendredi 13 juin 2008 16:26 To: info.ubichip Cc: users@kannel.org Subject: Re: Http relay issue with kannel

RE: Http relay issue with kannel

2008-06-16 Thread info.ubichip
: Re: Http relay issue with kannel How do you handle cdma with kannel?? On Mon, Jun 16, 2008 at 3:35 AM, info.ubichip [EMAIL PROTECTED] wrote: Thanks, it was helpfull. it is working now,despite the dlr but it is for cdma and my other gw does not support it. _ From: Alvaro Cornejo

Re: Http relay issue with kannel

2008-06-14 Thread PoPo
Hi, I wrote this function to call Kannel and process messages back: private function call_kannel($url, $data){ $url = $url . ? . $data; $st = @file($url); list($version, $status_code, $msg) = explode(' ', $http_response_header[0], 3); switch((int) $status_code){ case 202: // Accepted for

Http relay issue with kannel

2008-06-13 Thread info.ubichip
Hello, I would like to achieve the following schema to send sms: app --- kannel gw 1--- php code I would like the php code is seen as another kannel gw by the kannel gw #1. In the php code, I wrote some code answering 0: Accepted for delivery or Sent. but the GW1 saw it as NACK and so make it