Hi all.
Does anyone know if I can use avpops to dynamically set the registrar module's max_contacts
parameter?
Regards,
Paul
__________________________________
Do you Yahoo!?
Send a seasonal email greeting and help others. Do good.
http://celebrity.mail.yahoo.com
Thanks Girish.
Thanks for the TIP. A question. Is the 408 answer determined by
SER? If so, which is the timer that controls this timeout?.
Thanks again,
Best regards,
Ricardo Martinez Ogalde
-----Mensaje original-----
De: Girish [mailto:gr_sh2003@yahoo.com]
Enviado el: Miércoles, 22 de Diciembre de 2004 9:48
Para: Ricardo Martinez; SER Users (E-mail)
Asunto: Re: [Serusers] Voice Mail Question.
Hi,
--- Ricardo Martinez <rmartinez(a)redvoiss.net> wrote:
> What i'm looking for is to activate the voicemail on busy or in a
> "unanswered call" answers (408 or 496).
> Is there a way to do this?.
> Can someone give me an example of how to do this?.
Add a failure route in your script, and check for the status in that and
send calls to voicemail
server.
if (t_check_status ("408|496") {
revert_uri();
rewritehostport("vm server ip:port");
append_branch();
t_relay();
break;
}
HTH,
=====
Girish Gopinath <gr_sh2003(a)yahoo.com>
__________________________________
Do you Yahoo!?
The all-new My Yahoo! - Get yours free!
http://my.yahoo.com
Hello
I set up 2 phones in the same subnet. one is xlite, the other real iphone.
They both register correctly. When ipphone makes a call to xlite, it rings;
when picking xlite, it shows "499 not acceptable". Is it a workable model to
have multiple phones going through one firewall to login on a remote
SER/RTPProxy?
thanks!
steven
> Hello list.
Hello ...
> I'm using Radius to make the AAA in my SIP platform.
> For authentication i have no problem, for authorization no
> problem. When i get the Accounting of a call i have a issue
I'm just curious. I can do authentication with no problem at
all. Now, how do you manage to do authorization?
> I don't know why i'm obtaining two START messages. One with
> Sip-Method=1 and the other with Sip-Method=4. The two
> messages arrives at the same time when the call is answered.
> Is this normal?
I have the same bevahiour ... But have not a clue. If I
find something I'll tell you.
Regards,
Lucas
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 265.6.4 - Release Date: 22/12/2004
Hi,
When a SIP call is blind-transferred with REFER and forwarded with "302
moved temporarily", UA would start a brand new call. The problem is how to
log and account for their calls. For example, A calls B, B sends 302 and
uses C's number as contact. The new call is made from A to C. The call log
would show it is from A to C. The call log should at least have an
indication of B forwarding the call. Also B is supposed to pay the bill. It
is not A although the call log shows it is A to C. A has no knowledge that a
toll call is made when calling B.
Anyone has the same problem?
Thanks,
Richard
Hi list,
I have 2 termination providers to forward my calls, and they have different prices to different destinations.
Do u know how to choose one of them based on the call price? I'd like to check a price table and them choose what GW to use.
I know I can choose one of them based on the prefix, but only this isn't enough for me.
Thanks.
Vitor Brasileiro.
Hello.
As far as i know there is a new command called max_contacts(number),
where "number" is the maximun number of contacts that is possible to
register for a single user. Unfortunately, this command is available only
in the new 0.9 version.
I tested it and it seems to do the trick ok.
Cheers
Ricardo Martinez
-----Mensaje original-----
De: Java Rockx [mailto:javarockx@yahoo.com]
Enviado el: Miércoles, 22 de Diciembre de 2004 9:03
Para: ser users
Asunto: [Serusers] Limiting Users To One Registered UAC
Hi All.
How can I limit a user to one (1) registered UAC? I found this article from
2003
http://lists.iptel.org/pipermail/serusers/2003-March/000576.html
And Jiri says that at that time ser could not do this.
I'm using ser-0.8.99-dev24 (soon to be using ser-0.9) so I'm hoping that
avpops or something will
do the trick.
Ideally I'd want to be able to vary the number of phones a user can have
based on a database
entry. So if a customer is paying for 3 "seats" then they can have 3
registered phones.
Can anyone give me some hints?
Regards,
Paul
__________________________________
Do you Yahoo!?
The all-new My Yahoo! - What will yours do?
http://my.yahoo.com
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org
http://lists.iptel.org/mailman/listinfo/serusers
Hello List.
I have a question regarding VoiceMail. So far, i have seen examples
when the user sets his own voicemail "ON", and this is reflected in
if (is_user_in("Request-URI", "voicemail")) {
setflag(4);
The user is in the voicemail group.
So when call arrives all you have to do is check the setflag to
forward the call to VM system
What i'm looking for is to activate the voicemail on busy or in a
"unanswered call" answers (408 or 496).
Is there a way to do this?.
Can someone give me an example of how to do this?.
Thanks in advance
Best regards,
Ricardo Martinez.-