Hi all !
How can I use rtpproxy if i want redirect connection
from my client behind NAT to another user registered on another sip server
I can't use SRV records
# redirection to another sip server
if (uri=~"sip:1([0-9])*@.*") {
setflag(1);
strip(1);
if (nat_uac_test("3")) {
fix_nated_sdp("1");
force_rport();
fix_nated_contact();
force_rtp_proxy();
};
record_route();
sethostport("another.sip.server.pl:5060");
if (!t_relay()) {
sl_reply_error();
};
break;
t_relay();
};
The connection is estabilished fine but I don't hear
Thanks
Andrzej
http://my.fotolog.net/register/register3.html?t=Z3VpdGFycGhpbAI3OTIwMAIxMTA…
Begin forwarded message:
Date: Thu, 25 Nov 2004 15:49:18 +0100
From: "E. Versaevel" <erik(a)infopact.nl>
To: "'Felipe Martins'" <fmartins(a)mundivox.com>, <serusers(a)lists.iptel.org>
Subject: RE: [Serusers] serctl add users Error ...
You should not enter the root passwd for mysql, but the password assigned to
user ser.
-----Oorspronkelijk bericht-----
Van: serusers-bounces(a)iptel.org [mailto:serusers-bounces@lists.iptel.org] Namens
Felipe Martins
Verzonden: donderdag 25 november 2004 16:36
Aan: serusers(a)lists.iptel.org
Onderwerp: [Serusers] serctl add users Error ...
I've got my first ser server installed and i'm having trouble with already.
I've installed the way the ser page says, just the same. The ser server is
running so as the mysql server, but i can't add any user to it ... I did as
the above
# serctl add user password user(a)domain.com (the names are changed)
and after i give it a root mysql passwd it return me the following error
ERROR 1045: Access denied for user: 'serro@localhost' (Using password: YES)
ERROR 1034: Access denied for user: 'ser@localhost' (Using password: YES)
What my be wrong ?
--
Felipe Martins
Linux System Administrator
Tep Solution Provider
Mundivox Communications
Rua Lauro Muller, 116/Sala 505
RJ - Brasil - 22290-906
Tel.: 55 21 3820-8839
Fax.: 55 21 3820-8844
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
--
Felipe Martins
Linux System Administrator
Tep Solution Provider
Mundivox Communications
Rua Lauro Muller, 116/Sala 505
RJ - Brasil - 22290-906
Tel.: 55 21 3820-8839
Fax.: 55 21 3820-8844
When I try to call any of my routes from the main routing logic routine, I
get the following warning in my log and the call is not processed as it
should be in the route.
0(26610) WARNING: run_actions: null action list (rec_level=3)
In other words, I have:
route{
:
:
:
Log(1, "LOG: Calling route 2\n");
route(2);
Log(1, "LOG: Done calling route 2\n");
break;
}
Route[2] {
Log(1, "LOG: I'm in Route 2\n");
}
My output is:
0(26841) LOG: Calling Route 2
0(26841) WARNING: run_actions: null action list (rec_level=3)
0(26841) LOG: Done calling Route 2
Anyone know what my problem is here?
Thanks.
I've changed the user ser passwd, then tried the same command
The serctl asks me for the MySql password:, I tried the passwd I've created and I received the same error ... :o(
Begin forwarded message:
Date: Thu, 25 Nov 2004 15:49:18 +0100
From: "E. Versaevel" <erik(a)infopact.nl>
To: "'Felipe Martins'" <fmartins(a)mundivox.com>, <serusers(a)lists.iptel.org>
Subject: RE: [Serusers] serctl add users Error ...
You should not enter the root passwd for mysql, but the password assigned to
user ser.
-----Oorspronkelijk bericht-----
Van: serusers-bounces(a)iptel.org [mailto:serusers-bounces@lists.iptel.org] Namens
Felipe Martins
Verzonden: donderdag 25 november 2004 16:36
Aan: serusers(a)lists.iptel.org
Onderwerp: [Serusers] serctl add users Error ...
I've got my first ser server installed and i'm having trouble with already.
I've installed the way the ser page says, just the same. The ser server is
running so as the mysql server, but i can't add any user to it ... I did as
the above
# serctl add user password user(a)domain.com (the names are changed)
and after i give it a root mysql passwd it return me the following error
ERROR 1045: Access denied for user: 'serro@localhost' (Using password: YES)
ERROR 1034: Access denied for user: 'ser@localhost' (Using password: YES)
What my be wrong ?
--
Felipe Martins
Linux System Administrator
Tep Solution Provider
Mundivox Communications
Rua Lauro Muller, 116/Sala 505
RJ - Brasil - 22290-906
Tel.: 55 21 3820-8839
Fax.: 55 21 3820-8844
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
--
Felipe Martins
Linux System Administrator
Tep Solution Provider
Mundivox Communications
Rua Lauro Muller, 116/Sala 505
RJ - Brasil - 22290-906
Tel.: 55 21 3820-8839
Fax.: 55 21 3820-8844
no! i mean, the aliases are 62761100. every users that subscribe in my serweb always get the same aliases. they are 62761100. I have set in my config.php, aliases is begun from 62761100.
as i know, when first's user subscribes so she/he will get aliases 62761100. then the second's user subscribes so she/he will get aliases 62761101 , the third's user subscribes so she/he will get aliases 62761102 and etc.
the aliases will up counter automatically. is it right? the aliases is in SERWEB.
but my problem is all user have the same aliases is 62761100.
please help me!! any idea????
Sita Rosita
___________________________________________________
Share diaries and photos with your friends and family.
http://www.homemaster.net - Homemaster. Come Together. Online.
I've got my first ser server installed and i'm having trouble with already. I've installed the way the ser page says, just the same. The ser server is running so as the mysql server, but i can't add any user to it ... I did as the above
# serctl add user password user(a)domain.com (the names are changed)
and after i give it a root mysql passwd it return me the following error
ERROR 1045: Access denied for user: 'serro@localhost' (Using password: YES)
ERROR 1034: Access denied for user: 'ser@localhost' (Using password: YES)
What my be wrong ?
--
Felipe Martins
Linux System Administrator
Tep Solution Provider
Mundivox Communications
Rua Lauro Muller, 116/Sala 505
RJ - Brasil - 22290-906
Tel.: 55 21 3820-8839
Fax.: 55 21 3820-8844
Hi,
I am trying to configure SER to use SEMS. I have
installed both on the same machine. I have used the
SER and SEMS configurations given in the HOW TO in
SEMS CVS. When I try to call 100 that has been set
for conferencing, I get a 404 Not found on the SIP
phone. Do I need to set 100 as an alias and are there
any seperate configurations? I also directly hit the
users answering machine on dialing them. Is there a
way to let the phone ring for a while before going to
the answering machine?
Thank you,
Dnyanesh
__________________________________
Do you Yahoo!?
All your favorites on one personal page � Try My Yahoo!
http://my.yahoo.com
Hi all,
I have a quick question I have 2 different WLAN SIP
domains
say domain1.com and domain2.com. Each domain has its
own ser (proxy + registrar).
Now a user from domain1 (sip:user1@domain1.com) is
located in domain2 and tries to register ....
Is he going to register in domain2 registrar with uri
sip:user1@domain1.com ??
OR
is he going to register in domain2 registrar with uri
sip:user1@domain2.com ??
OR
is he going to register in domain1 registrar with uri
sip:user1@domain1.com ??
Thanks
George
____________________________________________________________
Do You Yahoo!?
Αποκτήστε τη δωρεάν @yahoo.gr διεύθυνση σας στο http://www.otenet.gr
Hi All,
I got the following error while trying to run 2
instances of ser on two ports with mysql accounting,
authentication, nattraversal and voicemail.
connect_db():Too many connections.
db_init():Error while trying ot connect database
I found a posting related to this by Bogdan-Andrei at
http://lists.iptel.org/pipermail/serusers/2004-July/010281.html
But I couldn't find the file /etc/mysql/my.cnf to
increase the number of maximum connections. Is there
any other way to overcome this issue?
Any help is highly appreciated.
Regards,
Lakmal
Vous manquez despace pour stocker vos mails ?
Yahoo! Mail vous offre GRATUITEMENT 100 Mo !
Créez votre Yahoo! Mail sur http://fr.benefits.yahoo.com/
Le nouveau Yahoo! Messenger est arrivé ! Découvrez toutes les nouveautés pour dialoguer instantanément avec vos amis. A télécharger gratuitement sur http://fr.messenger.yahoo.com
Kiko,
Which SIP client do you use?
Regards,
Adrian
>>>>>>>>>>>>>>>
Hello list !!
Now everything seems to start working.
I am using ser 0.8.14, radius for authenticating and accounting and
mediaproxy for proxy audio and video sessions between my network and
outside
or between different subnetworks inside my general network.
Now the problem is that video quality (I am using Windows Messenger) is
really really BAD. Audio is almost perfect but video is really slow and
pixelized. All media traffic (RTP, UDP, H263) go thru my ser proxy but I
don't understand why is so bad because ser does not touch these packets,
just forward them, isn't it ?. I dont think is a question of my network
bandwidth because is a local area network with some acls....
Does anyone have a similar problem ? Is there any way of knowing how
much
bandwidth needs the video session ? Is there a minimun speed and memory
for
my server for this scenario ?
Thanks in advance:
Kiko