Hi All,
I am using openser as a proxy and presence server.
now i am add new module IMC for support chat conference.
But how i can test changes are right????????
There is any standard phone Or sip client which support
IMC module and able to send messages like create,join....
for conference.
So, i can test our sip proxy...........
Thanks & Regards,
--Amit
HI,
How did you solve the problem....Suddenly I also got an error:
[S1000][unixODBC][Oracle][ODBC][Ora]ORA-12514: TNS:listener does not currently know of service requested in connect descriptor
Does anybody know the problem?
Regards
Martin
i'm trying to setup openser-1.3 with xmpp support . I get the following
error when I to IM another user.
:cmd_send_message: invalid content-type 0xff00f
--
TC
Hi Sir,
For enabling tls support on openser version 1.0.1 on Fedora 7, I have
the attached openser.cfg file which I am using.
tls_certificate = "/sip-server/tls/tools/user/user/user-cert.pem"
tls_private_key = "/sip-server/tls/tools/user/user-privkey.pem"
tls_ca_list = "/sip-server/tls/tools/user/user-calist.pem"
The three given certificates are generated using scripts gen_rootCA.sh
and gen_usercert.sh.
When I try to run openser, it gives me the error saying "ERROR: bad
config file (4 errors)"
I have done configuration on the basis of the instruction given in the
link
http://www.openser.org/docs/tls.html#AEN93.
I also installed the openssl-0.9.8g on my Fedora machine.
Can you help me out as I need to complete my work on very high priority?
Thanks in advance
Vijender
DISCLAIMER:
-----------------------------------------------------------------------------------------------------------------------
The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in
this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates.
Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of
this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have
received this email in error please delete it and notify the sender immediately. Before opening any mail and
attachments please check them for viruses and defect.
-----------------------------------------------------------------------------------------------------------------------
This is my config file
debug=3
#fork=no
log_stderror=yes
listen=192.168.104.20 # INSERT YOUR IP ADDRESS HERE
port=5060
children=4
dns=no
rev_dns=no
fifo="/tmp/ser_fifo"
loadmodule "/usr/local/lib/ser/modules/sl.so"
loadmodule "/usr/local/lib/ser/modules/tm.so"
loadmodule "/usr/local/lib/ser/modules/rr.so"
loadmodule "/usr/local/lib/ser/modules/maxfwd.so"
loadmodule "/usr/local/lib/ser/modules/usrloc.so"
loadmodule "/usr/local/lib/ser/modules/registrar.so"
loadmodule "/usr/local/lib/ser/modules/domain.so"
loadmodule "/usr/local/lib/ser/modules/mysql.so"
loadmodule "/usr/local/lib/ser/modules/auth_db.so"
modparam("domain", "db_url", "mysql://root:tulip@localhost/ser")
#modparam("domain", "domain_table", "domain")
#modparam("domain", "domain_col", "domain")
modparam("usrloc|registrar|auth_db|avpops|group", "use_domain", 1)
modparam("domain", "db_mode", 1)
# --- main routing logic
route{
if (!mf_process_maxfwd_header("10")) {
sl_send_reply("483","Too Many Hops");
exit;
};
if (msg:len >= 2048 ) {
sl_send_reply("513", "Message too big");
exit;
};
if (!method=="REGISTER")
record_route();
if (loose_route()) {
append_hf("P-hint: rr-enforced\r\n");
route(1);
};
if (!uri==myself) {
append_hf("P-hint: outbound\r\n");
route(1);
};
if (is_uri_host_local() || uri==myself) {
if (method=="REGISTER") {
if (!www_authorize("", "subscriber")) {
www_challenge("", "0");
exit;
};
if (is_uri_host_local() || uri==myself) {
if (method=="REGISTER") {
if (!proxy_authorize("", "subscriber")) {
proxy_challenge("", "0");
break;
};
if (is_from_local() || from_uri==myself) {
if (method=="REGISTER") {
if (!www_authorize("", "subscriber")) {
www_challenge("", "0");
exit;
};
if (is_uri_host_local() || uri==myself) {
if (method=="REGISTER") {
if (!proxy_authorize("", "subscriber")) {
proxy_challenge("", "0");
break;
};
save("location");
exit;
};
if (!lookup("location")) {
sl_send_reply("404", "Not Found");
exit;
};
append_hf("P-hint: usrloc applied\r\n");
};
route(1);
}
route[1] {
if (!t_relay()) {
sl_reply_error();
};
exit;
}
when i run ser i got error modules error . is it correct or not can u check it ???
----PGP Signature--
Satish Patel
mobile:- +91-9818875535
http://www.linuxbug.org
---------------------------------
Never miss a thing. Make Yahoo your homepage.
Hi, I read in LCR doc:
1.4.4. to_gw([group-id])
Checks if in-dialog request goes to a gateway. If an optional group-id is
given, only gateways belonging to this group are checked.
I suppose that a gateway uses its scheme:IP:port as "Contact" in 200 OK,
so "to_gw()" function matches that scheme:IP:port in RURI and verifies if
there is a To tag to match an in-dialog message and deliver it to gateway. Is
it?
Thanks for any explanation.
--
Iñaki Baz Castillo
ibc(a)in.ilimit.es
Good afternoon,
Have you got names of SIP client with sip-tls support that you have seen
working with OpenSER?
Thanks
I'm asking that before having to deploy a WPA2-Enterprise wireless
network to ensure masked signaling / (and perhaps masked communications)
Dear all
i have going to install ser with multidomain support like
aaa(a)example.com
bbb(a)openser.org
ccc(a)iptel.org
Something like this but i done know how to configure it in CFG file is there anybody have runing configuration or sample example file plz hint me and send it me ....
$ cat ~/satish/url.txt
http://www.linuxbug.org
_____________________________________________________________________________________________________
---------------------------------
Chat on a cool, new interface. No download required. Click here.