Displaying 20 results from an estimated 277 matches for "becke".
Did you mean:
becker
2007 Feb 08
3
Automatic Dial, Play message
Does anyone have some method, or AGI scripts that will automatically
call a list of numbers from a database and play a pre-recorded
message?
For example, you have a database of
FirstName LastName PhoneNumber
Jon
--
***
Forrest Beck
IAXTEL: 17002871718
jonforrest.beck@gmail.com
2007 May 03
3
SIP RealTime Friends
I setup sip realtime. Is it possible to use a type of friend? User
and Peer seem to work fine.
--
***
Forrest Beck
IAXTEL: 17002871718
jonforrest.beck@gmail.com
2007 Feb 25
1
Marks SNMP HowTo
I followed Marks SNMP howto on Voip Magazine and ran into a small
problem... (http://www.voip-magazine.com/content/view/2877/0/1/3/)
When asterisk is running as a non-root user (asterisk) SNMP request
for for the Asterisk MIB tree return nothing. If I quit asterisk and
run it as root, all is fine. Does anyone have a idea what is going
on? I have never used agentX, so I am unsure of what it is
2007 Mar 30
1
Paging
First off, A lot of thanks to this list. I have learned ton from
reading through the posts this past year.
I need some advise.
I have two group of phones connected to a single server.
Group1= SIP/2503&SIP/2504
Group2=SIP/3501&SIP/3502
I'd like to be able to dial an extension and page a certain group of
phones only if ChanIsAvail returns 1.
I am not sure how to go about
2018 Aug 22
4
Is the Doveadm HTTP API considered stable for production use?
Hi,
I'm running 2.2.34 in production (installed from Debian stretch
backports) and want to rework some scripts. Can the HTTP API be
considered stable in 2.2.34 please? The wiki says it is "considered
experimental in v2.2.22" so I thought I'd check before writing API calls
rather than a wrapper around doveadm!
--
James Beck
Andrews & Arnold Ltd
Tel: 03333 400999
2007 Apr 19
3
Outgoing CallerID
I am not sure of the best way to do this, so I thought I would query the list.
I have about 100 internal extensions ranging from 2000 - 2100. Each
internal extension has a external DID number. For example: 2001 =
5552871620. As you can see the internal externsion and DID don't
match in any way. What would be the best way to set the DID for when
a extension dials out on the PRI? In
2007 Jun 07
6
Problem with response.should render_template
Hello, I have problems with this spec controllers:
http://pastie.caboo.se/68634
when I run:
rake spec:controllers
I get this error:
...............F......
1)
''DocTypeController should update and redirect to show'' FAILED
expected redirect to {:action=>"show", :id=>1}, got redirect to
2004 Nov 19
0
Question on panel corrected standard errors by Beck and Katz
Dear colleagues,
I am looking for a program which can run OLS with panel corrected standard
errors developed by Beck and Katz. Thanks for your help in advance.
Kihong Eom, Ph.D.
539 Ross Hall
Iowa State University
Ames, IA 50011
2007 Apr 04
1
Polycom
I know this doesn't belong on this list but... I am looking to see if
anyone is using Polycom and knows of a web based software for
creating/managing the cfg files for polycom phones. I see that the
AsteriskNow will add provisioning support for Polycom phones. Since
it is still in beta, I was just looking to see if there was anything
else out there.
Thanks!
--
***
Forrest Beck
IAXTEL:
2007 Jun 05
6
Help with spec controller
Hello,
I haven''t been able to create a controller spec.
You can see the code here:
http://pastie.caboo.se/67980
The error message I''m getting is:
Spec::Mocks::MockExpectationError in ''PersonController should tell the Person
model to create a new person on POST to create''
Mock ''person'' received unexpected message :save with (no args)
2006 May 11
2
Paging and Auto Answer on Grandstream GXP2000
I am looking to setup paging using the auto answer feature on the
Grandstream GXP2000. I am thinking I will follow the method as described
here:
http://www.voip-info.org/wiki/index.php?page=Asterisk+cmd+page
I will setup the 4th account on the phone to auto answer.
Does anyone else have a method that works better? I also looked at the
allpage AGI written on Voip-Info. But it seems
2006 Jun 28
6
Suggested Phone
We are looking to deploy asterisk at one of our locations that will have
about 50 phones. I have been buying different phones to test there quality
and feature set.
So far we have a
Grandstream 2000
Grandstream HandyTone 488
Cisco 7912
Polycom SoundPoint IP
And we are looking at getting a Linksys SPA-942
Anyone have a favorite?
-------------- next part --------------
2005 Dec 29
5
Model Composition in Rails
I''m struggling understanding the model view of a combined model. Take
the following:
class P4 < ActiveRecord::Base
has_many :p4_priorities
end
I figured out the naming and referencing of the sub models (i.e.
P4.p4_priorities - seems simple enough but I had weird issues related to
it). I''m all ok except that I am having issues with how to reference a
2006 Jul 10
3
SVN+SSH
Hello Rails,
I am working on a web app and trying to integrate some source control
into our existing user and password base. I would like to use svnserve
if possible but most importantly I would like to have svnserve or the
(SVN server) use my cygwin accounts to access the files and manage my
source control. Is this possible? the thing I have mostly been looking
into is svn+ssh:// that
2018 Aug 23
2
Is the Doveadm HTTP API considered stable for production use?
On Wed, Aug 22, 2018 at 09:54:44AM -0400, Felipe Gasper wrote:
> If you don?t want to use the HTTP API, you can use the raw doveadm protocol.
>
> https://wiki.dovecot.org/Design/DoveadmProtocol
>
> -FG
Thanks, I didn't know about that. I suppose testing the HTTP API and
then switching to the raw doveadm protocol over TCP if it turns out
"crashy" wouldn't mean
2018 Aug 23
2
Is the Doveadm HTTP API considered stable for production use?
On 23.08.18 15:35, Felipe Gasper wrote:
>
>> On Aug 23, 2018, at 8:14 AM, James Beck <james.beck at aa.net.uk> wrote:
>>
>>> On Wed, Aug 22, 2018 at 09:54:44AM -0400, Felipe Gasper wrote:
>>> If you don?t want to use the HTTP API, you can use the raw doveadm protocol.
>>>
>>> https://wiki.dovecot.org/Design/DoveadmProtocol
>>>
2017 Jun 08
1
Math ops behaviour with multiple classes
Thanks Bert, I think we agree on the current behaviour, but I'm still not sure if it's desirable. The mode isn't used for method dispatch. In the following example, I have to write `log.foo` in order for the correct method to be called.
> x <- seq.int(5)
> class(x) <- c("integer", "foo")
> half <- function(x) UseMethod("half")
>
2007 May 03
2
zttranscode crashes server
I was just looking to see if anyone else has seen this problem as well.
When asterisk starts up it loads the zttranscode module. The problem
exist when I use the init scripts to stop asterisk and then use the
zaptel init script to unload modules. Since the zaptel init script
didn't load the zttranscode module it will error out when trying to
unload the modules.
I built
2018 Apr 23
4
Problems since 3.12.7: invisible files, strange rebalance size, setxattr failed during rebalance and broken unix rights
Hi,
after 2 years running GlusterFS without bigger problems we're facing
some strange errors lately.
After updating to 3.12.7 some user reported at least 4 broken
directories with some invisible files. The files are at the bricks and
don't start with a dot, but aren't visible in "ls". Clients still can
interact with them by using the explicit path.
More information:
2007 May 29
5
Trouble defining a stub method for a controller
Hello,
Not sure if I am doing something really wrong (let''s not say
stupid for now), but I haven''t been able to stub a controller method
like:
controller.stub!(:logged_in?).and_return(true)
Please help, this is driving me nuts ;-)
--
An?bal Rojas
http://www.rubycorner.com
http://www.hasmanydevelopers.com