search for: user_xxx

Displaying 2 results from an estimated 2 matches for "user_xxx".

2010 Oct 11
1
Unable to find a codec translation path from ulaw|h261 to slin
...My dialplan looks like: exten => 730,1,answer exten => 730,n,playback(/home/phones/common/moh/moha/Sovereign) exten => 730,n,hangup Sovereign.wav is a .wav file that plays nicely on my 1.4 server. Here is what the console displays: -- Executing [730 at customers:2] Playback("SIP/user_xxx-00000012", "/home/phones/common/moh/moha/Sovereign") in new stack Unable to find a codec translation path from 0x40004 (ulaw|h261) to 0x40 (slin) Unable to open /home/phones/common/moh/moha/Sovereign (format 0x40004 (ulaw| h261)): No such file or directory ast_streamfile failed on...
2007 Dec 03
18
Need help mocking this out
Let''s say you''re using the restful_authentication plugin. You have a model called articles. On the index action of the articlescontroller you simply want to spec out that it''ll scope the results to the ownership of the current_user. It should NOT include any articles other than the articles that user owns. How would you properly spec this out? Thanks for the help!