Displaying 4 results from an estimated 4 matches for "line_2".
Did you mean:
line2
2017 May 08
2
Call does not go voicemail
...t will run first. What you have is two lines that will match both
extension and label - that's not really good form.
My dial plan suggestion from last night would result in the functionality:
Ring extension 4/Line_1, timeout 25 seconds --> if not busy then voicemail,
else ring extension 4/Line_2, timeout 20 seconds --> voicemail.
Again, I think you have two problems, and the bigger one is causing the
annoying unexpected behavior in your dial plan
Try doing the extension 4 without the Line_1 and see what happens:
"...
exten => 4,1,Dial(${FD_L2},20,trw)
exten => 4,n(vmail),...
2006 May 17
4
NOOB: Representing linked objects in one form
Given two models:
User
:name
:email
:address_id # foreign key
Address
:line_1
:line_2
:city
etc.
I want to have a form allowing a user to register, in which she''d enter
an address as well, but how do I go about combining both objects into
the one form?
I''m new to this and following along with the Agile Rails book from the
Pragmatic Programmers, but it doesn...
2006 Jun 19
3
Parent Child form using Partials
...;%= error_messages_for ''address'' %>
<!--[form:address]-->
<p><label for="address_line_1">Line 1</label><br/>
<%= text_field ''address'', ''line_1'' %></p>
<p><label for="address_line_2">Line 2</label><br/>
<%= text_field ''address'', ''line_2'' %></p>
<p><label for="address_city">City</label><br/>
<%= text_field ''address'', ''city'' %></p&...
2007 Apr 22
0
rename error using rebuild_index in console after searching
...uot;=>"2007-04-16 01:32:40", "zipcode"=>"11111",
"addressable_type"=>"
User", "country"=>"US", "addressable_id"=>"1", "id"=>"1", "line_1"=>"",
"line_2"
=>"", "created_at"=>"2007-03-19 22:06:04", "state"=>"Alaska"}>,
#<Address:0x4f30
06c @ferret_score=0.106434106826782, @ferret_rank=2,
@attributes={"city"=>"san f
ran", "updated_at"=>"2007...