Hello Juha,
The ENUM prefix for France +33 (3.3.e164.arpa) does not work, it is
delegated but the servers do not answer and the resolver times-out in
12-20 seconds. If you prefer to do ENUM look-ups before going to normal
PSTN this affect SIP call flows.
Do you have any idea how to work around this problem? Besides fixing
the DNS server side :)
Regards,
Adrian
Cesc Santasusana writes:
> There have been no reports back, i guess either people are not very
> interested (i dont know why, i am very much) ...
people are interested. i saw a message on the list where someone had
tried to compile the code and had failed. then he asked about which
version the code should run, i.e., 0.9.0 or unstable, but i didn't see
any reply on the list.
> I tried to install it, and compiled without problems. I was hoping to
> use minisip against it,
which version of ser did you use?
> but it would be too much beta-testing. It seems it deals ok with
> connections and so on
> (i tried connecting with a browser via https to the port where ser
> listens for tls ... it worked,
> but of course the parsing of the message failed ... as it was to be
> expected).
> I am trying to develop an injector, to use in conjunction with sipsack
> or the like ... keep
> u posted.
perhaps you could try between two proxies using t_relay_to_tls?
-- juha
Hi
Obvioulsy my day for asking dumb question, but I have the following code,
and am trying to do a simple replace, but in debug..seems like nuthing
happens
if (uri=~"^sip:0.*@.*") {
replace("0","43");
}
{...}
but no replace, now it should replace the first 0 with 43
any ideas
Iqbal
Hello.
I'm not familiar with serweb. I have a couple of questions
regarding to it.
- Can i use serweb to show the location table?. (the same as the
serctl ul show)?
- Can i remove users from the location table?
Thanks
Ricardo Martinez.-
Hallo to all,
I've just installed from source ser 0.9.0 and i've compiled the
postgres module.
I've create a db structure like this:
http://lists.iptel.org/pipermail/serusers/2003-November/003773.html
and this is my ser.cfg (only postgres part):
----
loadmodule "/usr/local/lib/ser/modules/postgres.so"
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/textops.so"
loadmodule "/usr/local/lib/ser/modules/auth.so"
loadmodule "/usr/local/lib/ser/modules/auth_db.so"
modparam("usrloc", "db_mode", 0)
modparam("auth_db", "calculate_ha1", 1)
modparam("auth_db", "password_column", "password")
modparam("auth_db","db_url", "sql://ser:mypass@localhost:5432/ser")
----
if i connect from shell:
----
# psql -U ser ser
Welcome to psql, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit
ser=>
----
All is ok.
But when i start ser server:
----
postgres - initializing
stateless - initializing
0(0) Maxfwd module- initializing
textops - initializing
0(0) bind_dbmod: Module sql does not export db_use_table function
0(0) ERROR: auth_db_bind: unable to bind to the database module
0(0) init_mod(): Error while initializing module auth_db
ERROR: error while initializing modules
----
Where is the error?
Is possible to use postgresql instead of mysql?
Thanks.
--
Gianni Olivieri | Debian/GNU Linux On Kernel 2.6.9-mh4
gianni(a)gnuthink.org | Linux registered user #333000
gianni(a)pureyang.org | <Jabber Id> gianni(a)ircshare.com
(8) It is more complicated than you think.
<RFC 1925 - Fundamental Truths of Networking>
Hello,
The building hosting Berlis and iptel.org machines will be disconnected
from the grid on Saturday 19. 3. (due to maintenance reasons). Please
expect that all the servers (web, mail, cvs, ftp) will be unreachable on
Saturday morning and afternoon (CET timezone). The servers should be back
online on Saturday evening CET.
We apologize for any inconvenience.
Jan.
Hi
What does this table do?, it seems as if my aliases get added here for
some reason, when using serweb demo registration/confirmation script...
Iqbal