Displaying 10 results from an estimated 10 matches for "mobiel".
2006 May 02
4
useful bit of code (hopefully)
...for others, or others can improve on it:
###########
# fix user input before validating it
before_validation :sanitize_input
# santize input before actual validation is called
# this uses the little methods defined below
def sanitize_input
trim %w(adres postcode woonplaats email naam telefoon mobiel)
downcase :email
empty_to_nil %w(telefoon mobiel)
end
# pass in a list of fields whose values will be converted to nil
# you should only use these on objects that respond to empty?
# if the value is empty (this causes empty strings '''' to become nils)
def empty_to_nil(...
2007 Jun 18
0
no sound with chan_mobile
...le search' to discover devices.
; Use the CLI command 'mobile show devices' to see device status.
;
; To place out through a cell phone use Dial(Mobile/[device]/NNN.....) in
your dialplan.
; To call a headset use Dial(Mobile/[device]).
[Hans.bt]
address=00:12:D1:8A:06:8E
port=1
context=mobiel-hans
Part of dialplan
[mobiel-uit]
exten => _06XXXXXXXX,1,Answer
exten => _06XXXXXXXX,n,Authenticate(1234,a)
exten => _06XXXXXXXX,n,Goto(mobiel-hans,${EXTEN},1)
[mobiel-hans]
exten => _06XXXXXXXX,1,Dial(Mobile/Hans.bt/${EXTEN},40,r)
exten => _06XXXXXXXX,n,Macro(fastbusy)
exten =&...
2012 Aug 10
2
Simple question about formulae in R!?
...rust~Culture + Structure :
Speed_of_Integration" for the formulae, but is it really this simple? Can
anybody confirm this or help me, advise me on this issue?
Kind regards,
--
Met vriendelijke groet,
Johan Haasnoot
De Haan & Martojo
Kerklaan 5
3645 ES Vinkeveen
Telefoon: 0297-266354
Mobiel: 06-81827665
Email: johan.haasnoot@dh-m.nl
Website: www.dehaanenmartojo.nl
[[alternative HTML version deleted]]
2003 Oct 27
0
Error : vorbis_bitrate_flushpacket
...IV>
<DIV> </DIV>
<DIV>The installing was on a windows-xp PC.</DIV>
<DIV> </DIV>
<DIV>Kind regards,</DIV>
<DIV>Johan,</DIV>
<DIV>Netherlands.</DIV></div><br clear=all><hr>Hotmail en Messenger on the move MSN Mobiel
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-request@xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sen...
2008 Jan 10
0
Kirk and asterisk
...00v3/6.00 dvl-sr2 [07-60663])
XXXXXX = caller id of Calling party
It looks OK, but is giving a Bad request
Does anybody know how to avoid/solve this error, i get a lot of
them........................
Sip.conf for a particulair handset
[235]
type=friend
username = 235
callerid="R Vermeeren mobiel" <235>
host = dynamic
secret = 235
context = default
qualify = yes
login = 235
callgroup = 3
pickupgroup = 3
disallow = all
allow = alaw
call-limit = 6
default section of sip.conf
[general]
dtmfmode=rfc2833
rfc2833compensate=yes
notifyringing=yes
context=default ; Defaul...
2012 Nov 14
1
Howto find out volume topology
Hello,
I would like to find out the topology of an existing volume. For example,
if I have a distributed replicated volume, what bricks are the replication
partners?
Fred
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://supercolony.gluster.org/pipermail/gluster-users/attachments/20121114/b203ea91/attachment.html>
2012 Dec 27
8
how well will this work
Hi Folks,
I find myself trying to expand a 2-node high-availability cluster from
to a 4-node cluster. I'm running Xen virtualization, and currently
using DRBD to mirror data, and pacemaker to failover cleanly.
The thing is, I'm trying to add 2 nodes to the cluster, and DRBD doesn't
scale. Also, as a function of rackspace limits, and the hardware at
hand, I can't separate
2013 Jun 27
0
Re: removing external journal
Eric, Andreas,
>>> I have a system with an ext4 filesystem with its journal on an other
>>> device (an SSD).
>>> Now this SSD dropped of the sata bus so the filesystem went r/o.
>>> I would like to remove the journal but it says it can't because
>>> needs_check is set.
>>
>> What does it actually say? there is no needs_check flag
2013 Jun 27
0
Re: removing external journal
>>>>> I have a system with an ext4 filesystem with its journal on an other
>>>>> device (an SSD).
>>>>> Now this SSD dropped of the sata bus so the filesystem went r/o.
>>>>> I would like to remove the journal but it says it can't because
>>>>> needs_check is set.
>>>>
>>>> What does it actually
2013 Jun 25
2
removing external journal
Hi,
I have a system with an ext4 filesystem with its journal on an other
device (an SSD).
Now this SSD dropped of the sata bus so the filesystem went r/o.
I would like to remove the journal but it says it can't because
needs_check is set. I can't run fsck because the journal is not
reachable. Is there any way to solve this? I understand I lost any
pending changes in the journal.
regards