Dear List
How can we implement a load balancer in SER.
Regards
_________________________________________________________________
Amitabh fan? Heres a chance to chat with the Big B himself.
http://server1.msn.co.in/sp05/DJbk/index.asp Click here now!
what's on the line 143???
-----Message d'origine-----
De : Colin Jordan [mailto:cjordan@econetwireless.com]
Envoyé : jeudi 15 septembre 2005 14:46
À : 'Olivier Taylor'
Cc : serusers(a)lists.iptel.org
Objet : RE: [Serusers] Handoff to PSTN
The line 143 points to the script below. What modules will it be looking
for?
_____
From: Olivier Taylor [mailto:olivier.taylor@gmail.com]
Sent: Thursday, September 15, 2005 2:33 PM
To: 'Colin Jordan'
Cc: serusers(a)lists.iptel.org
Subject: RE : [Serusers] Handoff to PSTN
please reply to all
u have a module not loaded, the one involved on line 143
Olivier
-----Message d'origine-----
De : Colin Jordan [mailto:cjordan@econetwireless.com]
Envoyé : jeudi 15 septembre 2005 14:28
À : 'Olivier Taylor'
Objet : RE: [Serusers] Handoff to PSTN
It gives me the following message:
_______________________________________________________
Parse error (143,40-41): unknown command missing loadmodule?
_______________________________________________________
_____
From: Olivier Taylor [mailto:olivier.taylor@gmail.com]
Sent: Thursday, September 15, 2005 1:21 PM
To: 'Colin Jordan'; serusers-request(a)lists.iptel.org
Cc: serusers(a)lists.iptel.org
Subject: RE : [Serusers] Handoff to PSTN
just have a look at /var/log/messages u will find the line number where the
error occurs
Olivier
-----Message d'origine-----
De : serusers-bounces(a)iptel.org [mailto:serusers-bounces@lists.iptel.org] De la
part de Colin Jordan
Envoyé : jeudi 15 septembre 2005 12:33
À : serusers-request(a)lists.iptel.org
Cc : serusers(a)lists.iptel.org
Objet : [Serusers] Handoff to PSTN
I am not able to restart ser if I put he code below in the ser.cfg to
handoff calls to PSTN.
# attempt handoff to PSTN
if (uri=~^sip:9[0-9]*@mydomain.com) {
log(Forwarding to PSTN\n);
t_relay_to( 192.168.0.2, 5060);
break;
};
Please help!!!!
DISCLAIMER: The information in this message is confidential and is legally
privileged. It is intended solely for the addressee. Access to this message
by
anyone else is unauthorized.If receiving in error please accept our
apologies
and notify the sender immediately. You must also delete the original
message from your machine. If you are not the intended recipient, any use,
disclosure, copying, distribution or action taken in reliance of it, is
prohibited
and maybe
unlawful.
DISCLAIMER: The information in this message is confidential and is legally
privileged. It is intended solely for the addressee. Access to this message
by
anyone else is unauthorized.If receiving in error please accept our
apologies
and notify the sender immediately. You must also delete the original
message from your machine. If you are not the intended recipient, any use,
disclosure, copying, distribution or action taken in reliance of it, is
prohibited
and maybe
unlawful.
DISCLAIMER: The information in this message is confidential and is legally
privileged. It is intended solely for the addressee. Access to this message
by
anyone else is unauthorized.If receiving in error please accept our
apologies
and notify the sender immediately. You must also delete the original
message from your machine. If you are not the intended recipient, any use,
disclosure, copying, distribution or action taken in reliance of it, is
prohibited
and maybe
unlawful.
please reply to all
u have a module not loaded, the one involved on line 143
Olivier
-----Message d'origine-----
De : Colin Jordan [mailto:cjordan@econetwireless.com]
Envoyé : jeudi 15 septembre 2005 14:28
À : 'Olivier Taylor'
Objet : RE: [Serusers] Handoff to PSTN
It gives me the following message:
_______________________________________________________
Parse error (143,40-41): unknown command missing loadmodule?
_______________________________________________________
_____
From: Olivier Taylor [mailto:olivier.taylor@gmail.com]
Sent: Thursday, September 15, 2005 1:21 PM
To: 'Colin Jordan'; serusers-request(a)lists.iptel.org
Cc: serusers(a)lists.iptel.org
Subject: RE : [Serusers] Handoff to PSTN
just have a look at /var/log/messages u will find the line number where the
error occurs
Olivier
-----Message d'origine-----
De : serusers-bounces(a)iptel.org [mailto:serusers-bounces@lists.iptel.org] De la
part de Colin Jordan
Envoyé : jeudi 15 septembre 2005 12:33
À : serusers-request(a)lists.iptel.org
Cc : serusers(a)lists.iptel.org
Objet : [Serusers] Handoff to PSTN
I am not able to restart ser if I put he code below in the ser.cfg to
handoff calls to PSTN.
# attempt handoff to PSTN
if (uri=~^sip:9[0-9]*@mydomain.com) {
log(Forwarding to PSTN\n);
t_relay_to( 192.168.0.2, 5060);
break;
};
Please help!!!!
DISCLAIMER: The information in this message is confidential and is legally
privileged. It is intended solely for the addressee. Access to this message
by
anyone else is unauthorized.If receiving in error please accept our
apologies
and notify the sender immediately. You must also delete the original
message from your machine. If you are not the intended recipient, any use,
disclosure, copying, distribution or action taken in reliance of it, is
prohibited
and maybe
unlawful.
DISCLAIMER: The information in this message is confidential and is legally
privileged. It is intended solely for the addressee. Access to this message
by
anyone else is unauthorized.If receiving in error please accept our
apologies
and notify the sender immediately. You must also delete the original
message from your machine. If you are not the intended recipient, any use,
disclosure, copying, distribution or action taken in reliance of it, is
prohibited
and maybe
unlawful.
I am not able to restart ser if I put he code below in the ser.cfg to
handoff calls to PSTN.
# attempt handoff to PSTN
if (uri=~"^sip:9[0-9]*@mydomain.com") {
log("Forwarding to PSTN\n");
t_relay_to( "192.168.0.2", "5060");
break;
};
Please help!!!!
DISCLAIMER: The information in this message is confidential and is legally
privileged. It is intended solely for the addressee. Access to this message by
anyone else is unauthorized.If receiving in error please accept our apologies
and notify the sender immediately. You must also delete the original
message from your machine. If you are not the intended recipient, any use,
disclosure, copying, distribution or action taken in reliance of it, is prohibited
and maybe
unlawful.
I am not able to restart ser if I put he code below in the ser.cfg to
handoff calls to PSTN.
# attempt handoff to PSTN
if (uri=~"^sip:9[0-9]*@mydomain.com") {
log("Forwarding to PSTN\n");
t_relay_to( "192.168.0.2", "5060");
break;
};
Please help!!!!
DISCLAIMER: The information in this message is confidential and is legally
privileged. It is intended solely for the addressee. Access to this message by
anyone else is unauthorized.If receiving in error please accept our apologies
and notify the sender immediately. You must also delete the original
message from your machine. If you are not the intended recipient, any use,
disclosure, copying, distribution or action taken in reliance of it, is prohibited
and maybe
unlawful.
Hi,
Did somebody implement a module to Openser that use libosip?
I'm trying to implement it...
Does somebody have some idea?
Best regards
--------------------------------------------------
Loide Mara Verdes de Jesus
6º período - Ciência da Computação / UFAM
Laboratório VoIP - UFAM
Hi,
Does anyone know if its possible to restrict the codecs in
mediaproxy. ie. to force only lower bandwidth codecs to reduce the
load. I couldnt find any info on this on the search engines.
Thanks.
Vikash.
confirm 83b7fb1612811c64f85f47a6046dd84dea286d15
Dear
Hi, serhelper.
It’s my great pleasure to e-mail you. My name is Mi-Jin Song. I am a
senior majoring in CS(Computer Science) at the Ewha Univ. in Korea. I just
have a few questions about sip.
First of all, I would like to explain about my situation. I am planning to
make ‘testbed’ using 2 UA (User Agent)s and 3 sip servers, and I use
linux fedora (version 3) as an operating system. In doing so, I have been
using SER(Sip Express Router), sip open source provided by iptel.org, in
order to use sip (session initiation protocol).
When I was using sipsak, SER test tool made by your company, to check the
network condition, but my computer did not seem to understand uri
(sip:mi@sam.cse).
For example, when I put
root]#sipsak -T -s sip:mi@sam.cse
I got an error message which is
‘sam.cse’ is unresolvable’
I made sure I put
root]#export SIP_DOMAIN=”sam.cse”
root]#serctl add mi 111 mi@sam. cse’
before.
What I am guessing is that only using the order,
export SIP _DOMAIN=“same. cse” does not do the uri setting.
It’s been very hard since I could not find enough data and information
regarding SER.
I would like to know if you would be able to tell me what I should do to
make the server recognize uri. If I need to fix something or use other
methods additionally, could you please let me know? I will appreciate it
very much if you could give an answer as soon as possible since the
deadline for my project is coming very soon. Thank you so much.
Sincerely,
Mi-Jin Song.
_________________________________________________________________
보다 빠르고 보기 편한 뉴스. 오늘의 화제는 MSN 뉴스에서 확인하세요.
http://www.msn.co.kr/news/
Hi Guys,
Have anyone on the list tried setting up Cisco 2600 as SIP
gateway together with SER? Could you explain what will be the function
of the SIP gateway and it's relation with SER.
Thanks,
--
Ryan Pagquil
Infodyne Inc. - PhilOnline.com
3603 Antel Global Corporate Center
Doña Julia Vargas Ave.
Ortigas Center Pasig City
Tel: 687-0715
Web: www.philonline.com