Hi,
I am using ser-0.9.6, my client has some problems with it so I need to look some log of ser to find out why my request is rejected.
I looked the source of ser and seems it use syslog, but I don’t know how to enable it, through config file or specify at compile time?
Thanks a lot.
Binary Chen
Hello Guys
We are looking for VOIP Cosultants who can successfully build A Scalable
ITSP Architecture Using OpenSource Softwares something like
http://www.skyyconsulting.com/itsp_voip_asterisk.php.
we are looking for some body who can design & build a scallable highly
redundant sollution with billing which can handle 2000-5000 calls per
second.
we use ILBC for SIP-SIP & GSM for PSTN.
Most of our PSTN hardware is Quintums & Cisco Hardware.
Servers in use Dell 1850,1950,2950.
we need u to give us the complete source code of what u r deploying on our
servers(Very Important).
UA can be a Softphone or a IP Phone or a PDA with VOIP(wifi).
If u think u can a provide a good sollution for our requirement at a low
cost please contact me offlist with ur sollution & pricing..
Thanx & Regards
Kishore Chowdary
Hello Guys
We are looking for VOIP Cosultants who can successfully build A Scalable
ITSP Architecture Using OpenSource Softwares something like
http://www.skyyconsulting.com/itsp_voip_asterisk.php.
we are looking for some body who can design & build a scallable highly
redundant sollution with billing which can handle 2000-5000 calls per
second.
we use ILBC for SIP-SIP & GSM for PSTN.
Most of our PSTN hardware is Quintums & Cisco Hardware.
Servers in use Dell 1850,1950,2950.
we need u to give us the complete source code of what u r deploying on our
servers(Very Important).
UA can be a Softphone or a IP Phone or a PDA with VOIP(wifi).
If u think u can a provide a good sollution for our requirement at a low
cost please contact me offlist with ur sollution & pricing..
Thanx & Regards
Kishore Chowdary
On Nov 24, 2006 at 11:45, Jose Angel Calvo <jacc15dkz(a)yahoo.es> wrote:
> Thanks for your fast answer, Andrei. I answer to your questions:
>
> > Could you give more details?
> Of course :-)
> > - what version of ser are you running (ser -V)?
> The exit in my screen are:
> version: ser 0.9.6 (i386/linux)
> flags: STATS: Off, USE_IPV6, USE_TCP, DISABLE_NAGLE, USE_MCAST, DNS_IP_HACK, SHM_MEM, SHM_MMAP, PKG_MALLOC, F_MALLOC, FAST_LOCK-ADAPTIVE_WAIT
> ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144, MAX_LISTEN 16, MAX_URI_SIZE 1024, BUF_SIZE 65535
> @(#) $Id: main.c,v 1.197.2.1 2005/07/25 16:56:24 andrei Exp $
> main.c compiled on 11:38:44 Feb 1 2006 with gcc 3.3.6
>
> > - is it vanilla ser or a modified version?
> It's a vanilla version.
> > - the packet is sent over TCP? UDP?
> Over UDP.
> > - a coredump backtrace? (for this you'll have to start ser with
> > -w directory_where_core_can_be_written, e.g. ser -f ser.cfg -w /tmp/)
> > After the crash, run gdb path_to_ser/ser /tmp/core, type bt
> > and send me the output. Note: the core file might have another name
> > (e.g. core.3456). Just look for core.* .
> I do what you say me, but thre is not a coredump backtrace. Next, i show you the syslog:
Could you try again after runing:
ulimit -c unlimited # you need bash for this
ser -f ser.cfg -w /tmp/
(or if unlimited doesn't work, some large value, e.g. ulimit -c 100000) ?
If it still doesn't work, could you send me a network dump with the
INVITE causing the crash and your config, so that I can try to
reproduce it?
Thanks,
Andrei
Hi.
I need to obtain the first two o three digits of the header From and add them to uri?
It's, because the telephones make the register with ten digits (area-code + telephone number), then in the call, the telephone sends the invites with 7 or 8 digits, it's because they don't use area code.
thanks in advance.
---------------------------------
Do You Yahoo!? La mejor conexión a Internet y 2GB extra a tu correo por $100 al mes. http://net.yahoo.com.mx
Hi all,
I want to change the host of my PSTN gateway according to certain
conditions.
But in the aim of not rewrite all routes wich don't change (just PSNT
host sometimes) I want to variabilize this data.
Is it possible to do something like :
if {} => gw=w.x.y.z
else => gw=z.y.x.w
Next in the routing plan :
...
rewritehost(gw);
...
?
Thanks for your help.
Hey everyone,
Good sessions yesterday at the OpenSER summit. I found the presentations very insightful and I learned a lot of new things. I am hoping to get some feedback as a good solution for a billing system that we will need to implement over here in our company that can be easily interacted through OpenSER. As I am pretty new to this I am wondering what component pieces should be setup to do this right. OpenSER as our main SIP router with database access and creating CDRs or do we need a B2BUA with this? Can anyone recommend some good starting point to look into or some publishings that would be a good read to get more insight on building this right.
Some of the presentations had some good insights on scaling, redundencies and so forth and we would like to do this right from the beginning and look at our cost platforms.
Anyone ever used the Hiper biling system? I saw their exhibit yesterday and it was pretty nice.
Thanks
Nick
Hello List.
Is possible, using OPENSER, disconnect a call after a timeout is complete.
For example i want to limit the call duration to one hour. Is possible to disconnect the call after this period using some module from OpenSER ?.. maybe the dialog module?
Thanks!
Regards,
Ricardo Martinez.-