i have install the ser and it installed but i have some problem
1. first i am not able to run the ser command
2. i want to make the scripts for ser and mediaproxy but its show me one error
for running this command i am in /etc/init.d
when i am running this command chkconfig --add ser
error reading information on service ser: No such file or directory
please help me out
with regards
vijay
---------------------------------
How low will we go? Check out Yahoo! Messengers low PC-to-Phone call rates.
I would like to see beside the sample and the "advices" to add to the
cfg file a complete cfg file.
Is such a more complese sample available?
I am sure most of the users will use more than just the basics, and most
of them will use the same modules and set-up.
As new user, I face often the problem where to put the snip set from the
documentation.
I think it would be better to comment out all not necessary parts for
the basic, or mention the spot to put in other configuration parts
(anyway only the route() part needs that)
bye
Ronald
Hi,
Is it possible in SER to implement login concept like yahoo messenger, when you login from another pc your prevois login is signedoff by server. i.e unregister a previously registerd client when same client tries to register from another location.
Thanks in advance,
Abdul Qadir
---------------------------------
Get your email and more, right on the new Yahoo.com
Hi,
I'm trying to figure out if it is possible to duplicate SIP Messages. In a
setup of a SER proxy and two asterisk boxes I want to send all the Register
messages to both of the asterisks, I tried doing the following in the
openser.cfg:
if (method=="REGISTER") {
route(2);
} else { route(1); };
route[2] {
rewritehostport("10.0.0.1:5060");
if (!t_relay()) {
sl_reply_error();
};
rewritehostport("10.0.0.2:5060");
if (!t_relay()) {
sl_reply_error();
};
exit;
}
But I keep getting :
0(22183) ERROR: t_newtran: transaction already in process 0xb6136318
0(22183) DEBUG:sl:sl_reply_error: error text is I'm terribly sorry, server
error occurred (1/SL)
Is it possible at all?
Thanks,
Adi.
Dear Jeevan,
How are you? I do hope your are fine.
I would like to say thanks to you for your help before. Thank you.
I am so sorry for disturb you. Sorry
Jeevan, I still have problem with configuring minisip like I asked you a week ago.
I still can not make a call with minisip. There is always error message.
Can I ask you again, Please?
Here is my problem:
1. I run ./gen_rooCA.sh and running this script, I got rootCA directory.
This directory contains:
a.cacert.pem
b.index
c.serial
d.private directory which contains cakey.pem
e. cert directory which contain 01.pem
2. I run ./gen_usercert.sh user and running this script,I got user directory. This directory
contains:
a.user-calist.pem
b.user-cert.pem
c.user-privkey.pem
d.user-cert_req.pem
3. When running minisip (suppported TLS), I done these tasks:
a.In "Preferences settings", I use TLS port in "enable TLS Local Port"
and "Transport Method" is TLS.
My Questions:
1. In "Personal Settings", what file should I put? I mean, in menu "choose a certificate",
what should I browse to fill this?
2. In " choosen a private key", what should I browse to fill this?
3. In "CA database", what sholud I browse to fill this?
Because when I fill "chosee a certificate" with "cacert.pem", the "choosen a private key" with "cakey.pem"
,and the " CA databese" with "user-cert.pem","cacert.pem","user-calist.pem","user-privkey.pem", I got the error message:
The error message said that the "SSL : connect failed"
Here is :
SipMessageTransport: sendMessage: creating new socket
IP4Address(string): sip.pcr.ac.id (202.95.149.251)
Creating new SSL_CTX
Enter PEM pass phrase:openser
Unknown command: o
Packets will be displayed to the screen
Unknown command: e
Unknown command: n
Unknown command: s
Unknown command: e
SSL: connect failed
SipMessageTransport: sendMessage: exception thrown!
Registering all identities to their registrar:
Registration request sent (username = aldi(a)pcr.ac.id)
SipMessageTransport: sendMessage: creating new socket
IP4Address(string): sip.pcr.ac.id (202.95.149.251)
What should I do, Jeevan? I have tried it many times, but I still can not make a call with minisip.
I realize that my skill is too weak.
Would you mind guide me again to solve this problem? Please...
Thank you very much.. I am sorry for waste your time, Thanks.
Regards :)
Ferianto
Note:
1. I can not run openssl x509 -in cakey.pem -out cakey.crt. It says that it can not converted. TRUSTED CERTIFICATE
2. I copy all the file ("cacert.crt",cakey.pem","user-calist.pem",etc) from my linux server to windows. Because windows can not
download with the extension .pem. Is it correct?
---------------------------------
How low will we go? Check out Yahoo! Messengers low PC-to-Phone call rates.