RE: Character code conversion

2009-10-16 Thread Karan Zaveri
I am also looking for a solution for this. Please help.. -Original Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of rcong Sent: Thursday, October 15, 2009 8:09 PM To: users@kannel.org Subject: Character code conversion Hi, Can someone please tell

Re: Character code conversion

2009-10-16 Thread seikath
at the config, set mo-recode=true and then use iconv to convert the kannel request from the reported by kannel charset to the desired one IF the reported charset is not UTF* rcong wrote: Hi, Can someone please tell me that how do I convert kannel received text into UTC-8 code? I tried to

How to restart individual SMSC

2009-10-16 Thread Jinson
Hello, I would like to know the command for restarting an individual SMSC to http administration. I tried the below url, but it says Denied. The username and password are correct. http://xxx.xxx.xxx.xxx:12354/start-smsc?username=password=xxsmsc=SMPP1 Thanks Jinson Abraham

Re: How to restart individual SMSC

2009-10-16 Thread Nikos Balkanas
Hi, The command seems correct. You don't need username. Make sure you use your admin-password and that admin-allow-ip is set correctly in your configuration file. BR, Nikos - Original Message - From: Jinson To: users Sent: Friday, October 16, 2009 10:39 AM Subject: How to

getting delivery report: delivery failure

2009-10-16 Thread Latitude Test
This is what I see in the log: DEBUG: data: 69 64 3a 32 34 35 31 37 33 33 31 33 34 20 73 75 id:2451733134 su DEBUG: data: 62 6d 69 74 20 64 61 74 65 3a 30 39 31 30 31 33 bmit date:091013 DEBUG: data: 30 37 30 34 20 64 6f 6e 65 20 64 61 74 65 3a 30 0704 done date:0 DEBUG: data: 39 31 30 31 33 30

Re: How to restart individual SMSC

2009-10-16 Thread Jinson
Not working with the below url also. Im able to see the status query through HTTP Admin. Only this things is not working. Thanks Jinson Abraham MobME storms into Emerging 50 Companies in India by Nasscom On Fri, Oct 16, 2009 at 1:44 PM, T.K.Thapa tapan_thapa2...@yahoo.comwrote:

RE: Character code conversion

2009-10-16 Thread Karan Zaveri
Hi Seikath, Thanks for responding but when you say convert the Kannel request from the reported kannel character set do you mean the value set in the alt-character variable? I tried the above and what happens is all characters except the $$ sign shows a weird character and doesn't show up

coding-charset

2009-10-16 Thread patrick meye
Hi, Thank you for orientation,i tried to use some php functions like ICONV,MBSTRING,...etc,i tell php to use UTF-8 in http.conf php.ini but no success.Is some one can help me to solve my problem please Best regard! From: n...@amdtelecom.net To: patrick_m...@hotmail.fr;

FW: coding-charset

2009-10-16 Thread patrick meye
Is some one can help me please,i really need help,or is there no issue for my problem!? From: patrick_m...@hotmail.fr To: n...@amdtelecom.net Subject: RE: coding-charset Date: Fri, 16 Oct 2009 07:12:15 + Hi, Thank you for orientation,i tried to use some php functions like

Re: How to restart individual SMSC

2009-10-16 Thread Jinson
The conf upto smsc group #Kannel configuration file group = core admin-port = admin-password = xxx status-password = xxx #admin-deny-ip = *.*.*.* #admin-allow-ip = 127.0.0.1 smsbox-port = smsbox-port-ssl = no #box-deny-ip = *.*.*.* box-allow-ip = *.*.* sms-resend-retry = 0 dlr-storage

Re: Character code conversion

2009-10-16 Thread seikath
What i mean is : 1. set mo-recode=true 2. restart the smsc. 3. in the get-url add the charset code so you will know in what charset kannel is doing the request. example: post-url =

Kannel + Elang

2009-10-16 Thread Cheikh Sidiya
Hello What do think about using Erlang language for application layer  and Kannel as gateway? I think associate Kannel and OTP framework  will be a fantastic  and powerful strategy Regards

Re: Routing Question

2009-10-16 Thread Monchanin Eric
Hello Nikos, Thank you for your answer. mBuni will connect to kannel with only one sendsms-user setting, furthermore, it doesn't pass any smsc-id parameter. My mBuni sendsms-user has to route the messages between 2 smsc : smsc1 = USA smsc2 = Europe Which I can configure using the

