Displaying 2 results from an estimated 2 matches for "unique_key".
Did you mean:
unique_keep
2006 May 22
0
logger and ActionWebService - how can I get them to work together?
...an
example:
class LibraryServiceController < ApplicationController
wsdl_service_name ''LibraryService''
web_service_api LibraryServiceApi # format is <controller_name>Api
web_service_scaffold :invoke
def new_item(username, type, title, length, size, state, unique_key)
@user = User.find_by_login(username)
logger.fatal(@user)
puts @user
true
end
end
In #new_item I can''t get logger to output anything nor does my #puts
go anywhere that I can find. (BTW, the test passes without errors.)
Scouring the AWDR book and online resources...
2009 Aug 26
4
Multiple user registration ...
Hello there!
We are planning to use Asterisk on our VoIP platform, and we are
spending some brains on a way to provide the following facility: let
some SIP user (extension) registrate with more than one client (ATA,
SoftPhone, VoipCelular, etc) - what isn't a problem at all -, initiate
calls from any of this devices that are registrated with the same user -
no problems on tests too -,