Hi all,
I wish to block outgoing calls to certain numbers, specifically mobile
phone numbers, and international numbers. Thats pretty straight forward.
However, when a user attempts to ring one of these numbers I would like
to have a IVR system to prompt them for a PIN number, upon entering a
valid pin number the user would be forwarded to the dialled number, and
the call logged.
Has any one put together a setup similar to this?
Thanks,
-Jev
I have several hardware SIP phones connected to my SER. I want to call external
URIs and that's whay, as I guess, I showd use the pdt module to handle the
prefixes and resolve them to domains. I want to set the SER for example, when
the called number is 01xxxxxx to rewrite the URI from 01xxxxxx@mydomain to
xxxxxx@otherdomain. In the pdt's documentation I can not find detailed
instructions how to do that. Please help :)
Thanks
In my ser.cfg file, I have specified:
modparam("registrar", "use_domain", 1)
Everything works fine except serctl.
When I do "serctl ul show" to dump the db, one of the record shows as
...Record(0xbd6ec6e0)...
domain: 'location'
aor : '3312345(a)mydomain.com'
~~~Contact(0xbd6ec730)~~~
domain : 'location'
aor : '3312345(a)mydomain.com'
Contact: 'sip:3312345@192.168.11.57:5070'
Expires: 775
q : 0.00
Call-ID: '46C2311DC01A467FB013DD0096D680AF(a)mydomain.com'
CSeq : 1247
replic : 0
State : CS_SYNC
Flags : 0
next : (nil)
prev : (nil)
~~~/Contact~~~~
.../Record...
But when I do "serctl ul show 3312345(a)mydomain.com", it returns:
404 Username 3312345(a)isquare.com.au in table location not found
Also, if I try to add a new location record with:
serctl ul add dummy(a)mydomain.com sip:192.168.1.34:5060
The return message is: ('dummy','sip:192.168.1.34:5060') to 'location'
I'm expecting ('dummy(a)mydomain.com','sip:192.168.1.34:5060') to 'location'
The "use_domain" in ul_fifo.c is always 0. Is there something wrong with it?
Zeus Ng
Can ser be configured as an anonymizing B2BUA to provide SIP UA to SIP UA
call anonymity e.g. as per Sinnreich & Johnston, "Internet Communications
Using SIP" p122? Or are there better ways of doing it?
Alex
Dear all,
We have configured Ser to check from username field to authorize user
“unknown”
if (!check_from()) {
sl_send_reply("403", "Only registered users are
allowed");
break;
};
We have error message
0(2568) check_username(): No authorized credentials found (error in scripts)
0(2568) check_username(): Call {www,proxy}_authorize before
calling check_* function !
We have “unknown” username entry in uri table.
Regards
We use
Hi, I have installed SER on my Redhat 9 machine. I can register my sip
phone on SER but i cannot use it to call another SIP phone on a different
server (domain). What do i have to do? Thanks
regards,
Onyeka