search for: 9c92

Displaying 3 results from an estimated 3 matches for "9c92".

Did you mean: 992
2015 Dec 22
2
asterisk 13 n-way call problem
...;default', on channel 'DAHDI/i1/6000-436' -- <SIP/5082-00000046> Playing 'pbx-transfer.ulaw' (language 'ru') -- Stopped music on hold on DAHDI/i1/6000-436 -- Channel DAHDI/i1/6000-436 left 'simple_bridge' basic-bridge <f5100b94-4c34-40af-9c92-7e129c2bdb00> -- Executing [0 at fromtransfer:1] NoOp("DAHDI/i1/6000-436", "") in new stack -- Executing [0 at fromtransfer:2] Gosub("DAHDI/i1/6000-436", "dynamic-nway,5082,1") in new stack -- Executing [5082 at dynamic-nway:1] NoOp("...
2010 Oct 26
0
XCP 0.5 killing umanaged domain (BUG?)
...n 369: getinfo failed: domain 369: hypercall 36 fail: 11: Resource temporarily unavailable (ret -1) -- assuming domain nolonger exists [20101026T14:50:09.977Z|debug|cvt-xh4|0 thread_zero|dbsync (update_env) D:634f731b810a|dbsync] syncing devices and registering vm for monitoring: ad68556d-3914-4f7e-9c92-78e969657706 [20101026T14:50:09.977Z|debug|cvt-xh4|0 thread_zero|dbsync (update_env) D:634f731b810a|locking_helpers] Acquired lock on VM OpaqueRef:9a5fa24f-b674-e7a4-f732-5893788d6bb1 with token 0 [20101026T14:50:09.977Z|debug|cvt-xh4|0 thread_zero|dbsync (update_env) D:634f731b810a|locking_helpers...
2013 Dec 17
1
Tire: Problem with including associations while doing a multi-model search
I am using elasticsearch for querying in my application. Lets say there are 2 models Class Topic has_many :posts and Class Article has_many :comments I want to do a combined search on both these models and my query looks like: Tire.search [Article, Topic], {:load => {:include => [:posts, :comments]}} do |search| ... end This is where I encounter a problem. I get the Association