Re: How to restart individual SMSC

2009-10-16 Thread Jinson
I was using status password instead of admin password. Its working now. Thanks for the support :) Thanks Jinson Abraham MobME storms into Emerging 50 Companies in India by Nasscom On Fri, Oct 16, 2009 at 3:12 PM, T.K.Thapa tapan_thapa2...@yahoo.comwrote: Are you sure you are

Re: How to restart individual SMSC

2009-10-16 Thread Nikos Balkanas
Hi, It would be a good idea to restrict admin-allow-ip, otherwise hackers can gain control over your gateway. Please post detailed bb logs of your attempt. BR, Nikos - Original Message - From: Jinson To: T.K.Thapa Cc: users Sent: Friday, October 16, 2009 12:08 PM

Re: coding-charset

2009-10-16 Thread Nikos Balkanas
Hi, As explained before, there is no kannel issue with your problem. You have application/php issues, for which you should address a php forum. BR, Nikos - Original Message - From: patrick meye To: mailing list kannel Sent: Friday, October 16, 2009 11:55 AM Subject: FW:

Re: How to restart individual SMSC

2009-10-16 Thread Monchanin Eric
Hello, I just played around with the kannel-monitor project, included in kannel's contrib directory. It seems absolutely great : smsc status, one by one, smsc admin (start, stop, restart), one by one, However, I am having this little issue, it might be the case for everyone, when I

Re: getting delivery report: delivery failure

2009-10-16 Thread Nikos Balkanas
Hmm. Interesting. I misspelled DLR to DKR and I think this caused the problem. When asking for detailed DLR excerpt from bb logs, I didn't have half a PDU in mind! Are you trying to save lines on copy and paste? Please resubmit the whole PDU entry from bb logs. Nikos - Original Message

Re: Routing Question

2009-10-16 Thread Cezary Siwek
Hi Eric, I don't know mbuni at all. If it's a big problem to pass smsc-id or use two sendsms users you could try apply prefix-based routing: in example: +1x - US SMSC1 001x - US SMSC2 If the SMSC2 does not accept 001 prefix, change it to +1 using 'unified-prefix' in the smsc

Re: Routing Question

2009-10-16 Thread Nikos Balkanas
Hi, I don't know Mbuni. You should ask an mBuni forum for that. No other smsc directives exist for sendsms-user You can add as many smscs as you would like: forced-smsc=A;B;C;... What this will do is to redirect all sendsms traffic for this user to those smscs. BR, Nikos - Original

sqlbox

2009-10-16 Thread Hofferek Attila
Hi, where can I get the latest sqlbox? -- Hofferek Attila

Re: sqlbox

2009-10-16 Thread Alejandro Guerrieri
http://www.kannel.org/~aguerrieri/SqlBox/ Regards, Alejandro 2009/10/16 Hofferek Attila h...@soka.co.hu Hi, where can I get the latest sqlbox? -- Hofferek Attila

Re: Routing Question

2009-10-16 Thread Monchanin Eric
Hello, Thank you for the answer, I configured my sendsms-user with the following : # GENERIC SEND-SMS USERS group = sendsms-user username= foo password= bar concatenation = true max-messages= 5 forced-smsc =

Re: Routing Question

2009-10-16 Thread Monchanin Eric
thanks, seems like an acceptable solution, although it'll require changes in our code. I'll dig into it Le 16/10/2009 13:26, Cezary Siwek a e'crit : Hi Eric, I don't know mbuni at all. If it's a big problem to pass smsc-id or use two sendsms users you could try apply prefix-based routing:

Re: Routing Question

2009-10-16 Thread Nikos Balkanas
Yeap. You have also to put in group smsc3: denied-smsc-id = smsc1;smsc2 Nikos - Original Message - From: Monchanin Eric To: Nikos Balkanas Cc: us...@vm1.kannel.org Sent: Friday, October 16, 2009 4:26 PM Subject: Re: Routing Question Hello, Thank you for the answer,

Re: Routing Question

2009-10-16 Thread Monchanin Eric
That is the case already, here is a piece of my config : ### SMSC1 group = smsc smsc-id = smsc1 smsc= smpp (...) allowed-prefix = 1;+1 denied-smsc-id = smsc2;smsc3 ### SMSC2 group = smsc smsc-id

RE: Character code conversion

