Hi...How can we use sems to listen our username (phone no) on phone...lets
say user pressed some combination and we want to play his phone no...How can
this be done
_________________________________________________________________
Contact brides & grooms FREE! http://www.shaadi.com/ptnr.php?ptnr=hmltag
Only on www.shaadi.com. Register now!
At 03:11 PM 2/25/2004, Mike Fallows wrote:
>I have installed serweb which seems to work.
>
>One or two oddities though.
>
>First, there is a java script file being preloaded which does not appear to
>be in the distribution, namely preload.js.
don't use it, it is there by mistake.
-jiri
>I get a runtime error when doing a find user under the user interface, which
>I am guessing is because the preload.js is missing.
>
>Any ideas would be much appreciated.
>
>Mike
>
>_______________________________________________
>Serusers mailing list
>serusers(a)lists.iptel.org
>http://lists.iptel.org/mailman/listinfo/serusers
--
Jiri Kuthan http://iptel.org/~jiri/
We are installing SER from the unstable branch of the CVS along with rtpproxy on a private IP address. Can someone please tell us what these error messages are trying to tell us?
We are getting errors that look like this:
WARNING: fix_socket_list: could not rev. resolve 192.168.0.17
/usr/local/sbin/ser[1851]: NOTICE:init_avp_child: no avp_db_url specified -> feature disabled
(a lot of these)
WARNING: no fifo_db_url given - fifo DB commands disabled!
Thanks,
Mike
Hey All,
I've got an odd problem. I've configured SER to talk to MySQL located on
the localhost successfully. However, I now want to move my MySQL database
to a separate server from SER for performance reasons.
The problem is that now I've moved the database server and changed the
db_url in my ser.cfg file and SER is still looking for the local socket in
/tmp/mysql.sock.
My db_url in ser.cgi looks like this:
# -- auth params --
modparam("auth_db", "calculate_ha1", yes)
modparam("auth_db", "password_column", "password")
modparam("auth_db", "db_url", "mysql://ser:heslo@db1-grv1/ser")
user:ser
pass:heslo
host:db1-grv1
db1-grv1 is mapped to the mysql server IP in the /etc/hosts file. I can
connect fine remotely using the "mysql" client tool and the user/pass above.
However, when I start SER I get the following ...
Listening on
my.ip.iz.her [my.ip.iz.her]:5060
Aliases: my.hst.iz.her:5060
WARNING: no fork mode
stateless - initializing
Maxfwd module- initializing
acc - initializing
0(28939) connect_db(): Can't connect to local MySQL server through socket
'/tmp/mysql.sock' (2)
0(28939) db_init(): Error while trying to connect database
0(28939) mod_init(): Error while connecting database
0(28939) init_mod(): Error while initializing module usrloc
ERROR: error while initializing modules
Any suggestions? Is my syntax for the "db_url" parameter correct?
Any help would be appreciated. Thanks in advance.
Hi,
is there any way to approximately calculate a safe shared
memory size for SER based on total subscribers and concurrent
calls maybe? Is there a different sharedmem requirement depending
on the modules one uses?
-- Arnd
Hi all.
My problem is a configuring one.
Let's say that I want to log every INVITE request from user 'alice(a)foo.bar' at
network 192.168.0, to user 'bob(a)foo.bar' at network !(192.168.0). Is this config
excerpt right for my purposes?:
if (uri==myself) {
... #basic config
if (!lookup("location")) {
sl_send_reply("404","Not Found");
break;
};
if (method=="INVITE" && uri=~"@!(192\.168\.0).*") {
log(1,"INVITE for a different network\n");
};
};
I might be mistaken on thinking that after doing the 'lookup("location")', the
uri gets rewritten to 'bob(a)123.232.3.45', i.e. the Contact information of the
callee. I'd appreciate anyone pointed me in the right direction.
Thanks for your help.
Eduard San Anselmo
Hi,
What's the difference between using forward and t_relay_udp?
For example if an INVTIE is received by mydomain.com and it is to be
redirected to anotherdomain.com, which would be the prefered method to
use???
Also, is it required to us a break after each request to halt any further
processing of the routing script?
Many Thanks,
Alan
-------------------------------------------------------------------------------------------------------
This email, and any files transmitted with it, is copyright and may contain confidential information.
The contents are intended for the use of the addressee(s) only.
Unauthorized use may be unlawful.
If you receive this email by mistake, please advise sender immediately.
The views of the author may not necessarily constitute the views of Telco Electronics Limited.
Nothing in this mail shall bind Telco Electronics Limited in any contract or obligation.
Telco Electronics Limited
6-8 Oxford Court
Brackley
Northants
NN13 7XY
Tel 07000 701999
Fax 07000 701777
Hi Bogdan,
We are experiencing some problems with the proxy no answer (timeout don't
work?) and proxy on busy in our scripts.
script for proxy if busy on client "cliente1":
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cpl PUBLIC '-//IETF//DTD RFCxxxx CPL 1.0//EN' 'cpl.dtd'>
<cpl>
<incoming>
<proxy ordering="sequential">
<busy>
<location url="sip:1234@10.112.128.5" />
</busy>
</proxy>
</incoming>
</cpl>
debug for proxy if busy:
6(17752) DEBUG:cpl-c:get_dest_user: tring to get user from new_uri
6(17752) DEBUG:cpl-c:get_dest_user: tring to get user from R_uri
6(17752) DEBUG:get_user_script: fetching script for user
<cliente1(a)10.112.128.5>
6(17752) DEBUG:get_user_script: we got the script len=58
6(17752) DEBUG: t_check: msg id=12 global id=12 T start=0x422bb6a8
6(17752) DEBUG: t_check: T alredy found!
6(17752) parse_headers: flags=-1
6(17752) check_via_address(10.112.128.55, 10.112.128.55, 0)
6(17752) WARNING:vqm_resize: resize(0) called
6(17752) DEBUG: reply sent out. buf=0x80c9c98: SIP/2.0 1...,
shmem=0x422bd0f8: SIP/2.0 1
6(17752) DEBUG: t_reply: finished
6(17752) DEBUG:cpl_run_script: processing CPL node
6(17752) DEBUG:cpl_run_script: processing proxy node
6(17752) DEBUG:run_proxy: location set found empty -> going on
failure/default branch !!!!!!!!!!!!!!!!?????????????
6(17752) DEBUG:cpl_c:cpl_run_script: running default action
6(17752) rewrite(): Rewriting Request-URI with 'sip:10.112.128.220:14045'
script for proxy if no answer on client "cliente1":
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE cpl PUBLIC '-//IETF//DTD RFCxxxx CPL 1.0//EN' 'cpl.dtd'>
<cpl>
<incoming>
<proxy ordering="sequential" timeout="5">
<noanswer>
<location url="sip:666@10.112.128.5" />
</noanswer>
</proxy>
</incoming>
</cpl>
debug for proxy if no answer:
5(17963) DEBUG:cpl-c:get_dest_user: tring to get user from new_uri
5(17963) DEBUG:cpl-c:get_dest_user: tring to get user from R_uri
5(17963) DEBUG:get_user_script: fetching script for user
<cliente1(a)10.112.128.5>
5(17963) DEBUG:get_user_script: we got the script len=62
5(17963) DEBUG: t_check: msg id=680 global id=680 T start=0x42355b88
5(17963) DEBUG: t_check: T alredy found!
5(17963) parse_headers: flags=-1
5(17963) check_via_address(10.112.128.55, 10.112.128.55, 0)
5(17963) WARNING:vqm_resize: resize(0) called
5(17963) DEBUG: reply sent out. buf=0x80cac78: SIP/2.0 1...,
shmem=0x422e8a58: SIP/2.0 1
5(17963) DEBUG: t_reply: finished
5(17963) DEBUG:cpl_run_script: processing CPL node
5(17963) DEBUG:cpl_run_script: processing proxy node
5(17963) DEBUG:run_proxy: location set found empty -> going on
failure/default branch (the same problem!!!!!!!!!!!!!!!)
5(17963) DEBUG:cpl_c:cpl_run_script: running default action
5(17963) rewrite(): Rewriting Request-URI with 'sip:10.112.128.220:14045'
Can you help us on these issues?
Best regards,
Toni
Hi,
slightly OT here but as some of you may have noticed freenet is
offering the first large scale sip services in germany.
Anyone has an idea which sip proxy they are using?
best regards,
Arnd