Re: Generic status Error!!!!!! please help

2008-03-31 Thread Nathan Ferris
Hi Gerardo, Have you tried resetting the modem by sending it: AT+WOPEN=0 ... followed by... AT+WOPEN=1? Nathan Gerardo Segura wrote: Unfortunately this is not a solution. I own a multitech modem, it was working ok but one given day it simply started to give that same generic error when tryin

MMS blogging

2008-03-31 Thread Tharanga
Hi all, I there any providers in UK supports MMS blogging. basically what i need to do is a users mms will go to providers MMSC and from their direct HTTP connection to my application user---> MMS/gateway (provider) --->My application other scenario

Re: Generic status Error!!!!!! please help

2008-03-31 Thread Gerardo Segura
Unfortunately this is not a solution. I own a multitech modem, it was working ok but one given day it simply started to give that same generic error when trying to send sms. As in your case the SIM chip works ok if used with a cell phone, but not in the modem, neither any another SIM chip.

Re: Generic status Error!!!!!! please help

2008-03-31 Thread SELVAMANI GANDHIMATHI
yes, i am able to send and receive sms over a regular phone i'll try to enable verbose repots as you told and let u know about the result.. Thanks, mathi. On Mon, Mar 31, 2008 at 4:23 PM, Alvaro Cornejo <[EMAIL PROTECTED]> wrote: > can you send/receive sms with those sims on a regular phone?

Re: Force SMSC from HTTP Sendsms

2008-03-31 Thread Nathan Ferris
Hi Remon, each of my smsc groups have the two following lines in them: smsc-id = allowed-smsc-id= for your configuration, this would be: group = smsc smsc-id = smsc1 allowed-smsc-id = smsc1 ... group = smsc smsc-id = smsc2 allowed-smsc-id = smsc2 ... Then when you use the send-sms HTTP interf

RE: Force SMSC from HTTP Sendsms

