Re: NACK reporting help

2012-03-06 Thread Ashish Agarwal
Hello All, Any update on the below query. On Wed, Feb 22, 2012 at 5:59 PM, Ashish Agarwal ashisha...@gmail.comwrote: Hello, I have been using kannel for over 2 years now and I am currently using the latest 1.5 version of kannel. I have come across an issue with NACK reports generated for

Message Queue Full error

2012-03-06 Thread Ashish Agarwal
Hello, I am currently using kannel 1.5 svn version and I am facing issue with message queue full when submitting message to the smsc. The smsc has given multiple account with 10 tps on each bind. Therefore, I am using the following configuration group = smsc smsc-id = SMSC1 smsc = smpp host =

Re: USB Hub for USB Modem

2012-03-06 Thread Alvaro Cornejo
This is an issue from kernel itself and how it assigns USB port to devices; basically it asigns the in the order they are being detected by the system. Therfore it is tricky to have allways the same tty asigned to the same device I've seen soemwhere some scripts that can handle this

Re: USB Hub for USB Modem

2012-03-06 Thread spameden
You can use udev rules to make devices permanent in /dev. 2012/3/6 Alvaro Cornejo cornejo.alv...@gmail.com This is an issue from kernel itself and how it assigns USB port to devices; basically it asigns the in the order they are being detected by the system. Therfore it is tricky to have

Re: USB Hub for USB Modem

2012-03-06 Thread Alvaro Cornejo
Yes, but have to be aware that it will have trouble differentiating from same model devices. Also udev nor kannel have no way to know wich SIM card is in which modem... so you must take care with that. On 3/6/12, spameden spame...@gmail.com wrote: You can use udev rules to make devices