Hi,
I am trying to implement Openser with TLS. But my requirement is as follows:
I wanted that all the UAs that register to my Openser Server should come through TLS and when I forward that call to my PSTN gateway it should go through UDP.
While forwarding I understand that it can be done using t_relay_to_udp() but how can the first part be achieved.
I needed that all the registrations and subsequent messages between Openser and UAs be in TLS. Is this possible, and if yes what all certificates will be required on my server side and the UA side?
The documents only mention about TLS transport between servers/proxies.
Please someone help me as I am new to TLS and my understanding related to TLS is not that good.
Thanks,
w/regards,
Jayesh
__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/
We are trying to route inbound calls with openser. In other words, I
would like calls from DID 123-345-1234 to go to extension 123 and calls
from DID 234-456-6789 to go to extension 234. I assume that
lookup("aliases") is the way to do this. But I need an example of what
would be in the aliases database. Any example would help.
TIA.
Bill
--
702-874-3833
1-866-553-3833
Hi,
We are planning to use Openser in a large scale deployment. We are planning to stick to Linksys ATAs and IP Phones.
Now all these phones have good NAT handling capablities. I just wanted to understand if it is better to handle these parameters on the UA side instead of Openser side.
Will it cause some overhead to reduce at the Openser side.
By using these UAs is it also possible to eliminate the use of Mediaproxy/RTPproxy at the Server side.
I have the Openser working fine with Mediaproxy but I just wanted some expert suggestion from the people who are using these kind of UAs.
Thanks,
w/regards,
Jayesh.
__________________________________________________________
Yahoo! India Answers: Share what you know. Learn something new
http://in.answers.yahoo.com/
Hi,
I tried to install serweb 0.9.6 (as followed by the
docs INSTALL and I've extract serweb directorys under
/srv/www/htdocs default dir for apache 2) and ser
0.9.6 on SUSE 10.2 - Linux 2.6.18.2-34-default i686,
mysql 5.0.26-12, php5 5.2.0-10, but now I can see the
login page, but the problem is that when i try to put
username and password in the localhost admin
interface and then click "login" button, firefox 2.0
give me a another windows where I have to choose
how to open index.php. I think that something is
wrong. Can anybody help me?
The contents of /var/log/apache2/error_log is:
[Fri Jan 19 16:19:36 2007] [notice] child pid 6316
exit signal Segmentation fault (11)
[Fri Jan 19 16:19:44 2007] [notice] child pid 6154
exit signal Segmentation fault (11)
[Fri Jan 19 16:19:44 2007] [notice] child pid 6317
exit signal Segmentation fault (11)
The contents of /var/log/serweb is :
Jan 19 16:19:44 serweb [debug] User login: values from
login form: username: admin@localhost, password: heslo
Jan 19 16:19:44 serweb [debug] User login: checking
password of user with username: admin, domain:
localhost
Jan 19 16:19:44 serweb [debug] User login:
authentication succeeded, uuid:
4531d4cf51584ec6b48a59bcb5a34cef
Jan 19 16:19:44 serweb [debug] User login: redirecting
to page: users.php
Jan 19 16:19:44 serweb [debug] User login: values from
login form: username: admin@localhost, password: heslo
Jan 19 16:19:44 serweb [debug] User login: checking
password of user with username: admin, domain:
localhost
Jan 19 16:19:44 serweb [debug] User login:
authentication succeeded, uuid:
4531d4cf51584ec6b48a59bcb5a34cef
Jan 19 16:19:44 serweb [debug] User login: redirecting
to page: users.php
This is my PEAR LIST (installed with command pear
install <package>
Installed packages, channel pear.php.net:
=========================================
Package Version State
Archive_Tar 1.3.1 stable
Auth_SASL 1.0.2 stable
Console_Getopt 1.2 stable
DB 1.7.7 stable
HTML_Template_IT 1.2.1 stable
HTTP 1.4.0 stable
Log 1.9.9 stable
MDB2 2.3.0 stable
Mail 1.1.14 stable
Net_SMTP 1.2.8 stable
Net_Socket 1.0.6 stable
Net_UserAgent_Detect 2.2.0 stable
PEAR 1.4.11 stable
XML_Parser 1.2.8 stable
XML_RPC 1.5.1 stable
classkit 0.4 beta
These are some questions that I need to ask:
1. Have I to download another PEAR pachage ?
2. The problem is FIREFOX, APACHE 2 OR SERWEB ?
3. Have I to check another config file?
Thank you very much
Regards,
vincenzo
___________________________________
Vinci i biglietti per FIFA World Cup in Germania!
yahoo.it/concorso_messenger
Hi,
Does anyone know if OpenSER supports T.38 for Fax over IP?
Or has anyone managed to get it to work?
I did some quick tests and what I got was the destination Fax machine rang,
but the fax message did not arrive. I don't think the destination fax picked
up.
Setup was:
Fax (PC modem) -> IP Gateway -> OpenSER -> PSTN -> Fax machine
Is it possible the Fax tones are not being properly generated by OpenSER,
and so not being recognised by the Fax machine? (For reference, the Gateway
used is advertised as supporting T.38)
Hi,
I have (silly) question about the realm for authenication which I am
not able to fix it.
Currently, i have the following config.
if (uri==myself) {
if (method=="REGISTER") {
# Uncomment this if you want to use digest
authentication
if (!www_authorize("1.1.1.1", "subscriber")) {
www_challenge("1.1.1.1", "0");
exit;
};
if (!check_to()) {
sl_send_reply("401", "Unauthorized");
exit;
};
consume_credentials();
save("location");
exit;
};
if (method=="INVITE") {
if (!proxy_authorize("1.1.1.1","subscriber")) {
proxy_challenge("1.1.1.1","0");
exit;
}
if (!check_from()&& !does_uri_exist()) {
sl_send_reply("403", "Use From=ID");
exit;
}
consume_credentials();
};
lookup("aliases");
if (!uri==myself) {
append_hf("P-hint: outbound alias\r\n");
route(1);
};
My problem is user can only register or make phone call using 1.1.1.1
as a domain. I have setup a domain name on this ip address. for
example sip.proxy.com. when i set up sip.proxy.com as the domain/proxy
address in the UA, i was not able to register and received a 503
service unavailable.
What do i need to do to allow user register using ip address or the
host/domain name at the same time? currently i have it working for ip
address only.
In the subscriber tables-domain column, i have ip address for the
users, do i need to add another entry with the domain name in the
domain column instead of he
ip address? if that is the case, i will have 2 username which the same
number in the table.
Please help.
--
Howard Tang
Hello Users,
How can I perform the load Balancing in My SIP server of Both OpenSER
and Asterisk ,
Currently I have One OpenSER server and Asterisk Server,
For OpenSER is to need use these modules, and is any
1) LCR and Dispatcher modules,
2) OSP Modules ( also need )
Please can anyone help me ......
--
Thanks and Regards
Ravi Prakash Sunkara
ravi.sunkara(a)hyperion-tech.com
M:+91 9985077535
O:+91 40 23114549
F:+91 40 40208727
ravi.sunkara(a)hyperion-tech.com
www.hyperion-tech.com
Hello,
version 1.1.1 of OpenSER has been released. It is an update of version
1.1.0 and includes the fixes for the issues discovered in version 1.1.0,
therefore all people using 1.1.0 should upgrade to this new version. For
people using sms, permissions, postgres, unixodbc, osp, it is highly
recommended to move to this release, in the case no CVS updates were
done after v1.1.0 (if you installed and maintain OpenSER from CVS, then
you have to use branch rel_1_1_0, as it was for v1.1.0). The
compatibility of the configuration file and database has been preserved
(you do not need to do database reinstallation).
Some details about v1.1.1 can be found at:
http://www.openser.org/index.php?option=com_content&task=view&id=47&Itemid=…
Detailed changelog:
http://www.openser.org/pub/openser/1.1.1/ChangeLog
Sources can be downloaded from:
http://openser.org/pub/openser/1.1.1/
The documentation for modules is posted at:
http://openser.org/docs/modules/1.1.x/
If someone wants to contribute with packages for different distros,
please send the link from where can be downloaded to team(a)openser.org.
Cheers,
Daniel
HI!!
I am working with the presence functionality. Today's morning I compiled the latest CVS source and after I run ser I received the following error:
Jan 22 11:19:27 rd /home/ser/ser/ser-0.10.99/presence/ser[3861]: ERROR: db/db.c:83: Database driver 'mysql' not found
Jan 22 11:19:27 rd /home/ser/ser/ser-0.10.99/presence/ser[3861]: uri_db:mod_init: Unable to bind to the database module
Jan 22 11:19:27 rd /home/ser/ser/ser-0.10.99/presence/ser[3861]: init_mod(): Error while initializing module uri_db
my ser.cfg looks like this:
..
loadmodule "/home/ser/src/sip_router/modules/uri/uri.so"
loadmodule "/home/ser/src/sip_router/modules/uri_db/uri_db.so"
loadmodule "/home/ser/src/sip_router/modules/rls/rls.so"
loadmodule "/home/ser/src/sip_router/modules/pa/pa.so"
loadmodule "/home/ser/src/sip_router/modules/presence_b2b/presence_b2b.so"
...
modparam("domain|uri_db|usrloc", "db_url", "mysql://ser:heslo@localhost/ser")
I have the previous version of ser running as proxy+registrar and there is no such error.
Waiting for Your help:)
Bests
TOmasz