Multiple user and SMSC problem

2008-05-21 Thread PoPo
Hi! I have Kannel / SMSbox with 3 routes (=3 smsc) and 3 users for each route (forced-smsc). But when I send message from http request with various specified user, password and smsid I recieve SMS from unique route. When I keep unique SMPP server on my configuration, I recieve SMS with good

Re: Multiple user and SMSC problem

2008-05-23 Thread PoPo
a écrit : Hi, In my opinion you don't need to make 3 users to send sms. Add smsc-id directive on your smsc-group. And when you send SMS via HTTP command. just add smsc=your-smsc-id. Please refer to HTTP command in the user guide. Regards, Willy On Wed, 2008-05-21 at 15:35 +0200, PoPo

Problem with SMSCid

2008-05-28 Thread PoPo
Hi all, I have a problem with Kannel / Smsbox : When I call this URL (smsc-id : dyn) : http://myhost:13013/cgi-bin/sendsms?user=***&pass=***&from=Test&to=33***&smsc=dyn&text=test&coding=0 SMSbox send the SMS trough other smsc-id : fix. Log : [EMAIL PROTECTED]:/etc/kannel# tail -f /var/log/ka

Re: Problem with SMSCid

2008-05-28 Thread PoPo
Hi Kashif, The problem is now resolved ! Thank for all. Best regards, Cyril Kashif Ali Bukhari a écrit : Dear PoPo Please use following in "dyn" smsc configuration . preferred-smsc-id = dyn denied-smsc-id = "other" and following in other preferred-smsc-i

Re: How to retrieve MSG ID from SMSC?

2008-06-05 Thread PoPo
Hi Roland, I have the same problem. I specify an id when I send an SMS trought the SMSC : http://smpp.xxx.fr:13013/cgi-bin/sendsms param : id= param : dlr-url=http://xxx.fr/interface/smpp.php?smsid=%I&smsc-id=%i&state=%d&time-sent=%T&msisdn=%p&answer=%A&to=%p&from=%P The parameter smsid in ca

Re: Http relay issue with kannel

2008-06-13 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 d

Re: get mesage ID without DLR

2008-09-18 Thread PoPo
Very good idea Alejandro ! Thanks for your help. Cyril fajar a écrit : I saw your path in development mailing list, but you don’t state the patch againts what kannel version, CVS or 1.4.1 ? Thanks *From:* Alejandro G