hi,
i have compliled and loaded the sms module, then i linked my mobile phone (motorola v998) with my computer on com1 port. when i run ser in debug mode ,the output informations are:
..
0(1515) DEBUG:modem_process: openning modem
0(1515) INFO:initmodem: init modem Motorola on /dev/ttyS0.
0(1515) INFO:initmodem: Checking if Modem is registered to the network
0(1515) NOTICE:initmodem: Waiting 2 sec. before retrying
0(1515) NOTICE:initmodem: Waiting 2 sec. before retrying
0(1515) NOTICE:initmodem: Waiting 2 sec. before retrying
0(1515) NOTICE:initmodem: Waiting 2 sec. before retrying
...
the trouble is just like my modem device(motorola v998) doesn't work with my computer. do i need install the modem device drivers ? but i can't find the drivers, and my ser server is running on linux OS,if there are drivers for linux ?
the second problem is how i can send sms message to ser, is there another UA supported sending sms?
thanks!
reguards,Joe_chen
The file is part of operating system, rather than serweb.
Linux distributions I'm familiar with maintain the file
in question at /usr/share/zoneinfo/zone.tab
-Jiri
ps Please, better post your future questions about ser and serweb to
serusers(a)lists.iptel.org. [sip-implementors] is good primarily for question
about use and building SIP rather than specific implementations.
At 09:52 PM 12/23/2002, Erik Lagerway wrote:
>I am looking for the file zone.tab, does anyone know where I can find it?
>
>I can't find it anywhere in serWeb CVS...
>
><mailto:erik@xten.com>erik(a)xten.com
Hi all,
I'm trying to use the SIP-Jabber GW, but I'm having trouble understanding the documentation. I've installed SER, Jabberd, MySQL and have them all up and running (although this has gone a bit too smoothly, which leads me to think I must have missed out something...). It's all running on Redhat 7.3 on the same machine. The network is a 10.x.x.x network, and DNS is not being used.
I have MSN Messenger 4.7 as the SIMPLE client and Rival3 as the jabber client. What do I do to have these two IM clients talk to each other? What commands do I have to enter?
Thanks,
Usama
_____
Usama Mansoor,
France Telecom R&D UK Ltd.
Chiswick Park,
Building 3,
566 Chiswick High Road,
London,
W4 SYA
Tel.: +44 20 8849 5858
Email: <mailto:usama.mansoor@rd.francetelecom.fr> usama.mansoor(a)rd.francetelecom.fr
"This e-mail, and any files transmitted with it, is intended only for the use of the person/s or entity to whom it is addressed. If you are not the intended recipient (or authorised to receive information for the intended recipient) you must not use, disclose, copy, print or rely on this e-mail. If an addressing or transmission error has misdirected this e-mail, please notify the author by replying to this e-mail and delete all copies of this e-mail. Thank you."
OK, thanks, that did the trick.
I added the 'ser' username and password to the 'db_url' parameter, changed '127.0.0.1' to 'localhost', and now it works :)
Thanks again
- Usama
OK, I've tried running the script as root (and it prompts me for the password) but the permissions still don't get set. So I then log in manually to the mysql database and set the permissions using 'GRANT' to be the same as mentioned in the faq. Unfortunately I still get the following error message:
Dec 12 10:20:25 localhost /usr/sbin/ser[14700]: connect_db(): Access denied for user: 'user(a)localhost.localdomain' (Using password: YES)
Dec 12 10:20:26 localhost /usr/sbin/ser[14700]: db_init(): Error while trying to connect database
Dec 12 10:20:26 localhost /usr/sbin/ser[14700]: init_modules(): Error while initializing module jabber
I'm not sure what else to try. Any suggestions would be much appreciated.
- Usama
-----Original Message-----
From: Dan Austin [mailto:Dan_Austin@Phoenix.com]
Sent: Friday, December 06, 2002 5:41 PM
To: serusers(a)lists.iptel.org
Subject: RE: RE: [Serusers] SER/SERWeb Howto...
Are you running the script as root? Before upgrading MySQL I did use the grant command,
and managed to get the correct permissions installed. I ran into other problems with the
client libraries, so I did a complete upgrade.
After upgrading the ser_mysql.sh script did everyting it should have and I did not need to
make any changes.
I'm also fairly new to MySQL, but from your error message, it looks like you are running
the script from an account that does not have permissions inside the database.
As root if you run mysql, does it prompt for a password? From your select statement, I
would not expect it to. If it allows you to logon to the database, you can try to assign the
default permissions manually.
Dan
<snip>
Yep, I can log in to mysql using both 'ser' and 'serro' user names.
Where in the ser config file should these user name and password be set?
- Usama
-----Original Message-----
From: Jiri Kuthan [mailto:jiri@iptel.org]
Sent: Thursday, December 12, 2002 11:46 AM
To: MANSOOR Usama FTRD/DMR/LON; serusers(a)lists.iptel.org
Subject: RE: RE: [Serusers] SER/SERWeb Howto...
At 11:38 AM 12/12/2002, MANSOOR Usama FTRD/DMR/LON wrote:
>OK, I've tried running the script as root (and it prompts me for the
password) but the permissions still don't get set.
You might have read my previous email and learned that the issue
had not been probably caused by insufficient rights.
Is it possible that you did not set your username/password
in ser configuration properly? Can you login with this
username/password pairs using the mysql tool? I would
really start with such trivial checks.
-Jiri
At 11:38 AM 12/12/2002, MANSOOR Usama FTRD/DMR/LON wrote:
>OK, I've tried running the script as root (and it prompts me for the password) but the permissions still don't get set.
You might have read my previous email and learned that the issue
had not been probably caused by insufficient rights.
Is it possible that you did not set your username/password
in ser configuration properly? Can you login with this
username/password pairs using the mysql tool? I would
really start with such trivial checks.
-Jiri
Hello,
>>Hi all!
>>
>>I'm new to SER, and already I have a question regarding the SER to Jabber: If I setup the jabber.so module to interface to a jabber server for IM, what's the recommended way to monitor the presence status of the SIP IM client?
>>
The presence support is not implemented yet in the public release of
Jabber module. I hope this week (there are still 2 days ... :-) ) the
new version will be available.
>>For example, if a user with MSN Messenger registers with SER, and I set a rule that at registration the jab_go_online call will be made so this user is available on the jabber server, how do I monitor the Messenger user's presence? I mean, they're not subscribed to, so the Messenger client doesn't send presence updates to SER, and hence to the jabber server.
>>
>>Then, of course, if I do subscribe from SER, who maintains the state?
>>
The upcoming Presence Agent for SER (a new module) will manage all the
presence states for users. The Jabber module will use PA to notify SIP
user about presence state of a Jabber user when that SIP user subscribes
for Jabber user's presence.
Best regards,
Daniel
>>
>>Hmmmm....
>>
>>Any help or examples would be terrific!
>>
>>Thanks!
>>- Chris
>>
>>Chris Dingman
>>dingman(a)avaya.com
>>
>>_______________________________________________
>>Serusers mailing list
>>serusers(a)lists.iptel.org
>>http://lists.iptel.org/mailman/listinfo/serusers
>>
>>
>
>--
>Jiri Kuthan http://iptel.org/~jiri/
>
>
>
Hi all!
I'm new to SER, and already I have a question regarding the SER to
Jabber: If I setup the jabber.so module to interface to a jabber
server for IM, what's the recommended way to monitor the presence
status of the SIP IM client?
For example, if a user with MSN Messenger registers with SER, and I set
a rule that at registration the jab_go_online call will be made so this
user is available on the jabber server, how do I monitor the Messenger
user's presence? I mean, they're not subscribed to, so the Messenger
client doesn't send presence updates to SER, and hence to the jabber
server.
Then, of course, if I do subscribe from SER, who maintains the state?
Hmmmm....
Any help or examples would be terrific!
Thanks!
- Chris
Chris Dingman
dingman(a)avaya.com