similar to: TDD support in Asterisk?

Displaying 20 results from an estimated 10000 matches similar to: "TDD support in Asterisk?"

2003 Dec 21
2
ToIP (TDD over IP)
I didn't know if it would work or not, but I figured I'd try slow-speed half-duplex TDD over GSM & Vonage. I called a AGI script I have that speaks to TTYs, by calling from Vonage to one of my Voicepulse lines. I don't control the Vonage codec, so I have no idea what it uses, but I am using GSM for the Voicepulse line. Everything worked fine - echo canceling didn't cause any
2006 Jan 12
1
[OT] TDD, Goats and Happiness (WAS: The Guilt List)
[snip good stuff] > After that you realize that TDD just makes you happy, so you start to apply it to other aspects of your life. Wait, I thought happiness had something to do with goats and feeling guilty about it. I''m confused. Again. But I would second Dylan''s suggestion of seeing a video of TDD in action w/ RoR. Having never tried this, it''s difficult to
2007 Oct 17
0
blog on TDD from acceptance/functional testing
Here is a blog about TDD. http://hl.thoughtworkers.org/?p=7 It talks about starting TDD from writing functional/acceptance tests according to acceptance criteria of stories, then drilling down to the unit tests. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/rspec-users/attachments/20071017/9bbe579c/attachment-0001.html
2006 Feb 10
0
TDD
I've read the WIKI. Any additional information on the TDD mode? Anyone done a TDD to email app? James Taylor MetroTel 3505 Summerhill Road Suite 11 Texarkana, Tx 75503 903-793-1956
2006 Nov 14
0
TDD - stops receiving characters
We are working on a TDD application and testing with an Ultratec SuperPrint 4425 in Australia. We've got it to exchange characters fairly cleanly for a minute or two but after that we seem to be getting a signal but no character in Asterisk. Has anybody done any work with the Asterisk TDD functionality and got it to work reliably? Does anyone have any idea what might be causing the
2010 Jun 16
2
TDD/TTY Support
On voip-info I found a few dated references to TDD support being in the alpha stage and buggy. Can anyone direct me to any newer information on this option? Thanks -- Karl Harris -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20100616/d18f876f/attachment.htm
2008 Oct 11
1
Test Coverage Tool for TDD?
Hi, I''m learning TDD without using Shoulda or RSpec. When I played with RSpec, there was a tool to show test coverage visually. Is there any similar function built-in to Rails Test::Unit? Or do I need to add it on my own? What''s the recommended tool? I tried `rake -T test`, but didn''t find anything about coverage. -Jon
2007 Sep 24
1
Mosquito TDD Framework Updated
Mosquito, the TDD framework for Camping has been updated (0.1.3). We''ve tried to keep it backwards compatible, so your apps should continue to work. But feel free to submit a bug report at RubyForge if you have any problems. Changes: http://rubyforge.org/frs/shownotes.php?group_id=351&release_id=14845 Download: http://rubyforge.org/projects/mosquito/ Docs:
2005 Aug 04
0
TDD over Asterisk
I'm working on a setup for a company that needs to be able to handle TDD/TTY calls for the hearing impaired. Is there anything special that I need to consider for this? We're looking at an Asterisk solution for them, the tones need to be stored in the IVR as well as coming across extensions. Any thoughts? Hatton
2006 Jun 29
14
TDD and migrations?
TDD, SVN and migrations seem to be a natural combination for model development: create a test, add the column with a migration, write the code, and check it all in when you''re done. The trouble is that this ends up creating one migration per field. I guess it''s not horrible in and of itself, but it does have a code smell to it. Has anyone come up with a different way of doing
2006 May 21
12
TDD for Rails book?
It seems like half the people on this list are writing a book on Ruby or Rails. For all the hints I''ve seen strewn across the list I have yet to see one that will focus on test-driven development for either Ruby or for Rails. If anyone is looking for a topic, please consider this. I''ve been trying to wrap my brain around the TDD process, but its way of thinking is
2007 May 29
1
TDD stats on a project
Just a thought, it would be interesting to track and graph the number of examples (and number implemented) on a daily basis as a way of tracking a project progress.
2006 Jan 10
0
problem with cookies in tests (TDD)
The problem I''m having is that I can''t seem to destroy the cookies and assert that they were indeed destroyed inside the test. The code to do this does work - the cookies are created, and are destroyed when this is done in a browser, but I can''t seem to make the test pass. account_signup_test.rb def test_should_pass_if_logout_destroys_cookie_data post :login,
2010 Nov 29
0
[TDD] [Rails] - Rspec test for application_helper.rb fails when trying to access application_controller method.
In a method named logo in my application helper, I reference an application controller method (current_account) that has been marked as a helper method with the following syntax: helper_method :current_account When I test out the setup in the browser (without rspec), rails is happy with this setup. However, when I run the spec, the spec won''t pass and gives me the following error:
2006 May 05
1
Agile Rails (1st edition), depot TDD "exercise"
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I''ve been working my way through the Agile book and just completed the depot sample application. I learned quite a bit along the way. On page 171 we are led through the creation of a test (that fails) for new code. The new code (a search function) is left as an exercise for the reader. Well, I think I solved it but I''m not
2002 Aug 05
0
printing to windows with cups
I have samba 2.2.5 and cups -1.1.15 from rpm packages on RH 7.3. I try to configure printers by localhost:631 and haven't smb device. ldd 'which smbd' gives: libcups.so.2 => /usr/lib/libcups.so.2 (0x40013000) libssl.so.2 => /lib/libssl.so.2 (0x40045000) libcrypto.so.2 => /lib/libcrypto.so.2 (0x40072000) libnsl.so.1 => /lib/libnsl.so.1 (0x40135000)
2011 Mar 31
0
reliance netconnect as on a Linux system ( centos5.5 ) Modem not responding.
Hi I am trying to connect a reliance netconnect data card on my linux box ( cent os ) , i am able to the detect the device /dev/ttyUSB0 these are the following steps I did : Check your card is recognized by the kernel # cat /proc/bus/usb/devices ..... ..... T: Bus=07 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 11 Spd=12 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1 P:
2003 Dec 20
0
X101P + TDM400P
I thought I'd share my Asterisk experience, which hasn't exactly been as pleasant as I would like but now seems usable in most ways and more then I expected in other ways. I wanted a home PBX system, that would let me treat different callers different ways depending on CID. I initially bought the Digium developer's kit to try things out. That's a single port TDM400 and a X101P.
2000 Nov 22
3
2.3.0p1: terminal baud rate is 300
When using OpenSSH 2.3.0p1 on HP-UX 11.00 the terminal's baud rate is 300, causing non-desired effects in vi and Emacs: vi only shows a few lines, and Emacs adds a huge delay after each line of output. When connecting via TELNET, I get at least 9600 baud. Should the login procedure mess with the baud rate? Regards, Ulrich P.S. I'm not subscribed to the list.
2014 Jul 14
1
Cemtos 6 - rc.local does not run
Is there a special step for this? -- Cosme Corr?a On Jul 8, 2014 4:32 PM, <m.roth at 5-cent.us> wrote: > Always Learning wrote: > > > > On Tue, 2014-07-08 at 11:10 -0700, John R Pierce wrote: > >> On 7/8/2014 10:36 AM, Always Learning wrote: > >> > 75 baud on a TTY (clank, clank, clank, ding, thud as the printer head > >> > returned to the