I really don't know if what a want to do is possible!
I want to forward a many incoming call to another login if this are busy!
I think this is a PBX funcionality and don't know if I can simulate in SER.
Regards.
Thanks a lot :)
It works now!
Pavel Siderov
----- Original Message -----
From: Ron Carithers
To: Pavel Siderov
Sent: Thursday, January 13, 2005 9:51 AM
Subject: Re: [Serusers] Forwarding according to prefix
i think inside the [ ] is an OR, so if it starts with any of those numbers it will go to the first gateway. i think if you remove the [ ] it will do what you want.
ron
----- Original Message -----
From: Pavel Siderov
To: serusers(a)lists.iptel.org
Sent: Wednesday, January 12, 2005 6:47 AM
Subject: [Serusers] Forwarding according to prefix
Hi guys,
I have problem with forwarding. Here is what I'm trying to make
if (uri=~"^sip:[559881]") {
log(0, "\n\n************ Forwarding to sip1 ! ***********\n");
rewritehostport("siphost1.com:5060");
append_branch("siphost1.com");
t_relay();
append_hf("P-hint: VoipSwitch GATEWAY\r\n");
log(0, "********************************************\n\n\n");
break;
};
if (uri=~"^sip:[559888]") {
log(0, "\n\n************ Forwarding to sip2 ! ***********\n");
rewritehostport("siphost2.com:5060");
append_branch("siphost2.com");
t_relay();
append_hf("P-hint: VoipSwitch GATEWAY\r\n");
log(0, "********************************************\n\n\n");
break;
};
If I call number for example 35988123 it goes to the right sip server - siphost1.com
If I call number for example 359888123 it goes again to sip server - siphost1.com but it has to go to siphost2.com.
Any suggestions what maybe wrong?
Thanks in advance :)!
Pavel Siderov
----------------------------------------------------------------------------
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
Hello!
I have a problem that I configure a ser at linux server redhat9 in internet,it has a FQDN and fix ip .I can login ser server by sipphone at office network but I can not login ser at home by same sipphone.My home is ADSL network,office is LAN with firewall and NAT.
Have anyone know how to solve this problem?
Thanks
ZhaoMin
Hello!
I have a problem that I configure a ser at linux server redhat9 in internet,it has a FQDN and fix ip .I can login ser server by sipphone at office network but I can not login ser by same sipphone.My home is ADSL network,office is LAN with firewall and NAT.
Have anyone know how to solve this problem?
Thanks
ZhaoMin
Hello,
it's possible to use a variable or a #define in ser configure file?
for example, can I write something like this:
#define PHONE_IP ="10.10.2.3"
#define MSG_ERROR="this is a message error"
etc. etc.
if it's not possible, how can I obtain the same behaviour?
Thank You
Andrea
--
___________________________________________________________
Sign-up for Ads Free at Mail.comhttp://promo.mail.com/adsfreejump.htm
Hi guys,
I can't make serweb ser_moni work. That's because of two errors, First when I log in serweb as http://mysipserver.com/ADMIN and click at SERVER MONITORING, the link seems to be looking for ser_moni.php at another directory. Let me explain, my serweb directory, is at /var/www/html/serweb/, when I log in, USERS page opens and the url showed is http://mysipserver.com/admin/users.php .... but when I click at SERVER MONITORING the link showed is http://mysipserver.com/serweb/admin/ser_moni.php.
I mean, it seems to be looking in another serweb directory INSIDE my already existing one. I think it is a path error at some configuration file but I couldn't find it.
The other problem is that I can't undertand what are the entries I have to configure at CROND to make it work. I saw at the file cron_job/cronentry and it shows me:
# wget -q -O - http://www.iptel.org/admin/cron_job/read_ser_moni.php | cat >> read_ser_moni.php
# php -q /var/www/iptel/html/admin/cron_job/read_ser_moni.php | cat >> read_ser_moni.log.
I've understood the second line, but I can't see what is the first line for. Could anyone give me a hand ?
Thanks in Advance ...
--
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 all,
i've SER Server in out INTRANET with IP 192.168.1.2. On our router/Firewall i
forward all UDP's to this server (D/SNAT) and REGISTRATION of extrernal users
WORK. But AUDIO don't. I need something like STUN server ?
Thanks ! Oz
P.S. External i mean users outside our Intranet
--
------
O-Zone ! www.zerozone.it
Dear all,
Please help I am facing this the error below, I am using Python 2.3.4, MySQLdb from MySQL-python-1.0.1 and mysql version 4.1.18.
Someone please advice what is the problem I am lost already. Thanks.
File "/root/answer_machine/plug-in/ivr/scripts/ivr.py", line 6, in ?
import MySQLdb
File "/usr/local/lib/python2.3/site-packages/MySQLdb/__init__.py", line 42, in ?
from MySQLdb.times import Date, Time, Timestamp, \
File "/usr/local/lib/python2.3/site-packages/MySQLdb/times.py", line 17, in ?
from stringtimes import *
File "/usr/local/lib/python2.3/site-packages/MySQLdb/stringtimes.py", line 3, in ?
from time import strftime, localtime
ImportError: /usr/local/lib/python2.3/lib-dynload/time.so: undefined symbol: PyExc_IOError
(31600) ERROR: run (IvrPython.cpp:908): IVR PYTHON Error: Failed to run "/root/answer_machine/plug-in/ivr/scripts/ivr.py"
(31600) ERROR: stop (AmThread.cpp:86): pthread_detach failed with code 3
Regards,
Nicky
Hello,
As per RFC 3261 the Registrars must ignore Record-Route field in any incoming REGISTER request and should not include the same in the response.
But I find SER Registrar implementation including the Record Route Field in the 200OK Response.
Any advice or suggestion??
Thanks
karthikeyan
Confidentiality Notice
The information contained in this electronic message and any attachments to this message are intended
for the exclusive use of the addressee(s) and may contain confidential or privileged information. If
you are not the intended recipient, please notify the sender at Wipro or Mailadmin(a)wipro.com immediately
and destroy all copies of this message and any attachments.
I have a problem when I start ser.
-------------------------------------------------
Listening on
udp: 127.0.0.1 [127.0.0.1]:5060
udp: 10.197.37.104 [10.197.37.104]:5060
tcp: 127.0.0.1 [127.0.0.1]:5060
tcp: 10.197.37.104 [10.197.37.104]:5060
Aliases:
tcp: fqh.com:5060
tcp: localhost:5060
tcp: localhost.localdomain:5060
tcp: linuxTarget:5060
udp: fqh.com:5060
udp: localhost:5060
udp: localhost.localdomain:5060
udp: linuxTarget:5060
stateless - initializing
0(0) Maxfwd module- initializing
textops - initializing
[root@linuxTarget ser-0.9.0]# serctl ERROR: error -478 while trying to fix
confi
guration
■
***********************************************
信息安全声明:本邮件包含信息归ZTE所有,
ZTE对该邮件拥有所有权利。请接收者注意
保密,未经发件人书面许可,不得向任何第
三方组织和个人透露本邮件所含信息的全部
或部分。以上声明仅适用于工作邮件。
Information Security Notice:
The information contained in this mail is
solely property of ZTE Corporation.
This mail communication is confidential.
Recipients named above are obligated to
maintain secrecy and are not permitted to
disclose the contents of this communication
to others.
***********************************************