Displaying 2 results from an estimated 2 matches for "8c8e".
Did you mean:
8c82
2004 Sep 21
2
ISDN problem: lacking dialtone
...Generic Voice Modem Channel Driver)
---
so the isdn4linux drivers are correctly loaded. I know, CAPI should do
better but I can't compile from the tarball (see my post about it)
When trying to dial the PSTN using the ISDN interface I get:
---
*CLI> -- Executing Dial("SIP/mmielke-8c8e", "Modem/g1:8123456789")
in new stack
-- Called g1:8123456789
Sep 21 14:20:53 WARNING[229391]: chan_modem_i4l.c:355 i4l_read: Device
'/dev/ttyI1' lacking dialtone
-- Hungup 'Modem[i4l]/ttyI1'
== No one is available to answer at this time
---
..."lack...
2013 Sep 17
6
rspec-puppet require syntax
Can someone tell me the correct way to specify the following require
statement in an rspec-puppet test?
*require =>
[Class[''ssl''],Class[''pcre3''],Staging::Extract["nginx-${version}.tar.gz"]]*
I tried this: *''require'' =>