similar to: is this possible..

Displaying 20 results from an estimated 3000 matches similar to: "is this possible.."

2007 Jan 02
3
connecting asterisk (trixbox) to traditional phone lines?
Ok, I have trixbox working how I want. How do I now (cheaply as possibly) get a phone number so people can call it from any number? I am just doing a prototype so just want it done cheaply so I can demo it to my supervisors. Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Jan 15
3
php agi - first phrase truncated, all others fine
I have the following code. When I call the extension, it either ignores the first "Hello there everyone", or says "hello" and moves on sometime stoping before it finishes hello. The rest of the text reads fine. Anyone else have this issue?? Thanks! require('/var/lib/asterisk/agi-bin/phpagi.php'); $agi = new AGI(); $agi->answer();
2006 Dec 12
1
sip help for newbie
Does anyone know of any good step by step tutorials on getting sip set up? I have asterisk installed but can't seem to figure out how to get an account set up and connect from my xTen phone so I can try the demo. The tutorials I read online seem to go into voicepulse stuff and all and I don't have an account there so am a bit lost. Thanks! -------------- next part -------------- An HTML
2006 Dec 26
1
agi+cepstral driving me nuts
I just got cepstal working fine in the dial plan using code like: exten => 511,5,AGI(cepstral.pl|Welcome to my house finder. At the beep enter your zip code.) The php script it calls is based on the nerdvittles weather one so it calls a webpage which prints to the screen, the nerdvittles code uses system to generate the .wav file then has the dial plan call it via: //php script $retcode2 =
2006 Dec 27
1
php agi trixbox help
I have this code which was taken from the phpagi project page along with the following in extensions_conf and the output from the asterisk CLI. When I call the 311 extension, I does nothing then hangs up. What am I doing wrong?? ----php code------------ #!/usr/local/bin/php -q <?php set_time_limit(30); require('phpagi.php'); $agi = new AGI(); $agi->answer(); $cid =
2006 Nov 16
2
installing asterisk for Ubuntu Synaptic
I have an Ubuntu system and went into Synaptic and checked asterisk for installation. Once installed, I started it with /usr/sbin/asterisk -vvvgc and got the following output with several errors and notices. Do I need to do more or are these ok? I expected to have some conf files in /etc/asterisk but there is nothing there. Thanks! Created by Mark Spencer <markster@digium.com>
2004 Jul 27
2
Polycom IP-600 leasing?
We're interested in leasing roughly 15 Polycom IP-600 phones. Does anyone have a vendor that they can recommend for this? Scott
2004 Aug 27
5
IAXy Power in Australia?
Does anyone know a place in Australia that sells a power supply suitable for the IAXy? I haven't had any luck tracking one down. -- jeremy bogan [ jeremy@segpub.com.au ] segment publishing - design.develop.host
2006 Jul 07
2
Testing views with Hpricot
assert_tag smells bad. Hpricot smells nice (apricotty!). Testing your views with Hpricot: http://www.lukeredpath.co.uk/index.php/2006/07/07/testing-your-rails- views-with-hpricot/ Big thanks to _why for a great little library! Feedback is appreciated. rSpec integration coming soon (hopefully!). Cheers, Luke Redpath contact@lukeredpath.co.uk -------------- next part -------------- An HTML
2004 Dec 09
5
Sipura SPA-841
Froogle found me one supplier for the SPA-841, not sure I trust them though. Does this phone even exist yet? Does anyone have any experience with it? Does anyone know a vendor other than Atacomm/voipsupply?
2006 Aug 02
2
Weird relationship thing
Skipped content of type multipart/alternative-------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part Url : http://wrath.rubyonrails.org/pipermail/rails/attachments/20060802/f8cc6d95/PGP.bin
2003 Sep 13
3
Source for 50-pin amphenol cables?
I'm looking for a source for 50-pin amphenol cables, the ones used to connect Adtran's to punch down blocks. Preferably, one that's mail order and takes orders over the internet. Thanks.
2004 Jun 17
3
Cheap (US$120 or less) SIP Phones
These are the three cheap SIP phones that I've used. Grandstream BT10x $65/street Number only LCD Zultys ZIP 2 $100/retail No LCD Uniden UIP 200 $120/retail PoE, built-in switch -- Eric Wieling * BTEL Consulting * 504-899-1387 x2111 "In a related story, the IRS has recently ruled that the cost of Windows upgrades can NOT be deducted as a gambling loss."
2006 Jul 07
2
gem install mysql ***extconf.rb failed***
I''ve installed rails (and it works) and now I want to be able to connect to a mysql database. The database.yml file tells me to install the mysql drivers by typing: gem install mysql This is the error I receive: Could not create Makefile due to some reason, probably lack of necessary libraries and/or headers. Check the mkmf.log file for more details. You may need configuration
2004 Sep 19
6
new ATA box for sale by Linksys
Fry's Electronics has a new Linksys 2 line ATA box for sale for $59.99 retail. They have a version with a router for $89.99. We picked the non-router version up and it seems to be a rebadged Sipura SPA-2000. The box has a Vonage service package inside as well, but it does work with other services. The box also has a "User Guide" meant for end-users that is very well written [no
2006 Aug 04
4
Tabs
I''m new to Ruby/Rails I want to create Tabs similar to these... http://demo.raibledesigns.com/struts-menu/tabbedMenu.jsp;jsessionid=aM2yeUTgLeTbY7WLAZ;jsessionid=aBFrrGHWQim4pwSPAZ?People Can someone outline the best method? Specifically, Is creating a tabs.html in \..apps\views\layouts and using class PhotoController < ApplicationController layout "tabs" ....in my
2013 May 21
2
SSH users authentication depending on their public key.
Hi everyone. I'm looking for a way to identify my SSH's users according to their public key; I mean I would like to have their name logged in my bash session (in a shared unix account). I put this in my .profile: export HISTTIMEFORMAT="[%Y-%m-%d %H:%M:%S - $SSH_USER] " So now I'm trying to make OpenSSH fill the "SSH_USER" variable. First I have to exclude the
2005 May 31
1
Uniden UIP1868 - any sightings or users?
I've been looking out for the Uniden UIP1868 for a while now, but I haven't seen it anwhere that I'm used to buying things from. According to froogle, a couple of places (that I've never heard of) have a small number in stock (small = 10 in this case). I'm doubly suspicious because even uniden's own online store doesn't have them available yet, not to mention
2006 Dec 26
1
flight and the agi
Hello, I am working with a php/agi example now and really don't like the way flight sounds...I am just using it like below. Is there a better voice app to use? Also, I am wanting the agi to hit a webservice so it will return an array, is it possible to have asterisk read the array and allow the user to go to next element, skip back, etc? Thanks! exten => 711,5,Flite("At the beep
2007 Jan 12
1
cepstral voice still nags after registration
I'm using trixbox and the asterisk agi. I downloaded a cepstral voice and worked with it until I got the code to do what I wanted. I then registered the voice today to get rid of the 'this voice is not yet registered", stuff yet it still does that. Any ideas on how to fix this? It told me my info was valid. Thanks! -------------- next part -------------- An HTML attachment was