similar to: running asterisk through cellphone

Displaying 20 results from an estimated 600 matches similar to: "running asterisk through cellphone"

2007 Apr 25
2
dialplan / problem with extension-length > 1
hi community, I'm new to this list & asterisk in general, so let me first say thx to everybody involved in providing such great tools & ressources!! I'm currently trying to implement a simple voicebox-system. for demonstration purposes, I've successfully connected my cellphone via bluetooth using the current chan_cellphone-patch on the current SVN-version of asterisk.
2005 Jun 15
1
CellPhone BlueTooth adapater with Wireless Profile ??
All Any body know of a generic bluetooth adpater for the universal 2.5mm headset jack on a cell phone that supports the wireless profile *NOT* the headset profile I know jabra has the A210 http://www.jabra.com/JabraCMS/NA/EN/MainMenu/Products/Accessories/JabraA210/ JabraA210 but it only support the headset profile .. I am trying to shoe horn my current braindead cell into DocknTalk
2007 Mar 25
1
Chan_cellphone and CentOS 4.x
I ran into a problem today while trying to compile chan_cellphone version 17 on a CentOS 4.4 machine. Apparently the bluez and autoconf versions were to old and as I tried to install the latest version, I found that the new bluez-lib would install and allow the chan_cellphone to compile, but bluez-utils required an update to D-sub which in turn required python 2.4 or better. That apparently in not
2007 Feb 09
2
Chan_Cellphone
Hi, I download the last svn and I also look around but I cannot find the source, I only found the patch http://bugs.digium.com/print_bug_page.php?bug_id=8919 any one can help me out. thx -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070209/6780fde6/attachment.htm
2007 Feb 28
5
about bluetooth channel
28th February I am working with Asterisk 1.2.15. I have configured sip.conf for two soft phones (I am using Xlite).I have installed the Bluez stack and so far, i manage to make a phone call from a soft phone to a GSM network. However, i have an audio problem. The soft phone can be heart by the GSM costumer but the voice in Xlite is not transmitted to the GSM. In asterisk all i got is the
2013 Nov 28
4
puppet in java
We have bunch or property files(key/value pairs) used in different modules in our java web applicaiton. our applicaiton is also distributed, part of that runs on a head office and some of the parts run at the branch. All the branches run a local server for day to day activities. We are looking to automate these files when moving to different environments like deve, test, prod. So that we can
2005 May 15
4
Outgoing spool file ignored
Hi list, I'm using asterisk to send alerts via phone or fax, by using the spool functionnality (writing files in /var/spool/asterisk/outgoing). The system works, but sometimes a file in the outgoing directory is simply ignored by asterisk (nothing on the cli); the spool file is correct. It happenned only twice since the system is installed (about two months), but since it is an alert
2005 Jun 16
2
Icecast and ezstream
Hi, What is the actual functionality of ezstream when I use it with Icecast?What does it exactly do? Why isn't Icecast written to read a file directly and stream it? -- ~$ubh
2005 Jun 27
3
AW: IE/FLASH/ICECAST
On Mon, 2005-06-27 at 19:33, Michael Kamleitner wrote: > hi, > > icecast 2.2.0 has to be patched slightly to work with flash-players using > the sound-object - cant find the exact link to this, maybe one of the > developers can explain? I just added 4 lines at the end of > format_mp3_send_headers() in format_mp3.c: > > sock_write(client->con->sock,
2005 Jun 27
3
IE/FLASH/ICECAST
Hello, I've created a macromedia flash player in order to play icecast mp3 streaming. Icecast is configued on the port 8000 and It's ok with winamp. In my flash movie, I've used loadSound("<streaming>",true) on a Sound object. It's ok on Mozilla based browsers but some user don't have sound on Internet Explorer. D't understand? Is there an issue? Thx
2004 Nov 29
2
Asterisk on a notebook: Modem = FXO?
Hi, I've got a (maybe stupid) question: I'd like to install Asterisk on my notebook (just to play around with it). Is my internal phone modem equivalent to an FXO port? Hence, could I make phonecalls to my pots-line with it? thanks philipp
2004 Nov 29
2
Asterisk on a notebook
Hi, I've got a (maybe stupid) question: I'd like to install Asterisk on my notebook (just to play around with it). Is my internal phone modem equivalent to an FXO port? Hence, could I make phonecalls to my pots-line with it? thanks philipp
2007 May 14
1
dialplan: execute on hangup
hi list, I'm looking for a way to execute commands in my dialplan specifically when a caller has hung up. my curretn dialplan looks like this: exten => s,1,Answer exten => s,n(restart),BackGround(intro) exten => s,n,Read(Enter,4,4) exten => s,n,Voicemail(${Enter},u) exten => s,n,agi(process.php|${Enter}) exten => #,1,Playback(thanks) exten => #,n,Hangup it lets a user
2005 Jun 20
1
mixed live- & playlist-streaming
hi everyone, we're running a webradio-station focussed on electronic music (http://www.play.fm), using icecast 2.2.0 (on SuSe Linux 9). we're broadcasting 4 hours of live-program each day (using streamtranscoder). what I would like to do is to stream a generated playlist of mp3-files during the rest of t. day (using something like ezstream, which I have currently installed & played
2007 Sep 15
2
AGI/PHP: missing arguments
hi folks, I've built a simple PHP-script utilizing the AGI-interface. in extensions.conf I trigger the script and pass a single value as first argument: exten => h,1,DeadAGI(process.php|${Enter}) On the Asterisk-console, I can actually see that the script is called correctly (something like "DeadAGI(process.php|1234)"). However, when I read stdin in the PHP script, I receive
2006 Aug 21
4
indexing multiple languages with acts_as_ferret
I have an applicaiton where I''m indexing content in a number of languages, all encoded in UTF8. I would think that having my locale set to en_US.utf8 would be sufficient to make this work in ferret/acts_as_ferret, but I keep running into problems, even with english text. What have others done to cope with these encoding difficulties? -ryan
2003 Oct 23
3
Shorewall backup configuration patch/hack
Hi, I created a modification (more like a hack) to shorewall that backups a configuration after succesfully (re)starting it. In case a future (re)start fails it will use this backup configuration. (instead of stopping the firewall and generating a massive ammount phonecalls ;) I didn''t pay too much attention to the ramifications of this patch, so let me know if i screwed anything up.
2007 Sep 04
3
Model Specs: Fixtures vs Mocks + Stubs?
What is the general opinion about fixtures versus mocking and stubbing in model specs? I heard from agile on IRC that they save the database testing for integration testing, but I also see that the caboose sample applicaiton uses fixtures. I also noticed that on the rspec site, it says "Ironically (for the traditional TDD''er) these are the only specs that we feel should actually
2006 Feb 23
5
OT: VoIP over bonded link
I have to provision several dozen * users to a seperate building on our campus in the same subnet. Ordinarily, I'd just run a gigabit cat6 cable to another switch if it doesn't violate the 100 metre rule, but this building is several hundred metres away from my backbone. My only option for cabling to the remote building is copper. My plan is to provision them with a Linux bridge with 4
2000 Jul 17
1
File locking issues
HPUX 10.20 / Samba 2.0.6 The owners of a share can create, edit, delete any all files from any MS office tools ASCII files what ever . . . but with a PC based application that is a database controlled by metadata files and locking files they get the "standard cannot write filename" UNLESS the "Force Create Mode" is set to 0777. The log file for this workstation / user gives: