Displaying 2 results from an estimated 2 matches for "b539".
Did you mean:
539
2013 Mar 29
0
Getting Unknown Error while configuring Asterisk with Linux HA
...sk PBX 10.12.1
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO,
PUBLISH
Supported: replaces, timer
Contact: <sip:10.3.152.103:5060>
Accept: application/sdp
Content-Length: 0
Listing down the configuration below which I configured;
node $id="887bae58-1eb6-47d1-b539-d12a2ed3d836" asterisk1
node $id="b966dfa2-5973-4dfc-96ba-b2d38319c174" asterisk2
primitive IPaddr_10_3_152_103 ocf:heartbeat:IPaddr \
op monitor interval="5s" timeout="20s" \
params ip="10.3.152.103"
primitive p_asterisk ocf:heartbeat:as...
2013 Nov 10
3
accepts_nested_attributes_for how, example
I have following tables with following models:
users(id, role_id) *has_many :entries*
categories(id, category_name) *has_many :entries*
entries(id, category_id, user_id) *belongs_to :user, belongs_to
:category, has_one :storage*
storages(id, title, content, entry_id)* belongs_to :entry*, *has_one
:vote*
votes(id, count, storage_id) *belongs_to :storage*
Now,