Hello,
I was wondering how to get serweb to authorize its click 2 dial invite
requests via proxy authorize. Or if it's possible to tell SER to NOT
authorize serweb's requests. I tried this by telling SER to allow anything
from the IP of the server where serweb is running. serweb talks to SER
through the fifo so it makes sense that allowing the IP wouldn't work. I
also tried to allow anything from the "controller" URI. Has anyone got
click 2 dial working with authorization turned on in SER?
I am using both stable releases of SER and SERweb.
Thanks,
SG
_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE!
http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/
Hi,
I am having a problem logging into the web pages. I do have a user in
the database. I am rechecking all of my configurations right now. Just
wondering if anyone can point me to the right place..
Thanks in advance..
Wercs Communications
Clay Bryan
Network Administrator
Wercs Communications
400 East First
Casper, WY 82601
<http://maps.yahoo.com/py/maps.py?Pyt=Tmap&addr=400+East+First&csz=Caspe
r%2C+WY++82601&country=us>
CBryan(a)wercs.com <mailto:CBryan@wercs.com>
tel:
fax:
mobile:
307-233-8359
307-233-8701
307-258-7371
Add me to your address book...
<https://www.plaxo.com/add_me?u=21475170292&v0=646557&k0=282754785>
Want a signature like this? <http://www.plaxo.com/signature>
Hello,
I wonder if anyone has a solution for having a call being terminated by
SER in case a certain credit limit has been reached or
in case the connection was lost to either end of a call ? I am testing
with mediaproxy and can have it timeout, it will tear down the
RTP relaying nevertheless it wont teminate the actual call by means of a
BYE request that was setup to the PSTN gateway.
So this connection stays open.
Is there a way to interface with SER and to have it generate a BYE to
the PSTN gateway ?
Can I use RADIUS to tear down the call in case of a prepaid credit limit
?
Best regards
Paul van Schagen
Hi,
I want to do a ser stateless sip server(because I dont have a big link
(64k )), but I have same questions :
- Dos it work good with NAT ?
- I can to do a billing of the calls ?
Gin
hi all
i want to make a prepaid solution for ser+radius.
1. authorize request to radius.
2. if true then get time from the response of radius.
3. Pass this time to asterisk Dial application.
or is there any other way to do this prepaid billing.
waiting for your comments.
Kamran
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Ok, duh there is a strip_tail command. I'm confusing myself now, that
still doesn't help me accomplish this :)
What I really need is a way to subst(replace) with an avp alias I guess?
I don't see any way to do this though.
-----Original Message-----
From: Matt Schulte
Sent: Saturday, April 23, 2005 10:32 AM
To: serusers(a)lists.iptel.org
Subject: [Serusers] HELP!! Converting 7 digits to e164
Importance: High
All, we're still in a grind here we're trying to eliminate all external
scripts, the last one we have converts 7 digits to e164 (eg 3212222 to
+13143212222). The problem I'm having is I can't figure out a way to
convert this inside SER.
What needs to happen is Ser needs to take the area code from the user,eg
314 and convert the RURI to that persons areacode+phone number. If there
was some kind of strip_tail command I would be in business. All of our
users are based on e164, no names or anything. An example of what I
mean:
From: +13145281234 to/uri: 3212222
Script would take the "314" from the "from" and add it to the uri
3212222 ending up with 3143212222, from there I would simply prefix "+1"
ending with +13143212222. The problem is getting ONLY the 314 out of the
"from".
Any thoughts? SER is bombing on us, the only lead is that we are using
external cmds and we "should" get rid of them. Someone please help!!
Matt
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
All, we're still in a grind here we're trying to eliminate all external
scripts, the last one we have converts 7 digits to e164 (eg 3212222 to
+13143212222). The problem I'm having is I can't figure out a way to
convert this inside SER.
What needs to happen is Ser needs to take the area code from the user,eg
314 and convert the RURI to that persons areacode+phone number. If there
was some kind of strip_tail command I would be in business. All of our
users are based on e164, no names or anything. An example of what I
mean:
From: +13145281234 to/uri: 3212222
Script would take the "314" from the "from" and add it to the uri
3212222 ending up with 3143212222, from there I would simply prefix "+1"
ending with +13143212222. The problem is getting ONLY the 314 out of the
"from".
Any thoughts? SER is bombing on us, the only lead is that we are using
external cmds and we "should" get rid of them. Someone please help!!
Matt
Hi Sir,
I need to block country codes 246, 871-874 and 881. For my customer to dial
pstn, they simply dial 00 first then country code, etc.
Any idea why my reg exp doesn't work? thank you
regards,
nhadie
--------- Mensagem Original --------
From: Marian Dumitru <marian.dumitru(a)voice-sistem.ro>
To: Nhadie <nhadie(a)cbcpworld.com>
Cc: serusers(a)lists.iptel.org
Subject: Re: [Serusers] blocking certain countries
Date: 23/04/05 18:08
>
> Hi Nhadie,
>
> Most probably there is something wrong with the regular express and the
> dialled RURI doesn't match.
> What RURI suppose to match and doesn't?
>
> Best regards,
> Marian
>
> Nhadie wrote:
> > Hi All,
> >
> > I defined something like this on my config, to block pstn calls to
> > certain countries. Unfortunately it doesn't work.
> >
> > if
((uri=~"^(sip:)?00(871-874|881|246)[0-9]*@([a-z]+.)?mydomain.com")
> > || (uri=~"^(sip:)?00(871-874|881|246)[0-9]*@10.0.2.200")) {
> > if (isflagset(8)) {xlog("L_INFO", "Call to
those locations
> > are not allowedn");};
> > sl_send_reply("404", "Not Found");
> > break;
> >
> > } else if
((uri=~"^(sip:)?00[0-9]*@([a-z]+.)?mydomain.com") ||
> > (uri=~"^(sip:)?00[0-9]*@10.0.2.200")) {
> > if (isflagset(8)) {xlog("L_INFO", "Call to
anywhere in the Worldn");};
> > # Strip first to digits (00)
> > strip(2);
> > # Prefix with 12345#
> > prefix("12345#");
> >
rewritehostport("123.123.123.123:5060");
> > # Remove credentials
> > consume_credentials();
> > # Route call
> > t_relay_to_udp("123.123.123.123",
"5060");
> > break;
> > }
> > } else {
> > .....
> > .....
> > .....
> > .....
> >
> > can anyone tell my error here? thank you in advance
> >
> > regards,
> > nhadie
>
> --
> Voice System
> http://www.voice-system.ro
>
>
>
>
>