Hello serusers,
I'm trying to map usage of SER in educational organizations.
Please, let me know if you are aware of any.
Thanks,
-jiri
--
Jiri Kuthan http://iptel.org/~jiri/
Hi,
I have a problem with setting IP address for SER pc.
Since it is linux os, I don't know how to set the IP address. Where can I set the IP address?
Thank you
Hiro
Hai,
We got the radius accounting start and stop. Thanks for your help.
with Regards,
xten india
---------------------------------
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
Hi,
I am using Windows messenger 4.7 for testing ser. I have a linux box as a
stateless proxy. Only a single user gets registered. When i register a new
user, the old record seems to be deleted. When i do a serctl ul show i get
only the last user registered. What should i do?
Any tips will be greatly appreciated.
Thanks in advance,
Annie
Hi Folks,
I am not a SER user yet, but hopefully soon.
I have a need to interconnect two SIP networks just like we use a SIP to
PSTN gateway (to connect SIP network and PSTN).
Let me explain this senario in simple terms.
Lets say I have 1 port FXO g/w. Then all my clienst in the ip network can
use only one PSTN line to get to PSTN. And PSTN always thinks that the calls
are originated from the directory number of this PSTN line.
Similarly lets say I have 1 phone number, 1234(a)iptel.org ( one account from
iptel). And I have my own network of Phones in a private SIP network. I want
my clients to be able to talk to IPtel network just as the above senario,
where IPtel would think the call is originated from 1234(a)iptel.org. True
only one call at a time, just like PSTN senario.
How could this be done ?
BTW : This is not to make my phones in private network to have the ability
to talk to IPtel phones. I can do that with my next-hop proxy setting and
ip-dialplan.
Cheers
Sathya
In table acc, I am a bit confused about the semantic differences between
sip_from, i_uri and from_uri
sip_to, o_uri and to_uri
Can someone please enlight me.
/hans
I have installed ser0.8.11 and serweb latest for CVS on Redhat 9.0.
After installation, I test the serweb subscription and receiving an
email notification as below:-
http://192.168.1.4/serweb/user_interface/reg/confirmation.php?nr=1da15fb
a311ffa3c916bf4e733263d2a
I click on it and I get an error below but I check the subscriber table
in mysql it is in there.
_________
192.168.1.4 User Management
400 Table 'aliases' not found in memory, use save("aliases") or
lookup("aliases") in the configuration script first
We regret but your 192.168.1.4 confirmation attempt failed.
Please contact info(a)192.168.1.4 for further assistance.
------------------------------------------------------------------------
--------
Back to login form.
Hi, I need to know if SER provides "presence" service.
I want to view the SIP message flow between SIP softphone and SER from SER side, what kind of application do I need to install?
Hiro
Hi,
I am new to using SER and at the moment having installation problems.
I am trying to run SER 0.8.8 version on a Redhat Linux 7.3 machine. Is
it OK?
After proceeding as specified in the quick install guide, I have been
able to start the SER.
But on trying to monitor the performance of SER using '/usr/sbin/serctl
moni', the following is shown:
[cycle #:1 ; if constant make sure server lives and fifo is on
I am not able to follow this.
Have also downloaded and untared the serweb. But I have not been able to
figure out how to go about using it.
Could someone please let me know how to go about configuring the SER and
when to be certain that the SER running is OK?
Thanks & Regards,
Subhra Saha
I am contemplating if I can add two columns to acc:
* seq: auto_increment int(11) - to make sure that the chronological
order is maintained. This is crucial if you want to debug problems,
transfer infor from one table to another, etc. I.e. you really want the
INVITE to come before any BYE etc.
* status: an enumeration. I am examining the rows in acc an pull out
CDR information and I need to flag examined rows.
The basic questions is about the programming. It should be safe to add
two columns at the end. But if you have any SELECT * somewhere in ser,
we have a problem.
So, can I add columns to the end of the table acc (or any table?) in
database ser without any hick-ups?
/hans