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