Is there a known problem with forking=no in the ser.cfg script?
I When I set forking to "no", I cannot get SER to start using "service
ser start".
I am on Fedora1.9, and using SER 0.8.12 (i386/linux)
Thanks.
Bert Berlin
Hi,
I have downloaded MySql server.
Have downloaded serMySql rpm.
When try to install the package following err comes::
[root@localhost /]# rpm -i ser-mysql-0.8.12-0.i386.rpm
error: Failed dependencies:
libmysqlclient.so.10 is needed by ser-mysql-0.8.12-0
Also when I try to execute the script ser-mysql.sh ":No such file or
directory" error comes.
What to do???
Thanks -
Vanita Jain
Hello everybody!
I've been trying for three days to acomplish the following scenario with
ser, asterisk and SIP NATed UAs and somehow didn't get any further.
What I want in the end is the following. A call from an UA (with the
extension 8002) to let's say the extension 98001 comes into ser, from
there it is routed to asterisk, which does something (read: record the
message for the archives), rewrites the destination and sends it back to
ser. With rewriting I mean stripping of the first digit, in this case
the 9, so it calls the 8001 on ser. 8001 is a registered UA behind a NAT.
The problem i now have is, that the calles extension 8002 rings, but if
I answer the call, I have no sound. I'm sure this does something have to
do with the NATed UAs and the rtp-Stream, but I can't figure out what
exactely it is. I'm sure I have something to do with the nathelper
module and rtpproxy on the ser machine, but I haven't found any
documentation where it tells me how to exactelly do it.
What is strange is the fact, that if I forward a call only to asterisk
(for example to a voicemail), without routing it back to ser, I have
sound in both directions, meaning I can hear the anouncements of the vm
and record a message.
If anybody can help me by pointing me in the right direction (RTFMs are
fine for me, as long as I got told where to read) I would appreceate it
very much.
If you need some more information (e.g. ser configurations, etc.), I
will happily supply them.
Thanks in advance for any help.
Best regards
Kai
Hi!
I'm having a problem with the ENUM module in SER. I'm running the
"latest" SER 0.8.12 downloaded today. Compiled without any extra
flags or settings on a Redhat 9 box.
I'm getting "Enum() regexp parse error" when I'm doing a ENUM lookup. I
have my own (private network) ENUM domain and I think that everything in
DNS is ok. I've set the correct ENUM domain parameters with the
'modparam'.
This works when I'm using the Cisco SIP proxy for ENUM lookups, and the
request and answer to/from my DNS looks identical as the SER lookup.
However, SER failes to parse the expression coming back from DNS while
Cisco does it correctly and forwards on.
The regular expression I'm getting back is like this:
sip+E2U#/^(.*)$/sip:\1@mydomain.com/
where I think that the '\1' paramter should be replaced by the dialed
number in this case. This works with the Cisco...
The ENUM lookup seems to work ok, but there must be somethng wrong with
the answer or with the SER parsing the answser. Since the Cisco is
working my guess is that SER is doing something wrong. Could this be the
case?
Anyone got any clues? What am I doing wrong?
best regards,
/Staffan Kerker
--
Staffan Kerker, KIS
Commuications, AerotechTelub
m. staffan.kerker(a)aerotechtelub.se
c. +46(0)70 539 13 65
--
"Don't get involved in politics man,
just play the gig..."
/Sgt Floyd, Electric Mayhem Band
I am still having problems with the User Login after fixing the domain names. Anyone have another suggestion?
Thanks
> -------- Original Message --------
> Subject: Re: [Serusers] SERWEB-User Login Problems
> From: "Bill" <admin(a)vci.net>
> Date: Wed, June 23, 2004 7:35 am
> To: kevin(a)fullcirclenetworks.net
>
> I had a similar problem where the URL I was using to access SERWEB
> wasn't the same as the domain name I was using. I was going to
> http://192.168.1.63 but the domain name was something else. So when
> someone
> would login SERWEB was looking for the domain name of 192.168.1.63. I
> was
> able to see this by turning on the logging in /etc/my.conf and watching
> the
> SQL statements in /var/log/mysql.log
>
> Bill Dunn
>
>
>
> ----- Original Message -----
> From: kevin(a)fullcirclenetworks.net
> To: serusers(a)lists.iptel.org
> Sent: Wednesday, June 23, 2004 9:32 AM
> Subject: [Serusers] SERWEB-User Login Problems
>
>
> I have successfully installed the latest SERweb and am able to login
> under
> admin. The problem I am having now
> is that none of my users can login and see their account. I have
> checked
> all my configurations in php,mysql
> and apache but don't see any obvious errors. I have a password for
> the
> users and they are using the correct
> one. I check the error logs and don't see any messages. Has anyone
> had a
> similar problem?
>
> _______________________________________________
> Serusers mailing list
> serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
Guys I have my serweb running and I am trying to sniff the sip packets
through ethereal sniffer s/w
But to my shock there is no sip traffic.
I guess serweb uses TCP instead of UDP bcoz I am seeing tons of TCP
traffic.
Has any one encountered such thing.
Can I change the serweb setting so that I can have UDP instead of TCP.
Also if its working on TCP how can I see my sip information..
Also does anyone knows how the hell can I use serweb to make a call
I have added users in my phone book
But they always show offline, even though they have logged in.
If anybody can share his ser.cfg with me for this it will be very nice
Thanks
Dipen K Gala
Fidelity Investments System Company - Telecom
Phone: (617) 563-2729
Email: Dipen.Gala(a)FMR.com
Hi there
I have ser 0.8.12 running on RedHat 9 (installed
from RPM). I have also installed sems from the CVS
with tag ser_rel_0_8_12. My main reason for installing
sems is to support conferencing. I am not that
interested in the other plugins at the moment.
Now, I understand conceptually how conferencing works.
Basically many users (UAs) all dial into the same
conference URI and communicate via a "focus" running
in a central location (tightly coupled conferencing).
My question is how does one create a conference and
assign it a URI using ser & sems? I have looked at all
the documentation and not sure how to do this.
Is there some utility in sems / conferencing plugin
which allows one to say "I want to create a new
instance of a conference and assign it
URI conference1(a)domain.com and create another
conference with URI conference2(a)domain.com", etc.
Then when users dial one of these conference URIs they
will be directed to that conference? Is this how it
works and if so how do I do this?
I am very new to SIP, Linux and C, so please do not be
more technical than necessary.
Many thanks
Steven
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail
We have a very specific needs in terms of registration. SER will work
well for redirect and proxy server but we will need to modify the
registration
code. Is this possible ?
I am speaking of registration code as it relates to mysql querries.
thanks,
You can find these log information in "messages" file in /var/log direcotry
in linux.
tail -f /var/log/messages
Thanks,
Karun
-----Original Message-----
From: serusers-bounces(a)iptel.org [mailto:serusers-bounces@lists.iptel.org]On
Behalf Of Gala, Dipen
Sent: Wednesday, June 23, 2004 11:13 AM
To: serusers(a)lists.iptel.org
Subject: [Serusers] Log ?
When we use command like
Log (1, " request ...same domain")
Where is this log stored and how can I see this statement.
thanks
Dipen K Gala
Fidelity Investments System Company - Telecom
Phone: (617) 563-2729
Email: Dipen.Gala(a)FMR.com