At 18:00 17/06/2007, Arun Kumar wrote:
>Hi
>
>can any one please explain me what is the mean of this :
>
>serctl moni:
>
>UsrLoc Stats
>Domain Registered Expired
>'location' 311 3421
>'aliases' 109377 0
>
>
>what is 311 , 3421 , 109377, 0 ?
It is numbers.
These number specify number of registered contacts, number of times the registrations
experied, and the same for contacts stored in the alias table. (110k permanent contacts,
none of them, which is usual for alias, ever expired).
-jiri
>thanks
>
>arun
>
>
>
>_______________________________________________
>Serusers mailing list
>Serusers(a)lists.iptel.org
>http://lists.iptel.org/mailman/listinfo/serusers
--
Jiri Kuthan http://iptel.org/~jiri/
Hi
can any one please explain me what is the mean of this :
serctl moni:
UsrLoc Stats
Domain Registered Expired
'location' 311 3421
'aliases' 109377 0
what is 311 , 3421 , 109377, 0 ?
thanks
arun
Greetings:
I have set up an interactive remote controlled HF receiver
on the 'Net which streams its audio output using RTP;
currently it uses a SIP UA to receive connections.
I need someone to dial in to its uri to confirm that
external connections work and that they can hear the
audio (I can confirm this only internally, on our LANs).
Please call SIP:9202@cybertheque.org and report the
results to me at msg _at_ cybertheque _dot_ org.
Thanks much.
Michael
Hi all,
Does anybody tried to install Openser with IPV6 support?What package should
I install for IPV6?The difference openser installation package or just
install a module?Please advise,thanks a lot.!!
hi all
i am trying "auth-mysql.cfg" on SER for 2 user agent...
can u tell me whc database tables i have to create in MySql and wht is the structure of it?
thnks
mukesh
---------------------------------
No need to miss a message. Get email on-the-go
with Yahoo! Mail for Mobile. Get started.
Hi
can any one please explain me what is the mean of this :
serctl moni:
UsrLoc Stats
Domain Registered Expired
'location' 371 2012
'aliases' 109021 0
what is:
371 ?
2012 ?
109021 ?
0 ?
thanks
arun
We have a 0.9.X setup that works fine and have set up the system to
listen on multiple ports with the following
listen=udp:xx.xx.xx.xx:5060 udp:xx.xx.xx.xx:5062
The problem is that when setting the "record route" we want to use the
port that the message came in on rather than
simply a static value...
record_route_preset("xx.xx.xx.xx:5060;nat=yes");
Something like
if (receive port == 5060) {
record_route_preset("xx.xx.xx.xx:5060;nat=yes");
}
else if (receive port ==5062) {
record_route_preset("xx.xx.xx.xx:5062;nat=yes");
};
What can we check in ser.cfg?
Thanks in advance.
I am trying to conect an external user agent to my sip express router on my
sip express router on my internal lan.
I am not suure where to get started.
I got my external Ip address and I am using a firewall.
Does any one have any resources in helping me to get started.
thanks.
Hi all,
I'm relatively new to SER. I've been using Asterisk for a few years and am now trying to figure out how to move to SER and/or SER/Asterisk architecture.
We offer our clients (small offices) VoIP telephony services. As such, we offer them autoattendants, IVR, voicemail, and other services common to small businesses.
In Asterisk, we play with contexts in order to allow Office A to have extensions 101 thru 105 and Office B to have extensions 101 thru 110, such that when Office A dials from 101 to 103, it only rings within the Office A "space" and restricts visibility among the different offices.
So, the first question I have is how to achieve this in SER? Since the only protocol we deal with is SIP, we figured we could reduce our use of Asterisk to the extreme minimal and try to do as much as we can in SER. So, probably, we would end up with Asterisk for autoattendant, IVR, and possibly voicemail as well (depending on how we can use SEMS).
Now, the second question I have is. When a call comes into an office and an autoattendant answers (which is basically sort of like an IVR script), we want SER to send the call to Asterisk for the IVR script to handle it. However, when the caller makes a selection, say they press 110 to dial extension 110, we want Asterisk to send the call back to SER and tell it to transfer the caller to extension 110 and then Asterisk will stay out of the way (media). Is this possible?
Can anyone provide any pointers on how to achieve these issues in SER, SER/SEMS, SER/Asterisk, and/or SER/Asterisk/SEMS?
Thanks