similar to: Channel Groups?

Displaying 5 results from an estimated 5 matches similar to: "Channel Groups?"

2005 Jan 27
1
Stumped by BroadVoice SIP
Hello guys. I am a fairly new user to Asterisk, and I'm just having a tough time. My goal is to set up a VOIP PBX. I have signed up with a BroadVoice number, and I have three systems with SIP phones. The PBX and the SIP phones are all behind a Cisco PIX running NAT. I am using Asterisk CVS version from yesterday. I also tried 1.0.3 with little luck. The SIP phones are two X-Lites on
2008 Nov 11
2
strsplit (regex)
#how do I break these up into first two letters (RM), number, and then the last part #is there an easily accessible regex tutorial on the internet? v = (structure(1:122, .Label = c("RM215Temp", "RM215SpCond", "RM215DO.Conc", "RM215Depth", "RM215pH", "RM215ORP", "RM215Turbidity.", "RM215Battery", "RM215DO.",
2006 Apr 14
0
[Bug 471] New: UDP stream DNAT problem
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=471 Summary: UDP stream DNAT problem Product: netfilter/iptables Version: linux-2.6.x Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: NAT AssignedTo: laforge@netfilter.org ReportedBy:
2005 Mar 16
1
Pattern Matching?
I need to deploy some quasi-virtual-PBXes, and I'd like to avoid having to be hands on for each new phone number deployed... so I would like to set up some administrative extensions that can record greetings... lets say: [admin] exten => 8(NXXNXXXXXX),1,Record($1|-greeting.gsm) [incoming] exten => _(NXXNXXXXXX),1,Playback($1|-greeting) exten => _(NXXNXXXXXX),2,Goto($1,1000) exten
2004 Dec 28
0
Two problems with the Perl AGI
Hi, I have a * 1.0.3 running on a Gentoo box and I installed Perl AGi from http://asterisk.gnuinter.net/files/asterisk-perl-0.08.tar.gz. When I write this : >#!/usr/bin/perl >use Asterisk::AGI; >my $AGI = new Asterisk::AGI; >$AGI->exec ('Dial SIP/kphone1|30|tTr'); >my $duration = $AGI->get_variable('ANSWEREDTIME'); >print STDERR "\n duration :