similar to: Fwd:[Vocal] Question about Cisco IP hard phones

Displaying 20 results from an estimated 500 matches similar to: "Fwd:[Vocal] Question about Cisco IP hard phones"

2004 Aug 31
1
(no subject)
A correction. You either need to open the plotting device prior to the simulation that includes your plotting commands and close it after the simulation or have the name change dynamically in your simulation so that the runs go in separate files. An example of the first method would be postscript(file="/where/to/put/file/filename.ps") ## your simulation commands dev.off() for the
2003 Sep 04
1
Asterisk vs. Vocal (Vovida) vs. Bayonne
Folks, I love Asterisk, have been using it for a while now. I'd like to know if anyone has some good comparison points on Asterisk vs. Vocal (Vovida) vs. GNU Bayonne. I know only a little about the later two. Also, one drawback I've hard about Asterisk (not for me, but for general consumption/deployment) is easy of configuration -- people like GUIs. They want point-n-click. I'm a
2004 Sep 29
3
7912G SCCP only?
Mmm...I swear I read somehwere that the 7912G did SIP? Cisco lists it as an SCCP only phone? -- Undocumented Features quote of the moment... "It's not the one bullet with your name on it that you have to worry about; it's the twenty thousand-odd rounds labeled `occupant.'" --Murphy's Laws of Combat
2004 Dec 13
1
Asterisk and Cisco 7905G or Cisco 7912G
Hi, How well to the Cisco 7905G or Cisco 7912G phone work with Asterisk? Cisco claims both phones do SIP. I was strongly considering Polycom phones. However, it appears to be quite difficult to obtain support or firmware for Polycom phones. On the other hand, I find Cisco is very well supported. Thanks, Adi
2005 Feb 12
3
7912G: Takes the same firmware as 7940/60?
Does anyone know if the 7912G (which the wiki says can do either sccp or sip) uses the 7940/60 sip firmware? I ask this because the only firmware I can seem to find on TAC for the 7912G is sccp, no sip...if it takes it's own firmware and doesn't use 7940/60 firmware, can someone point me to the right location for it? Thanks, Marty Mastera M3 Resources marty@m3resources.com Phone:
2004 Aug 13
3
Cisco 79xx series IP phones
Shawn, That's a complete load of manure. I have an office full of 7960's, they work great with asterisk with the SIP images loaded. I'm about to pick up a lot of 7912's (simple one line phones, same as the 7905 but it has a built in switch). These phones have also been confirmed to work with Asterisk. I would recommend not going directly to cisco, and just find a reseller who
2003 Apr 28
8
new cisco VoIP phones
Anyone know what model and what support the new $100 Cisco has? http://biz.yahoo.com/djus/030428/1030001060_1.html -- Steven Critchfield <critch@basesys.com>
2004 Nov 30
3
cisco 7902g
Can i register a cisco 7902G with asterisk????? what i have to do??? thanks in advance. R -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20041130/12bf3c06/attachment.htm
2005 Mar 17
1
Thoggen 0.3 'Leopard' released
Hi, Thoggen 0.3 has just been released. Get it from: ?http://thoggen.net/download/ In addition to the source tarball there is also a .deb package for debian sid available. ------------------------ ?What is Thoggen? ------------------------ Thoggen is a DVD backup utility ('DVD ripper') for Linux, based on Gtk+ and GStreamer. It creates ogg/theora video files and features an
2005 Jun 28
3
PESQ results for speex 1.0.3
Hello! Some time back, I added the Speex protocol to my version of VOCAL (www.vovida.org, VOIP tool). Recently, I also added PESQ (automated voice quality testing algorithm) to my tool and have been running some tests on a clean network. The source file is a woman reading some phrases meant to test various aspects of codecs... Speex has a respectable result of 3.67 Some other codecs I've
2006 Jun 13
1
VOCAL + Asterisk
I want to start a community based voip network projcet and am thinkimg of using VOCAL and asterisk gateways..... my question is, has anyone bench marked asterisk vs VOCAL? is it a wise idea to use VOCAL + Asterisk or Asterisk all the way.........am expecting 1000 -> 5000 users.. your thoughts would be appreciated. _________________________________________________________________ Don't
2004 May 02
2
Talking SIP to Vocal
I'm trying to get Asterisk to talk SIP to Vocal and so far have only managed to get it partially working. Calls in from Vocal are working fine but outbound calls aren't. In sip.conf I have: [ivv] secret=SECRET username=08452416761 host=sip.intervivo.net fromuser=08452416761 externip=mt104.dyndns.org nat=yes canreinvite=no reinvite=no notransfer=yes In extensions.conf I
2004 Aug 06
0
Integrate Speex into VOCAL
> I'm about to try to integrate SPEEX into the VOCAL project. Good. Just a detail, but the correct spelling in "Speex". > 1) To encode, it appears I need an array of floats. If > I am playing wav files, what is the best way to turn these > into something speex can encode? Speex version 1.0.x (stable) expects float's in the -32768 to +32767 range, so it's just
2004 Aug 06
1
Integrate Speex into VOCAL
Jean-Marc Valin wrote: >>I'm about to try to integrate SPEEX into the VOCAL project. > > > Good. Just a detail, but the correct spelling in "Speex". > > >>1) To encode, it appears I need an array of floats. If >>I am playing wav files, what is the best way to turn these >>into something speex can encode? > > > Speex version
2006 Jan 06
2
SPA-3000 is translating vocal sounds into DTMF
I'm sure there must be a setting I'm missing somewhere, so I thought I might was well ask here. Conversations are punctuated by sudden replacement of a given syllable or so of conversation with a DTMF tone. I would hope perhaps there's some kind of setting that has to do with the way it detects inband DTMF? I'm pretty sure it's an artifact of this particular ATA; my
2009 Jun 30
1
Reception of vocal SMSs to landlines.
Hi all, we face a problem with SMS reception sended to _landlines_, at least in France. Normally operators -tested with France Telecom and SFR- are sending voice SMSs from a particular CID number, so no problem. But today we discover that -at least SFR- send from time to time voice SMSs with original callerID which means that the call is terminated like a normal call and not recognized as
2008 Mar 23
1
Object creation when the controller is a subclass of AdminController
I''ve finally determined that the best way to handle administration of a model that displays publicly but is administered privately is through subclassing but I''ve run in to pathing issues (I think) when trying to create an instance of my model. Let''s say I have a Book, and BookController is a sublcass of AdminController so that I can create and delete Books via an Admin
2004 Aug 06
2
Integrate Speex into VOCAL
Hello! I'm about to try to integrate SPEEX into the VOCAL project. If anyone has any pointers as to the best way to do this, please let me know. After reading the speex api man page, I have a few questions: 1) To encode, it appears I need an array of floats. If I am playing wav files, what is the best way to turn these into something speex can encode? 2) Are there any commercially
2005 Jan 02
1
Configuration details for Asterisk interaction with Vocal
I have seen a number of people in this newsgroup asking for information regarding asterisk interworking with Vocal. I was able to configure Vocal and Asterisk so that calls originating from vocal can land on an extension in Asterisk. I would like to share this info with the group The scenario that I tested was as follows. A call was originated from extn. 1001 on Vocal and the call was made to
2003 Apr 30
1
Buzzword bingo: TLS and SRTP
One of my clients today asked me about TLS support for encryption of SIP payloads, and I didn't have an adequate answer as to why it wasn't supported or even discussed. Some archive searching finds scant mention of this in reference to Asterisk. Of course, encrypting the SIP payload is only 1/2 the problem; the payload itself is the next problem. I understand that IAX solves these