2008-03-31 Thread Raul Igrisan
Yes, there is a request parameter documented in the user guide. There are also config parameters regarding routing (also documented). _ From: Remon Magdy [mailto:[EMAIL PROTECTED] Sent: 31 March 2008 22:43 To: users@kannel.org Subject: Force SMSC from HTTP Sendsms Hello there,

RE: Force SMSC from HTTP Sendsms

2008-03-31 Thread Remon Magdy
Hello Nathan, Suppose i have two SMSCs, "smsc1" with allowed prefix 2012 and the other "smsc2" with allowed and preferred prefix 2012. When sending to this prefix even if i set the smsc parameter to smsc1 it will be sent from smsc2. My Question is how to force it to go through smsc1 while keep

Re: Force SMSC from HTTP Sendsms

2008-03-31 Thread bh
Hello. I'm by no means a Kannel expert, but I found that I also *had* to add: denied-smsc-id = viamodem to my gateway smsc configuration and: denied-smsc-id = viagateway to my modem smsc configuration (where "viamodem" and "viagateway" are the two active SMSCs in my conf file) before it st

Re: Force SMSC from HTTP Sendsms

2008-03-31 Thread Nathan Ferris
Hi Remon, If you're using the HTTP interface to send SMS messages then you can use the smsc parameter. See the "Running SMS gateway" section of the user guide for details and other parameters that you can use. Nathan Remon Magdy wrote: Hello there, is there anyway to force an MT message

Force SMSC from HTTP Sendsms

2008-03-31 Thread Remon Magdy
Hello there, is there anyway to force an MT message sent from the http interface (SMSBOX) to go through a certain SMSC ID? Regards, Remon

RE: FW: Kannel error

2008-03-31 Thread Kevin Reed
+CNMI=2,2,0,1,0 2 = Buffer unsolicited result codes in the TA when TA-TE link is reserved and flush them to the TE after reservation. Otherwise forward them directly to the TE 2= SMS-DELIVERs (except class 2 messages) are routed using unsolicited code: +CMT: [,] (PDU mode) or +CMT: ,[,] [,,

Re: kannel

2008-03-31 Thread Alvaro Cornejo
No, not only with kannel, you need extra software, see mbuni.org, its a mms "extention" for kannel On Mon, Mar 31, 2008 at 3:19 AM, mohmmad jarwan <[EMAIL PROTECTED]> wrote: > Hi > i want to send MMS and i wandering can i use kannel as mms gateway alone > ,or i used Mbuni that based on kannel

Re: Generic status Error!!!!!! please help

2008-03-31 Thread Alvaro Cornejo
can you send/receive sms with those sims on a regular phone?? also try to enable verbose repots from your modem. try AT+CMEE=1 or 2 in your config fiel under init-string On Mon, Mar 31, 2008 at 3:37 AM, SELVAMANI GANDHIMATHI <[EMAIL PROTECTED]> wrote: > Hi all, > > I installed kannel and used a

RE: FW: Kannel error

2008-03-31 Thread Brandon Blackwell
Nathan, What does that init string that you posted do? From: Nathan Ferris [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2008 12:34 PM To: users@kannel.org Subject: Re: FW: Kannel error I'm using Multitech USB modems, but the config should be the

RE: FW: Kannel error

2008-03-31 Thread Brandon Blackwell
Nathan, I am using the serial version of that modem. Yes I can go in through minicom and get a response out of it. Usually when it starts sending out duplicates I can restart kannel and it will clear up for a while. If it totally freezes I usually power cycle it. I will try using your in

RE: SAR parameter

2008-03-31 Thread ashwani
Hi Hafez, No, the problem has yet not solved. I have searched the net but there was no solution to it. Actually, as per SMPP Protocol, the SMSC can send the long message in 2 formats to the ESME (kannel in our case) 1. Long message information in Separate UDH with the message body 2.

Re: MMS wap gateway

2008-03-31 Thread Remon Magdy
I successfully installed NowSMS on linux using wine. Regards, Remon Michael Sole wrote: Not on Linux (that I know off). There is a windows based app call SMSNow which is pretty good. *From:* mohmmad jarwan [mailto:[EMAIL PROTECTED] *Sent:* Monday, March 31, 2008 8:43 AM *To:* [EMAIL

Re: MMS wap gateway

2008-03-31 Thread Remon Magdy
You need to use Mbuni as VAS MMS gateway for sending MMS, kannel itself doesn't have any MMS modules. On the other hand to install Mbuni and start working with it, you should have Kannel installed on the same server. There is no need for Kannel to be running but it should be installed. Regard

Re: Re: MMS wap gateway

2008-03-31 Thread mohmmad jarwan
ok thanx - Original Message From: Michael Sole <[EMAIL PROTECTED]> To: mohmmad jarwan <[EMAIL PROTECTED]> Cc: users@kannel.org Sent: Monday, 31 March, 2008 3:45:19 PM Subject: RE: Re: MMS wap gateway Not on Linux (that I know off). There is a windows based app call SMSNow which

RE: Re: MMS wap gateway

2008-03-31 Thread Michael Sole
Not on Linux (that I know off). There is a windows based app call SMSNow which is pretty good. From: mohmmad jarwan [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2008 8:43 AM To: [EMAIL PROTECTED] Cc: users@kannel.org Subject: UNS: Re: MMS wap gateway thanx for that but is ther an

Re: MMS wap gateway

2008-03-31 Thread mohmmad jarwan
thanx for that but is ther any solution without using Mbuni. - Original Message From: Michael Sole <[EMAIL PROTECTED]> To: mohmmad jarwan <[EMAIL PROTECTED]> Sent: Monday, 31 March, 2008 3:33:38 PM Subject: RE: MMS wap gateway You need to use Mbuni and Kannel. From: mohmmad jar

RE: MMS wap gateway

2008-03-31 Thread Aamir Jamil Rao
Hi Jarwan, For sending MMS , you can use Mbuni alone with MM7 acting as VAS gateway , or You can use Mbuni as standalone MMSC , you will have to use kannel with it for sending MMS notifications. Kannel alone is only used for sending text messages and not MMS. -junaid From: mohm

MMS wap gateway

2008-03-31 Thread mohmmad jarwan
Hi i want to send MMS and i wandering can i use kannel as mmsgateway alone ,or i used Mbuni that based on kannel ,or i use Mbunialone without kannel what way more effective and more reliability . Are three way is true (can send MMS with it) _

Generic status Error!!!!!! please help

2008-03-31 Thread SELVAMANI GANDHIMATHI
Hi all, I installed kannel and used a GSM modem and my BSNL sim with which i could send and receive sms using kannel.. but when i tried to change the SIM to HUTCH or AIRTEL service provider i am getting the following error. 2008-03-31 14:35:07 [22072] [7] DEBUG: boxc_receiver: sms received 20

kannel

2008-03-31 Thread mohmmad jarwan
Hi i want to send MMS and i wandering can i use kannel as mms gateway alone ,or i used Mbuni that based on kannel ,or i use Mbuni alone without kannel what way more effective and more reliability . Are three way is true (can send MMS with it)