Displaying 4 results from an estimated 4 matches for "cell_phone".
2008 Nov 01
2
stuck on a validates_presence_of unless issue
...s Street",
:street_address2 => "Suite 200",
:city => "Baltimore",
:state => "MD",
:postal_code => "23993",
:salutation => "Mr.",
:home_phone => "373-333-9999",
:cell_phone => "373-444-5555"
}
end
it "given attributes containing valid address values,
address_blank? should return false" do
it = Person.new(@valid_attributes)
it.address_blank?.should == false
end
However, if I do the following,
it "must have...
2006 Feb 03
9
validating phone numbers
Anyone got a good validation for validating a phone number? I just
want to make sure that whatever the user enters is somewhat sensical,
and i''d like to be fairly liberal about what kind of a format it''s in.
Joe
2005 Aug 13
2
Asterisk forwarding confirmation?
Hi; I've been using Asterisk for a few months now, and I have run into
an interesting issue that I thought someone else in the community may
have run into:
I have an Asterisk install set up to receive helpdesk calls, route
them to several IAX extensions and an extension which is simply a
forwarded call over the POTS to a cellphone, so that if no one is
logged into their IAX extensions for
2008 Apr 04
4
Auto Complete Problems
...ame="agent[home_phone]" size="30" type="text" /></td>
</tr>
<tr>
<td class="col-1" valign="top">Cell Phone: </td>
<td class="col-2" valign="top"><input id="agent_cell_phone"
name="agent[cell_phone]" size="30" type="text" /></td>
</tr>
<tr>
<td class="col-1" valign="top">Alternate Phone: </td>
<td class="col-2" valign="top"><input i...