using Parlay X with Kannel

2011-04-18 Thread write2...@live.com
Dear All, I am facing an issue when connecting with SMSC using Parlay X in Kannel. Can anyone provide me with some help how to connect with SMSC using Parlay X 2.1 I am totally lost here Looking forward to your response. -- View this message in context:

URL encoding error in sms sending by Php Script

2011-04-08 Thread write2...@live.com
i have wrttien PHP function to send sms, but it only send 67 characters. please help me. function sendsms($message,$to) { $url = '/cgi-bin/sendsms?username=kannelpassword=xcharset=UCS-2coding=2' . to={$to} . 'text=' . urlencode(iconv('utf-8', 'ucs-2', $message)); $results =

Re: URL encoding error in sms sending by Php Script

2011-04-08 Thread write2...@live.com
I have solved this problem by using sqlbox. if anyone need then i can share sqlbox configuration file. write2...@live.com wrote: i have wrttien PHP function to send sms, but it only send 67 characters. please help me. function sendsms($message,$to) { $url = '/cgi-bin/sendsms

Problem in sms Receiving

2011-04-06 Thread write2...@live.com
i can send sms but i cant receive sms in kannel. no logs show in bearerbox and smsbox. i m using Nokia 3110c. i guess problem in init-string. please help me my configuration settings is: group = smsc smsc = at modemtype = auto device = /dev/ttyACM0 #speed = 460800 #pin =

RE: Problem in sms Receiving

2011-04-06 Thread write2...@live.com
Message- From: users-boun...@kannel.org [mailto:users-boun...@kannel.org] On Behalf Of write2...@live.com Sent: Wednesday, 06 April, 2011 15:15 To: users@kannel.org Subject: Problem in sms Receiving i can send sms but i cant receive sms in kannel. no logs show in bearerbox and smsbox. i m

GPRS MMS Settings

2011-03-21 Thread write2...@live.com
can we send GPRS / MMS settings via kannel and option to save when user receive them.. what the format of that kind of transaction? -- View this message in context: http://old.nabble.com/GPRS-MMS-Settings-tp31199505p31199505.html Sent from the Kannel - User mailing list archive at Nabble.com.

explain push sms ppg

2011-03-17 Thread write2...@live.com
can anyone explain group=ppg use for push sms and what parameters to be given from php application to send sms. please also expialin what begin t means. $d_querys = begin t('$s_from','$tmp_message');end;; $cursors = @OCIParse ( $pconnection, $d_querys); @OCIExecute ($cursors); -- View this

Re: explain push sms ppg

2011-03-17 Thread write2...@live.com
is similar language like PASCAL. There is calling oracle stored procedure T with params s_from and tmp_message. Dňa 17. 3. 2011 9:03, write2...@live.com wrote / napísal(a): can anyone explain group=ppg use for push sms and what parameters to be given from php application to send sms. please

kannel smsc settings

2011-03-05 Thread write2...@live.com
i have setup kannel with gsm modem, now i want to coonect with real smsc via vpn. what are setting which i will give to smsc to connect my kannel, they have asked for protocl, userid,password ans syestemi-type. this is kannel smsc settings which smsc will provide. group = smsc smsc = smpp host =

Re: kannel smsc settings

2011-03-05 Thread write2...@live.com
it is smpp.. -- View this message in context: http://old.nabble.com/kannel-smsc-settings-tp31073901p31074053.html Sent from the Kannel - User mailing list archive at Nabble.com.

Re: kannel smsc settings

2011-03-05 Thread write2...@live.com
transceiver-mode = true smsc-username = username smsc-password = password system-type = assigned by operator interface-version = 34 enquire-link-interval = 60 source-addr-ton = 0 source-addr-npi = 1 dest-addr-ton = 1 dest-addr-npi = 1 On Sat, Mar 5, 2011 at 2:37 PM, write2