Hello,
I have already configured my SER to work with SEMS as Voicemail.
I read the past mail of this list and some FAQs and I get it work. If the
called doesn't answer after a pre-defined time the voicemail answer ok, but
I couldn't not record any voice message.
Where are saved the recorded the voice messages leaved by people. I would
like to test if the messages are being recorded well befor test if they are
delivered to the user email.
Thank you.
Best regards.
João
________________________
João Sampaio
PT Inovação, SA
SRM - Serviços e Redes Móveis
email: est-j-sampaio(a)ptinovacao.pt
Tlf: +351 234511160-1907 / +351 234403421
Hi,
I'm trying to install the latest version of SER from iptel on FreeBSD 4.8.
I have radiusclient-0.3.2 installed.
The radius server is installed on another machine and working properly.
Whenever I try to do a gmake install for SER, I get errors:
module modules/acc/acc.so not compiled
module modules/auth_radius/auth_radius.so not compiled
module modules/group_radius/group_radius.so not compiled
module modules/uri_radius/uri_radius.so not compiled
When I check the directory "/usr/local/lib/ser/modules", I can't find these files (auth_radius.so, acc.so, etc).
Thanks!
Johnny Lum, Programmer
VoIP, ADSL, Wireless Hot Spots, 56K Roaming, Call Center, Server Hosting
www.aebc.com Sales: 604.288.1088 Support: 604.279.9078 Fax: 604.207.0155
am testing ser-0.8.12-0 on Linux 9.0 using local
MYSQl as database. With simple config file i cud call
between sip endpoints. When i modified the ser.cfg,
all the calls getting diverted to PSTN gw.
herewith i am atccahing config file. can anyone tell
me , where i have gone wrong. herewith i am attaching
the ser.cfg.
thanks in advance
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
i am testing ser-0.8.12-0 on Linux 9.0 using local
MYSQl as database. With simple config file i cud call
between sip endpoints. When i modified the ser.cfg,
all the calls getting diverted to PSTN gw.
herewith i am atccahing config file. can anyone tell
me , where i have gone wrong. herewith i am attaching
the ser.cfg.
thanks in advance.
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
When some clients switch lines (from line 1 to 2) while they have a
current call on line 1 the server spits out:
Feb 3 06:52:33 tranquility /usr/local/ser/sbin/ser[20741]: ERROR:
warning_builder: buffer size exceeded
Feb 3 06:52:33 tranquility /usr/local/ser/sbin/ser[20741]: ERROR:
warning_builder: buffer size exceeded
Feb 3 06:52:33 tranquility /usr/local/ser/sbin/ser[20741]: WARNING:
warning skipped -- too big
I'm using the config I last sent to the list.. hints?
Hello everyone,
My phone system has a call pick-up functionality tht I would like to
implement in my voip system. We have couple of phones, and once the
phone rings anyone in the office can pick up that call by pressing *74.
I am trying to do the same thing with ser. Can anyone help me with the
uri check please? This is what I have:
route[1] {
# Route to PSTN Gateways(s)
if (uri=~"^sip:9[0-9]*@sip_gateway.com") { ## This
assumes that the caller is
log("Forwarding to PSTN\n"); ## registered
in our realm
strip(1);
t_relay_to_udp( "sip_gateway.com", "5060" );
break;
};
if (uri=~"^sip:*74@ sip_gateway.com") { ## This assumes
that the caller is
log("Picking up a Call on PSTN\n"); ##
registered in our realm
t_relay_to_udp( "sip_gateway.com", "5060" );
break;
};
}
I am getting 404 error on my grandstream phone. I think there is a
problem with the "*" symbol. I guess i am using it wrong. How do I send
* followed by 74 to my gateway?
thanks,
Srbo Cvetkovic | CityNet, Inc.
srbo(a)city-net.com | Pittsburgh, PA
voice: 412.481.5406 | fax: 412.431.1315
Hello everybody
I am doing some tests aboute presence module and I would like to make
you some questions and comments. I've been diving into the mailing list
(a great way to learn) and I've configured SER with this:
if (method=="SUBSCRIBE") {
if (t_newtran()){
handle_subscription("registrar");
break;
};
};
Everything seems to work OK. I just want to work with 'open' and 'close'
states. But Windows Messenger 5.0 receives NOTIFY from SER and doesn't
update state. I think the matter is that WM doesn't understand the xml
file sent with NOTIFY, because use its own xml file.
Have you tested with any UA on Windows that use the standard XML file
(like SER) to manage presence? And where can I find specifications for
this XML file?
I have read a Jan's mail(May-03) where he said that there are some
drafts that extends presence and that they were going to implement this
on SER. I would like to know whether these drafts are already RFC or
have been some advance on this feature.
Thank you very much.
Curro
Hi!
1. please always ask to the mailing list - so more people will help you,
and others can also benefit from the solutions.
2. you need the nathelper module. take a look at the archive and search
for nathelper, e.g. using google and search for:
nathelper site:mail.iptel.org
there are several threads about nathelper and NAT problems. you can also
find documentation in the README and the sample cfg of the nathelper module:
http://cvs.berlios.de/cgi-bin/viewcvs.cgi/ser/sip_router/modules/nathelper/
also the ser-FAQ gives some tips:
http://iptel.org/~faqomatic/fom-serve/cache/85.html
regards,
Klaus
Joao Carlos Moura wrote:
> Dear Klaus -
>
> Thank for your support. I read the files from the list and I setup up my
> SIP SERVER. After that, I restart my server and I receive, unfortunatly
> 22 configuration error messages. I need to authenticate my equipments
> (SP 200 - SIGNAL) with PRIVATE IP. Where can I suppose to find these
> informations or even if you have and could send to my e-mail
> informations that use this installed module like the example below:
>
> My sample:
>
> SP200 (192.168.0.2)--------> to Be SIP Server (200.194.223.2)
>
> ----------------------------------------------------------------------------------------------------------------------------------------------------
> The server can receive the contact from SP200 but can´t answer back. The
> IP that´s generated and it s shown on MYSQL LOG
> is: 192.168.0.2.
>
> Any clue?
>
> I count with your help and patience,
>
> João Carlos Moura
>
>
>
> *João Carlos Moura
> NiNeTel Telecommunications
> +55 85 264-9039*
>
Hey guys..
I just bought me a http://connect.voicepulse.com subscription.. Tho. Im
wondering if its possible to connect this up to my ser gateway in some
"normal" way. So all my Gateway users can use this IP link out to the
regualar PSTN network.
- Atle