Displaying 20 results from an estimated 1300 matches similar to: "Total newbie here looking to do a VoIP conferencecall?"
2004 Dec 17
5
Total newbie here looking to do a VoIP conference call?
I am looking to help out my company find a more budget conscious but
reliable way to hold conference calls between 5+ people. 4x a month we hold
several hour long conference calls during non-business hours. All of the
employees have high speed internet. Currently we dial up an AT&T conf using
regular analog phones.
I don't have a great grasp as to what Asterick is capable of, but my
2004 Dec 17
2
Total newbie here looking to do a VoIPconfer ence call?
Come to think of it since the DTA310 uses DNS to find the SIP server, you
could setup a DNS cache and override the DNS entry for what packet8 uses
(proxy2-eqix-sjo.packet8.net : 15062, over here) to point to the IP of your
own SIP server? Kind of a hack but it should work as long as it's running
on port 15062. I am very new to this so I don't know if there's a port
standard for SIP
2004 Sep 28
0
Subscribe 403 forbidden
I am running Asterisk CVS-HEAD-07/14/04-16:28:29
and noticed that when I send a subscribe I get back a 403. This used
to work in an
old version which I forgot to record before upgrading to the above version.
Any suggestion?
I can register fine with the * server.
Sip read:
SUBSCRIBE sip:2486@192.168.0.2:5060 SIP/2.0
Via: SIP/2.0/UDP 192.168.0.1:5060;branch=z9hG4bK46F2668
From:
2005 Aug 18
2
asterick and festival...Help!
Earlier this afternoon I had this working
exten => 2890,1,Answer
exten => 2890,2,GoTo(12)
exten => 2890,12,Wait(1)
exten => 2890,13,Festival('I can say numbers like')
exten => 2890,14,SayNumber(1230001,f)
exten => 2890,15,Wait(1)
exten => 2890,16,HangUp
I was so very proud of myself...
All of a sudden after a reboot.... I get the following from the same
call plan
2004 Apr 21
3
Webvmail
I am having trouble locating webvmail on my * server.
Is this a seprate porgram or does it come with *. I
am running version
asterick*CLI> show version
Asterisk CVS-03/26/04-17:08:20 built by
root@localhost.localdomain on a i686 running Linux
asterick*CLI>
Thanks
Kurt
__________________________________
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25¢
2004 Dec 17
0
Total newbie here looking to do a VoIPconference call?
Thanks for that. I just got rid of packet 8 and went with 100% asterisk
in my house.
But I use the PAP2-NA and RT31P2 from Linksys for my FXS ports. But
would
like to have an extra FXS laying around just in case..
.o-------------------------------------------------------o.
Brian Fertig
Network Engineer
Planet Telecom, Inc.
Tampa, FL Office
-----Original Message-----
From:
2004 Dec 17
1
Total newbie here looking to do a VoIP confe rence call?
Sorry for the misspelling... Thanks for the replies. I will set it up and
start playing. This is all very exciting. I've been using VoIP as my
primary phone but this is going a bit further. At the office we have a T1
that is probably fairly dead after hours. Supporting 5-10 users should be
fine I'd imagine. I've read 1 VoIP connection uses about 64kbps or 8KB/s?
So...
2003 Apr 29
1
Installing On Solaris
I've downloaded gcc 2.95, and installed R-1.7.0
It appears to config properly, the config.out is at the following URL:
http://www.phineas.pwp.blueyonder.co.uk/config.log
Running make does not appear to work
the errors are summarized:
bash: ar: command not found
*** Error code 127
make: Fatal error Command failed for target 'libappl.a'
*** Error code 1
make: Fatal error: Command failed
2003 Mar 04
3
Distinctive ringing
Hi All...
Can Asterick detect distinctive ringing on a POTS line and answer with
different configurations?
Thanks...
2012 Nov 17
1
fold change calculation
Hi,
I am really new to edge R and I have used it to calculate gene expression
with RNASeq data comparing 2 different conditions.
I used a P value of 0.05 and I got a list of DGE contigs up and down
regulated.
WhatI was wondering is how to convert the logFC value that appear in the
output of the exact test.
Is it a log2 base? Is fold 2 change considered as cutoff?
I am trying to find this info on
2005 Feb 21
1
IAX channel unable to create
I have two * boxes running two differnet versions of *.
Box A is running:
Asterisk CVS-HEAD-07/14/04-16:28:29 built by
root@asterick.dell.cpu.com on a i686 running Linux
Box B is running:
Asterisk 1.0.3 built by root@dell.cpu.net on a i386 running FreeBSD
I can make a IAX call from B to A but not from A to B.
When I try to make a call from A to B I get these messages:
Feb 21 12:48:12
2004 Jun 30
1
SIP Notify contents showing 0/0 on VoiceMail
Folks,
My question concerns the SIP Notify that is being sent to ...
device. You can see it in the following line:
Voicemail: 0/0
Shows no Voice mail but I did leave a voice mail at the extension.
Any suggestion on what I should look for in my * setup. I am not
worried about the 481 coming back for the other side yet. Once I get a
handle on the Notify, I'll work on the 481.
2007 Feb 11
2
TDM02B not working
I am trying to reconfigure an asterisk box that was using an HFC-S card
with bristuff but is now using 2 analog lines therefore I want to use the
TDM02B to connect to two POTS lines. The TDM02B has 2 red modules.
I have this in /etc/zaptel.conf
loadzone=nl
defaultzone=nl
fxsks=1-2
I have /etc/asterisk/zapata.conf
signalling=fxs_ks
echocancel=yes
echocancelwhenbridged=yes
echotraining=400
2003 Apr 28
1
Sorry
On my previous message I gave incorrect URL's for the configuration output.
They should be
www.phineas.pwp.blueyonder.co.uk/config.log and
www.phineas.pwp.blueyonder.co.uk/config.out
Also this technique appears to work with Netscape on Solaris, but not IE on
Windows. If this is not a sensible way to post diagnostic output let me know
and I will post them in a different way.
Phineas Campbell
2004 Dec 28
0
How to connect two Asterisks as secure as po ssiblewithout too much additional bandwidth ?
SSH tunnel is the way to go. Here is a little tid bit about setting up SSH
keys, a simple keep alive script, and creating the SSH tunnel I use to
tunnel my SMTP traffic to a reliable SMTP server since my ISP blocks all
traffic incoming/outgoing on port 25.
http://xj.cdevco.net/comp/smtptunnel/
You could use the same exact thing with an SSH tunnel. In fact, we've done
VoIP over SSH using a
2015 Dec 16
2
samba4 schema for openldap
On 16/12/15 20:40, Таболин Юрий wrote:
> 16.12.2015 22:47, Rowland penny пишет:
>> On 16/12/15 19:35, Rowland penny wrote:
>>> On 16/12/15 19:02, Таболин Юрий wrote:
>>>> Hi all.
>>>>
>>>> I have samba 4.2.3 on freebsd 10.1 server. There are three DC and
>>>> about 350 PC on domain. I wrote earlier that samba4 ldap
2015 Dec 16
2
samba4 schema for openldap
On Wed, Dec 16, 2015 at 12:40 PM, Таболин Юрий <tabolin at speechpro.com>
wrote:
> 16.12.2015 22:47, Rowland penny пишет:
>
>> On 16/12/15 19:35, Rowland penny wrote:
>>
>>> On 16/12/15 19:02, Таболин Юрий wrote:
>>>
>>>> Hi all.
>>>>
>>>> I have samba 4.2.3 on freebsd 10.1 server. There are three DC and about
2009 Oct 29
5
Summing identical IDs
Hello All,
I would like to select records with identical IDs then sum an attribute
then and return them to the data frame as a single record. Please consider
Acres<-c(100,101,100,130,156,.5,293,300,.09)
Bldgid<-c(1,2,3,4,5,5,6,7,7)
DF=cbind(Acres,Bldgid)
DF<-as.data.frame(DF)
So that:
Acres Bldgid
1 100.00 1
2 101.00 2
3 100.00 3
4 130.00 4
5 156.00 5
2019 Feb 12
0
weird RPM dependency error; '/bin/sh' needed, but is provided
On Tue, 12 Feb 2019, Brian Reichert wrote:
> First off, I have to admit that I'm uncertain if this is the
> appropriate forum; I'd be happy for suggestions about where else
> to look.
>
> I'm doing this work on a stock install of CentOS-7-x86_64-Minimal-1810.iso,
> with no updates.
>
> I'm trying to create an RPM database from a custom set of RPMs.
>
2015 Dec 16
0
samba4 schema for openldap
16.12.2015 22:47, Rowland penny пишет:
> On 16/12/15 19:35, Rowland penny wrote:
>> On 16/12/15 19:02, Таболин Юрий wrote:
>>> Hi all.
>>>
>>> I have samba 4.2.3 on freebsd 10.1 server. There are three DC and
>>> about 350 PC on domain. I wrote earlier that samba4 ldap performance
>>> is not enough for me. Now I want to try a server in the