The 'just a BRI' is the tricky part. You should need a
NM-HDV (I think that's the part number), with a 2 port
BRI VWIC.
Dan
-----Original Message-----
From: Greg Fausak [mailto:greg@august.net]
Sent: Wednesday, April 23, 2003 9:51 AM
To: 'Yang Xiang'; serusers(a)lists.iptel.org
Subject: RE: [Serusers] cisco 2600 as sip-pstn gateway
Yes, it works with a BRI interface.
I have experimented with a 3620 like that, the
Same cards go in the 26xx series I believe.
---greg
> -----Original Message-----
> From: serusers-admin(a)lists.iptel.org
> [mailto:serusers-admin@lists.iptel.org] On Behalf Of Yang Xiang
> Sent: Wednesday, April 23, 2003 11:32 AM
> To: serusers(a)lists.iptel.org
> Subject: [Serusers] cisco 2600 as sip-pstn gateway
>
>
> Hi all,
>
> I want to use a cisco 2600 as sip2pstn gateway. In csico
> dokumentations and
> in postings of other people it seems that the cisco 2600
> works with a PRI
> ISDN interface. Does anybody konw if it also works with BRI
> interface? I
> don't find a way to define "voice-port" on the router just with BRI
> interface. Has anybody here successfully tested this?
>
> Many thanks
>
> Yang
>
>
>
> _______________________________________________
> Serusers mailing list
> serusers(a)lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
>
_______________________________________________
Serusers mailing list
serusers(a)lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
hi, i have been playing around with ser now for around a month and am
getting nowhere.
i have two sites running ser on redhat (7.3 and 8). the ser machines are
each behind a redhat (7.3) firewall with port 5060(udp) forwarded to the ser
machines.
i cannot see presence of any users at the other site and vice versa.
please can someone guide me through how they would set up such an operation.
this really is a hand-holding job i'm afraid.
very grateful for a quick response.
cheers
--
Mat Harris OpenGPG Public Key ID: C37D57D9
mat.harris(a)genestate.com www.genestate.com
Hello,
On 23-04 19:28, Dinesh wrote:
> Thanks for your comments but
>
>
> 1. Could you confirm I would need to change the mysql db manually as
> serctl restricts the group names it accepts
Yes, edit serctl script and look for ACL_GROUPS variable, list the
groups you want to use there.
> 2. Could you give me a clue as to the script I would need to add. As I
> cannot see how to check the called parties groups.
is_user_in("To", "group")
Jan.
I need some help to implement load balance
when sending invites to an external sip
proxy server.
I would like to be able to balance load
between to IPs (10.0.0.1 and 10.0.0.2) and
use the backup IP when the primary one
fails.
Below is the routing code I have:
if (!lookup("location")) {
rewritehost("10.0.0.1");
if (!t_relay_to("10.0.0.1","5060")) {
sl_send_reply("404", "Not Found");
};
break;
};
How can I add this behaviour?
Any suggestion?
Alejandro
Hello,
I would like to know whether the current SER is RFC2543 or RFC3261
compliant. It is described to be a RFC3261 server in the webpage but is
specified to be RFC2543 compliant in the product sheet. (I want to use
SER to test with other RFC3261 devices.) Thank you.
Andrew
Hi Mat,
Just saw your question posted in the mailing list.
If I understand your scenario is like this:
UA1 --- SER ---- NAT/FW --- Internet ---- NAT/FW ----- SER ---- UA2
If so, I have been working to get something like this working for a couple of
months. I wrote a module that is supposed to act as a nathelper and as a FCP
client. If you are still having problems to get this working, get back to me and
I can provide you with guidance.
Regards,
Jaime
Mat Harris <mat.harris(a)genestate.com> on 16/04/2003 14:40:35
To: serusers(a)lists.iptel.org
cc: (bcc: Jaime GILL/EN/HTLUK)
Subject: [Serusers] fed up and need guidance
hi, i have been playing around with ser now for around a month and am
getting nowhere.
i have two sites running ser on redhat (7.3 and 8). the ser machines are
each behind a redhat (7.3) firewall with port 5060(udp) forwarded to the ser
machines.
i cannot see presence of any users at the other site and vice versa.
please can someone guide me through how they would set up such an operation.
this really is a hand-holding job i'm afraid.
very grateful for a quick response.
cheers
--
Mat Harris OpenGPG Public Key ID: C37D57D9
mat.harris(a)genestate.com www.genestate.com
*******************************************************************************
Important.
Confidentiality: This communication is intended for the above-named person and
may be confidential and/or legally privileged. Any opinions expressed in this
communication are not necessarily those of the company. If it has come to you
in error you must take no action based on it, nor must you copy or show it to
anyone; please delete/destroy and inform the sender immediately.
Monitoring/Viruses
Orange may monitor all incoming and outgoing emails in line with current
legislation. Although we have taken steps to ensure that this email and
attachments are free from any virus, we advise that in keeping with good
computing practice the recipient should ensure they are actually virus free.
Orange PCS Limited is a subsidiary of Orange SA and is registered in England No
2178917, with its address at St James Court, Great Park Road, Almondsbury Park,
Bradley Stoke, Bristol BS32 4QJ.
*******************************************************************************
Has anyone tried out the SIMPLE features of ser? Based on what I have read
it appears to support contacts and presence. If so, which clients has it
been tested with?
Regards,
Steve
instead of t_relay_to("xxx.xxx.xxx.xxx","5060"); try rewritehostport("xxx.xxx.xxx.xxx:5060");
> -----Original Message-----
> From: budi wibowo [mailto:bu1d@yahoo.com]
> Sent: Friday, April 18, 2003 09:54
> To: serusers(a)lists.iptel.org
> Subject: [Serusers] pstn connectivity
>
>
> hi i'm new guy in this list
> and i have a litle problem with connectivity to psnt
> thru cisco as5300
> below is my ser.cfg, yyy.yyy.yyy.yyy is ip of ser and
> xx.xxx.xxx.xxx is ip of the cisco gw
>
> if (uri=~"^sip:[0-9]*@yyy.yyy.yyy.yyy"){
> log("Forward to pstn \n");
> t_relay_to("xxx.xxx.xxx.xxx","5060");
> break;
> };
>
>
>
> and i have this on my cisco
> !
> dial-peer voice 4 voip
> incoming called number .
> destination-pattern 2525T
> session protocol sipv2
> session target sip-server
> codec g723r63
> !
> !
> sip-ua
> calling-info sip-to-pstn number set 113950029
> sip-server ipv4:yyy.yyy.yy.yyyy
> !
>
> my pproblem is.. i cant if i dial to 252544123 from my
> softphone , it's not work
> but when i dial with format 252544123(a)xxx.xxx.xxx.xxx
> it always work
> anyone have clue for my problem?
> thx
>
> budi
>
>
> __________________________________________________
> Do you Yahoo!?
> The New Yahoo! Search - Faster. Easier. Bingo
> http://search.yahoo.com
>
> _______________________________________________
> Serusers mailing list
> serusers(a)lists.iptel.org
> http://lists.iptel.org/mailman/listinfo/serusers
>