2009-10-16 Thread patrick meye
Hi Seikath, That's the same probleme like mine,all you say is exatly what i've done,but i don't know how to know what charset kannel is doing request.Can help me about,just how to know what charset kannel request please.I think that'll help me. Thank you in advance! Date: Fri, 16 Oct 2009

Re: Routing Question

2009-10-16 Thread Alejandro Guerrieri
Can you try using force-smsc with only one smsc name and see if the problem still happens? e.g force-smsc=smsc1 ? Regards, Alex 2009/10/16 Monchanin Eric emoncha...@skycore.com That is the case already, here is a piece of my config : ### SMSC1 group = smsc smsc-id

dlr-url

2009-10-16 Thread narendra reddy
Hi list, pls can anyone provide one example *dlr-url* for which getting delivery reports . Thanks in Advance. Best Regards, narendra Reddy.

Re: Character code conversion

2009-10-16 Thread seikath
I tried twice to explain I cant find other ways to explain more. may be this will help you: $sms1251=preg_match(/UTF/i,$GLOBALS[_REQUEST][charset]) ? pg_escape_string(iconv($GLOBALS[_REQUEST][charset], Windows-1251,$GLOBALS[_REQUEST][message])) : pg_escape_string($GLOBALS[_REQUEST][message]);

Re: Routing Question

2009-10-16 Thread Alejandro Guerrieri
According to the documentation, forced-smsc accepts only a single smsc id as a parameter. It's probably trying to force smsc1;smsc2 which it doesn't exist, so the rule is effectively ignored. Try naming smsc1 and smsc2 as smsc1 instead. Regards, Alejandro On Fri, Oct 16, 2009 at 4:46 PM,

How to Multiple SMSC's configuration and how to Load balancing B/W Muliple SMSC's

2009-10-16 Thread kiran.re...@mpowerglobal.in
Hi All, How to Multiple SMSC's configuration and How to do the Load Balancing and Fail over between Multiple SMSC's. If possible please send sample configuration. :-( Thanks and Regards, Kiran Reddy

Re: How to Multiple SMSC's configuration and how to Load balancing B/W Muliple SMSC's

2009-10-16 Thread seikath
You should use kannel. Then you send logs and ask questions whats wrong. kiran.re...@mpowerglobal.in wrote: Hi All, How to Multiple SMSC's configuration and How to do the Load Balancing and Fail over between Multiple SMSC's. If possible please send sample configuration. :-( Thanks and

Re: How to Multiple SMSC's configuration and how to Load balancing B/W Muliple SMSC's

2009-10-16 Thread Monchanin Eric
You can configure multiple smsc with the exact same smsc-id Kannel will randomly send the SMS using any of those smsc if it's active. example : # Bind 1 group = smsc smsc-id = my_unique_bind smsc= smpp host=

Re: Routing Question

2009-10-16 Thread Monchanin Eric
forcing to only 1 smsc is ok. the sms gets routed to smsc1 and only to smsc1, I sent a dozen messages and none got routed to smsc3 (but then no message is routed to smsc2) Le 16/10/2009 16:19, Alejandro Guerrieri a écrit : Can you try using force-smsc with only one smsc name and see if the

SqlboxBearerbox architecture, kannel is freezing on mass sms

2009-10-16 Thread Fourat ZOUARI
Hello all, I have Kannel 1.4.3 with Sqlbox 0.7.2 installed successfully, the solution hangs when executing mass SMS campaigns. I have advanced monitoring on the queues, sqlbox queue table, bearerbox's store and even parsing the http kannel status page and plottinh the values to some graphs. The

Re: Routing Question

2009-10-16 Thread Monchanin Eric
Alejandro, thank you for the idea, it made the config a little bit more complex BUT I took some time to clean it, organize it and in the end, it's clearer. I kept smsc1 and smsc2 for regular messaging, and created 2 smsc with identical smsc-ids, 1 clone of smsc1 and one clone of smsc2. I

OOT Force Download

2009-10-16 Thread sangprabv
Sorry for this miss addressed question, I am developing a PHP script to let users to download content (wallpaper, tones, etc) from mobile phones. In same cases the browser download the script.php file rather than the content itself. Here is my script: header(Pragma: public); header(Expires: 0);

Re: Character code conversion

2009-10-16 Thread rcong
figure it out, need to convert character code from utf-16be back to whatever default code then use it. Thank you for the help. roger seikath wrote: I tried twice to explain I cant find other ways to explain more. may be this will help you: