Hello,
Anybody could explain me how to build a dial plan?
For example I suscribe isdn channels with Dids numbers 0 123 456 ***
a incoming call from my sip/pstn; 0 123 456 001 is forwarded to Ser sip
proxy.
What's the right account configuration in order to ear the telephone
ringing ?
Could you send me back ser.cfg examples?
Regards
Harry
put your RH cd to your cdrom and upgrade it and install all the packages
that you want like php mysql gcc,... from RH cds.
>
> Hi,
>
>
> I am trying to build an SER, and have installed Linux RedHat 9 on a
> Toshiba Intel Celeron Laptop. After installing Linux I went to HOWTO
> Install SER, where it sets the requirements of SER. For someone who is
> extremely very new to Linux, below is all new, however I have downloaded
> everything upto PHP, MySQL-PHP, have tried looking for libmysqlclient,
> not sure where I can find this.
>
>
> The problem I am facing is with installation of the requirements below,
> I have tried to install GCC for last three days, and I really have not
> been able to get my head round it.
>
>
> I really would appreciate it if you could spare some time and point me
> in the right direction, of how t proceed further. I am more of a
> wireless person with very basic UNIX/Linux skills.
>
>
> Any assistance will be highly appreciated.
>
>
> Many Thanks
>
>
> Requirements
>
>
> * gcc or icc : gcc >= 2.9x; >=3.1 recommended (it will work with
> older version but it might require some options tweaking for best
> performance)
>
> * bison or yacc (Berkley yacc)
>
> * flex
>
> * GNU make (on Linux this is the standard "make", on FreeBSD and
> Solaris is called "gmake")
>
> * sed and tr (used in the make files)
>
> * GNU tar ("gtar" on Solaris) and gzip if you want "make tar" to
> work.
>
> * GNU install or BSD install (on Solaris "ginstall") if you want
> "make install", "make bin", "make sunpkg" to work.
>
> * "mysql" if you need MySQL support.
>
> * "Apache (httpd)" if you want serweb support
>
> * "PHP, MySQL-PHP" for serweb support
>
> * libmysqlclient & libz (zlib) if you want mysql support (the
> mysql module)
>
> * libexpat if you want the jabber gateway support (the jabber
> module)
>
> Best regards
>
>
>
> Saber Fakih
>
> Simple Clear Communicate
>
> GSM Tel(: +44 (0) 7775840875
>
> SIP Tel (: +44 (0) 7059202419
>
> Email*: saber(a)ipaxiom.com
>
> msn: saber(a)ipaxiom.com
>
> Mobile Internet is just a click away
> ========================================================================
> ====================================================================
> This message is confidential and is for the named recipient (s) only. It
> may be subject to legal privilege. If you receive this message but are
> not named recipient or a person responsible for delivering it to a named
> recipient, please contact us immediately. You must not use, distribute,
> copy, disclose or take any action in reliance on the e-mail or its
> contents.
> ========================================================================
> ====================================================================
>
>
>
>
>
> _______________________________________________
> Serusers mailing list
> serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>
Hello all, i configured my ser and can make sip ua-->
ua calls now need to make calls to sip gateway.
if someone can please provide a sample config how i
can send my calls to a cisco gateway
for instance 1+ calls to be sent to gateway
192.168.1.1
and where in ser.cfg would i put that. i have tried
the below w/o luck
# main routing logic
route{
if (uri=~"^sip:[0-9]*@192.168.1.2") {
forward( 192.168.1.1, 5060 );
};
thanks
for your help
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
i tried something like this:
failure_route [1] {
if (t_check_status("486")) { # busy
rewriteuri("sip:foo@bar.com");
sl_send_reply("302", "Moved Temporarily");
break;
};
}
and got
parse error (sl_send_reply line,xx-yy): Command cannot be used in the block
what is the proper way of doing redirect on busy?
-- juha
Dear all
I’ve found a problem with PSTN forwarding in the example onr.config. if a
CANCEL message is send before a call is setup to a gateway, CANCEL message
will not go through and delete the call in progress, so the callee still
rings but caller already disconnected. We can add
if (method == "CANCEL") {
setflag(1);
t_relay();
break;
};
Then it work properly. But in a t_on_failure configuration, the call still
goes to the second route even the CANCEL message is route and forwarded. Is
there any thing that we can make the CANCEL message work like it designed?
Regards
Ray
Hi,
I am trying to build an SER, and have installed Linux RedHat 9 on a
Toshiba Intel Celeron Laptop. After installing Linux I went to HOWTO
Install SER, where it sets the requirements of SER. For someone who is
extremely very new to Linux, below is all new, however I have downloaded
everything upto PHP, MySQL-PHP, have tried looking for libmysqlclient,
not sure where I can find this.
The problem I am facing is with installation of the requirements below,
I have tried to install GCC for last three days, and I really have not
been able to get my head round it.
I really would appreciate it if you could spare some time and point me
in the right direction, of how t proceed further. I am more of a
wireless person with very basic UNIX/Linux skills.
Any assistance will be highly appreciated.
Many Thanks
Requirements
* gcc or icc : gcc >= 2.9x; >=3.1 recommended (it will work with
older version but it might require some options tweaking for best
performance)
* bison or yacc (Berkley yacc)
* flex
* GNU make (on Linux this is the standard "make", on FreeBSD and
Solaris is called "gmake")
* sed and tr (used in the make files)
* GNU tar ("gtar" on Solaris) and gzip if you want "make tar" to
work.
* GNU install or BSD install (on Solaris "ginstall") if you want
"make install", "make bin", "make sunpkg" to work.
* "mysql" if you need MySQL support.
* "Apache (httpd)" if you want serweb support
* "PHP, MySQL-PHP" for serweb support
* libmysqlclient & libz (zlib) if you want mysql support (the
mysql module)
* libexpat if you want the jabber gateway support (the jabber
module)
Best regards
Saber Fakih
Simple Clear Communicate
GSM Tel(: +44 (0) 7775840875
SIP Tel (: +44 (0) 7059202419
Email*: saber(a)ipaxiom.com
msn: saber(a)ipaxiom.com
Mobile Internet is just a click away
========================================================================
====================================================================
This message is confidential and is for the named recipient (s) only. It
may be subject to legal privilege. If you receive this message but are
not named recipient or a person responsible for delivering it to a named
recipient, please contact us immediately. You must not use, distribute,
copy, disclose or take any action in reliance on the e-mail or its
contents.
========================================================================
====================================================================
Loadmodules executes right ... But I have this error when setting "vm"
module parameters ...
[root@linux root]# ser -c
0(5275) set_mod_param_regex: No module matching vm found
| 0(5275) parse error (51,62-63): Can't set module parameter
ERROR: bad config file (1 errors)
The piece of my ser.cfg ...
loadmodule "/usr/lib/ser/modules/vm.so"
# ----------------- setting module-specific parameters ---------------
# -- vm params --
modparam("vm", "db_url", "mysql://ser:heslo@172.20.11.22/ser")
Hi,
I am hoping that you can assist me with a problem I am having. I have MySQL
3.23, latest SER fedora package installed. I just installed SERWEB and the
webpage loads fine. When I attempt to log in, I get Bad username or password
error. Here is a snip from my config.php file. I have attempted to load this
on the localhost of the SER and a seperate server. I have edited the php.ini
file to turn on register_globals. If I go to the user login and click new
user, and fill out the form, the user is loaded into the Pending directory in
MySQL. The login account I am using IS in the subscribed table. Any assistance
is greatly appreciated.
$this->db_host="10.0.0.222";
$this->db_name="ser";
$this->db_user="test";
$this->db_pass="test";
$this->root_path="/";
$this->root_uri="http://10.0.0.251";
$this->root_uri="http://".$_SERVER['SERVER_NAME'];
$this->mail_header_from="registrar(a)cytelcom.com";
$this->web_contact="sip:daemon@216.54.143.44";
$this->voice_silo_dir = '/var/spool/voicemail/';
$this->fifo_server="/tmp/ser_fifo";
$this->realm="cytelcom";
$this->domainname="cytelcom.com";
$this->default_domain="cytelcom.com";
ereg_replace( "(www\.|sip\.)?(.*)", "\\2", $_SERVER['SERVER_NAME']);
$this->first_alias_number=82000;
$this->infomail = "info(a)cytelcom.com";
$this->regmail = "registrar(a)cytelcom.com";
--
Harold Workman
CCNA, CCNP
Cytel Communications
hworkman(a)cytelcom.com
Ph. 281-449-4000 x3098
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
----------------------------------------------------------------
This message was sent using IMP, the Internet Messaging Program.
Hi,
I downloaded the latest serweb and SER from CVS.
I built ser ser-mysql ser-jabber rpm (without problems bad spec file).
I configured serweb but I can't login with default admin or user
account "Bad username or password".
Regards
Harry
I have an issue that I am hoping one of you has seen before. I have an ATA
device connected behind a Linksys router doing NAT using the g711u codec. I
am able to make calls without any problem and I get audio in both
directions. However, when I attempt to use this line as a FAX, the FAX will
not go through. Here is my dilema, when I move the ATA outside the firewall,
the FAX goes through without a problem. I am not using T.38, I am just doing
g711u pass-thru from an Azatel Sip Express ATA device to a Cisco AS5300. The
fact that it works outside NAT but not inside leads me to believe it is
something with my NAT config on SER, but since the voice calls work I don't
know where to look.
Any ideas or suggestions? I am stumped on this one.
Thanks,
Brian