Displaying 20 results from an estimated 2000 matches similar to: "Using Asterisc for Taking Calls for Radio"
2008 Jan 07
2
FWD and IPCall
Hello All,
I have a problem. I have tried everything that is in the book "The
Future of Telephony" as well as on the FWD (freeworlddialup) website,
and there is still a problem. My asterisk box is not able to associate
with the FWD server. I get:
Registration Rejected by [insert IP], and I can't use my IPCall number
to reach my Asterisk box.
Any suggestions?
--
-Shane
Blog:
2008 Jan 10
3
Two Asterisk Boxes Playing Together
Okay, here's the dal.
Me and my friend both have asterisk boxes. I want to be able to type
extension 27 on my end and get his extension 27, and he wants to be
able to type 277 on his end and get my extension 9999. We both have
FQDN's, and would like to see about doing this either over sip or
IAX...
Any help much papreciated,
Shane
--
-Shane
Blog: http://blind-geek.com/blog/
CoOwner:
2008 Jan 05
6
Detailed Instructions
Hello List,
I am getting Asterisk set up. I am going to be installing Debian Linux
on a laptop later. I would appreciate some detailed instructions on:
(A) What to type into the shell to download and install Asterisk.
(B) How to open the configuration files (*.conf)
(C) If there is a way that I can change the configuration files remotely (SSH?).
Thanks in advance.
--
-Shane
Blog:
2008 Jan 04
3
Mark Spencer and guest(s) LIVE today at 12 Noon EST - 11 Central - 17:00 UTC
TODAY, Friday January 4th at 12 Noon EST, 11 AM Central, 9AM Pacific,
Mountain figure it out, 17:00 UTC
Mark joins us to talk about IAX, the appliance, what's new in the
asterisk worldwide communities and answer any questions you may have.
Why not take this opportunity to ask questions or make comments? This
conference is the largest *live* online meeting of asterisk users in
the world. Each
2008 Jan 08
2
:POSSIBLE SPAM: conferencing help
Hi All,
kind of need help on the conference module, i'm using freepbx and
enabled conferencing, i created a conference number, 6000. when i dial
to it, my phone says it is connected but i'm hearing nothing, maybe logs
below can help you.
also, when i hang up the phone, the conference did not disconnect me.
how can i end a conference? thank you
-- Executing
2008 Jan 31
7
pulling my hair out over voicemail
Ok, I have spent all night trying to figure this out, and hopefully
somebody has a similar experience.
I have a very basic asterisk config. Sample configs, with the only
addition being by SIP phone, and my incoming voip. Last week I got
everything setup, calls were working, etc.,.
I cam across a tutorial for voicemail, followed it, and it worked. When
I call my phone and dont answer, it goes
2010 Apr 26
1
Building Asterisk-RPM for 1.4.24.1
Hi everybody,
quite frequently I build customized RPMs with asterisk-1.4.20.1
including some special patches for it, to install the on CentOS 5.
Now I was looking to upgrade to asterisk-1.4.24.1, but the RPM-build is
not working anymore with my build environement.
In version 1.4.22 the "Makefile" was modified and all the RPM-stuff was
removed, same for the
2007 Feb 12
0
Using Asterisk's manager interface to recieve calls
What i need is to recieve a call in a console!
I mean i can call from CLI...but can i recieve calls too? If this is possible how is the console identificated and where!
Actually i need to call from one Asterisc server console to another(i know what is asterisc server for, but this is a specific task)!
Thanks!
---------------------------------
Don't pick lemons.
See all the new 2007 cars
2007 Aug 01
3
Test Rendering nothing in Rails
Hi
In a controller I have method that is accessed via an AJAX call and
will conditionally do:
render :nothing => true
to test the condition hitting this line I was hoping to do something
like:
response.should render_template(:nothing)
How should I test this behaviour?
Cheers
Shane
2017 Sep 22
3
Subset
Super,
Thanks
On Fri, Sep 22, 2017 at 4:57 PM, Boris Steipe <boris.steipe at utoronto.ca>
wrote:
> > a <- c("<0.1", NA, 0.3, 5, "Nil")
> > a
> [1] "<0.1" NA "0.3" "5" "Nil"
>
> > b <- as.numeric(a)
> Warning message:
> NAs introduced by coercion
> > b
> [1] NA NA 0.3
2017 Sep 25
2
Subset
myDF <- data.frame(a = c("<0.1", NA, 0.3, 5, "Nil"),
b = c("<0.1", 1, 0.3, 5, "Nil"),
stringsAsFactors = FALSE)
# you can subset the b-column in several ways
myDF[ , 2]
myDF[ , "b"]
myDF$b
# using the column, you make a logical vector
! is.na(as.numeric(myDF$b))
# This can be used to select the
2007 Oct 02
4
align the runner
I saw from the thread "color output" that there is a plan to "align
the runner". Is there a place to see what that means? I am just
curious.
Thanks
Shane
2013 Sep 26
1
R not ploting lines in the correct order
Hi,
I have a set of x, y points where x represents dates and y actual values. I
am trying to plot a line graph of the data with points on top, but R is
connecting the wrong points with lines. Does anyone know how I can rectify
this. Please see sample below:
x=
24/09/2009 09:13 16/10/2009 11:17 24/10/2009 21:43 11/09/2009
18:34 22/08/2009
15:45 10/08/2009 00:30 14/08/2009 14:52 24/09/2009
2017 Sep 25
0
Subset
Hi,
Lets say this was a dataframe where I had two columns
a <- c("<0.1", NA, 0.3, 5, "Nil")
b <- c("<0.1", 1, 0.3, 5, "Nil")
And I just want to remove the rows from the dataframe where there were NAs
in the b column, what is the syntax for doing that?
Thanks in advance
On Fri, Sep 22, 2017 at 5:04 PM, Shane Carey <careyshan at
2006 Jan 18
5
Perform action after in-place edit
I want to be able to call an action after performing an edit using the
in-place editor macro. I want to update multiple divs so I was
thinking about using an RJS template. However, I can''t figure out how
to trigger another action after the method created by
in_place_edit_for runs. Is there is an option on Ajax.InPlaceEditor
where I can inject some Element.update calls?
Thanks,
Shane
2012 Apr 19
5
Xen on EC2 | Debian Squeeze AMD 64
Hello ! I''m trying to run Xen on a EC2 AMI
debian-6.0-squeeze-base-x86_64-20110417 (ami-35b68141)
Following this how-to
http://www.howtoforge.com/paravirtualization-with-xen-4.0-on-debian-squeeze-amd64
After installing the packages, I get :
uname -a
Linux ip-10-241-22-60 2.6.32-5-xen-amd64 #1 SMP Tue Mar 8 00:01:30 UTC 2011
x86_64 GNU/Linux
uname -r
2.6.32-5-xen-amd64
Then I do :
2017 Sep 25
1
Subset
Always via logical expressions. In this case you can use the logical expression
myDF$b != "0"
to give you a vector of TRUE/FALSE
B.
> On Sep 25, 2017, at 8:00 AM, Shane Carey <careyshan at gmail.com> wrote:
>
> This is super, really helpfull. Sorry, one final question, lets say I wanted to remove 0's rather than NAs , what would it be?
>
> Thanks
>
2007 Sep 20
4
issues submitting a search form
Hello to the list and thanks to Aaron for the cool software.
I''ve been fooling around with Mechanize and Hpricot for a couple of
days and from the docs I''ve read, the following code SHOULD work but
doesn''t. I''ve tried the same code on a couple of different sites and I
get the same exception for each. Any pointers or suggestions are
appreciated.
2007 Jan 12
5
Integration Testing - Wait, Watir, or Selenium
I''m evaluating what to use for integration testing:
SafariWatir
- integrates nicely with RSpec
- doesn''t work with Ajax because of Safari event firing issues
Selenium
- Works with Ajax
- doesn''t integrate with RSpec
What is the best guess timeframe for RSpec integration testing?
Will it be able to test Ajax application in the early iterations?
Thanks,
Brian Yamabe
2017 Sep 25
0
Subset
This is super, really helpfull. Sorry, one final question, lets say I
wanted to remove 0's rather than NAs , what would it be?
Thanks
On Mon, Sep 25, 2017 at 12:41 PM, Boris Steipe <boris.steipe at utoronto.ca>
wrote:
> myDF <- data.frame(a = c("<0.1", NA, 0.3, 5, "Nil"),
> b = c("<0.1", 1, 0.3, 5, "Nil"),
>