hi all
i want to check that if my ser is calling radius for
authentication. is this posible in ser
Kamran
__________________________________
Do you Yahoo!?
Yahoo! Sports - Sign up for Fantasy Baseball.
http://baseball.fantasysports.yahoo.com/
Ok, so i'm tryin to get ser to work with Long distance calling, however I
dont know how to authenticate to nufone...
# send out 00 prefix to wholesale voip.brujula.net termination
if (uri=~"^sip:00[0-9].*@.*") {
if (!is_user_in("From", "ld")) {
sl_send_reply("403", "Payment required");
break;
};
setflag(1);
rewritehostport("voip.nufone.net:5060");
if (!t_relay()) {
sl_reply_error();
};
break;
};
Should this be:
rewritehostport("user:pass@voip.nufone.net:5060"); ??
Barry
I added this code into the ser.cfg to execute my script when a mail comes from 10.232.2.225
if (uri =~ "sip:[a-zA-Z]*@10\.232\.2\.225") {
exec_dset (<path to the script>);
}
I have not made any changes except for adding this in the example config file.
The script has proper permissions
The script is never executed!. What can be the problem?
---------------------------------
Do you Yahoo!?
Yahoo! Small Business - Try our new resources site!
Does anybody know if SER can be used to interact with Microsoft LCS Clients
by exchanging instant messages? If so, is there a sample config somewhere
that I can use to work off of. We utilize the Microsoft LCS server for a
majority of our companies IM traffic. We also have a Jabber server and I
would like to try and use SER as a SIP/SIMPLE gateway to the LCS users.
Dear Klaus,
Could you briefly explain how to use "normal" usernames and make numerical aliases for these users (like iptel.org does) ?
TIA.
--
Zon
________________ Original message ________________
Subject: Re: [Serusers] newbie asking username and sip account
Author: "Klaus Darilion" <klaus.mailinglists(a)pernau.at>
Date: 10th March 2005 11:14:54 AM
Hi!
Of ocurse, using numbers as usernames (like freeworlddialup) will ease
dialing on hardphones. You can also use "normal" usernames and make
numerical aliases for these users (like iptel.org does).
regards,
klaus
Zon Hisham Bin Zainal Abidin wrote:
> Hi all,
> I am about 3 hours old with SER and I have my server running on one our our development server.
>
> I added a user with:
> serctl add zon abc123 zon(a)home.net.my
>
> I added a second user and started making calls. All worked perfectly.
>
> QUESTION:
> When I added my user account above, my SIP account will be
> sip:zon@arl.net.my since I configured SER to take arl.net.my as the domain
> 1) Would it be better to create username like 'zon' or with numbers like 511345 ?
> 2) If my sip uri is sip:zon@arl.net.my, how does someone using a normal phone that is hooked to an ATA called me :) ?
>
> Please advise.
>
> --
> Zon
>
>
> ---------------------------------------------------
> Sign Up for free Email at http://ureg.home.net.my/
> ---------------------------------------------------
>
> _______________________________________________
> Serusers mailing list
> serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>
>
Nicolas,
The answer if that you __must__ use a SIP UA that supports the
Session-Expires header. If you SIP UA supports this header then it
will initiate re-INVITEs.
So you basically really need one or more parties in the call to
support this header.
I know the Sipura 3000 supports it.
Regards,
Paul
On Wed, 23 Mar 2005 19:08:34 +0100, Nicolas Ruiz <nruiz(a)vivaction.com> wrote:
>
> Hi Paul,
>
> I have read your post, do you have succeed it ???
>
> I want the same thing !!!!!!!!!!!! how can I do it !!!! please give me the
> answerrrrrrrrrrrr !! :0)
>
> Best Regards
>
> Nicolas RUIZ
> France, Paris
>
> ############################################################""
> Hi All.
>
> Can ser-0.9 be used to force re-INVITEs during established call
> sessions? I know of the Session-Expires and Min-SE headers, but I'm
> very unclear on how to get re-INVITE messages to start being sent to
> all SIP clients during a call.
>
> I am trying to come up with a way to handle accounting when we don't
> recieve a BYE for a call.
>
> Regards,
> Paul
>
>
>
>
>
> Vos Solutions Voix-Data !
>
>
> Nicolas Ruiz
> Service Technique
> Ligne directe : + 33 (0) 1 56 38 39 71
> Fax :+ 33 (0) 1 47 24 74 77
> nruiz(a)vivaction.com
>
> Immeuble Plein Ouest
> 177 av. Georges Clemenceau
> 92024 Nanterre - France
> Tel : 0 811 02 6000
> www.vivaction.com
>
> ________________________________________________________________________________________________________________________
> This e-mail and the information it contains are confidential and legally
> protected by law. Only access by the intended recipient is authorized.
> Review, distribution,reproduction, publication or other use of this e-mail
> is prohibited.
> Cet e-mail et les informations qu'il contient sont confidentiels et protégés
> par la loi. L'accès à ce message n'est autorisé qu'au destinataire de
> celui-ci. Toute modification,distribution, reproduction, publication, ou
> autre utilisation de cet e-mail est formellement interdite.
>
>
>
>
>
>
>
>
>
>
>
Hi all,
Just to confirm the cpl module should be compatible with stable ser
version 0.8.14,shouldnt it?? I have installed the cpl module
according to the following howto:
http://www.kom.tu-darmstadt.de/~jschmitt/HowToSER_CPL.htm
However when i try ot load the cpl-c module in ser.cfg,I get the
following error. Any ideas??:
ERROR: module version mismatch for /usr/lib/ser/modules/cpl-c.so;
core: 0.8.14; module: 0.8.14-5
If I need to get an unstable version of SER from CVS wouldnt this
overwrite my current work?
Thanks,
Aisling.
-------------------Legal Disclaimer---------------------------------------
The above electronic mail transmission is confidential and intended only for the person to whom it is addressed. Its contents may be protected by legal and/or professional privilege. Should it be received by you in error please contact the sender at the above quoted email address. Any unauthorised form of reproduction of this message is strictly prohibited. The Institute does not guarantee the security of any information electronically transmitted and is not liable if the information contained in this communication is not a proper and complete record of the message as transmitted by the sender nor for any delay in its receipt.
Hi,all
I have a forward problem:
I want to use ser as an stateless proxy. After some operation SER forward the request stateless according to Request-URI.
Can I use the forward action? I know forward command has two parameters such as "forward(xxx.xxx.xxx.xxx,xxx)". If can, how to use?
wei
Hi All.
If I include a session-expires header using append_hf(), do I have to
do anything else to my ser.cfg script?
Also, will this cause re-INVITEs to happen or is there something else needed?
Regards,
Paul
It is possible to override the fr_inv_timer setting at the time of doing
the t_relay()? For example, I want to try the first umber for 15
seconds, if that fails, I go into a failure route, and do
append_branch() and t_relay() but this time I want to try it for 30
seconds before failure. Is that possible?
Thanks,
Aaron
This message has been scanned for viruses by MailControl - www.mailcontrol.com