search for: asecret

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

Did you mean: secret
2010 Jul 01
6
Close Modalpopup with RJS
...ssion[''rtoken''] = nil session[''rsecret''] = nil profile = Twitter::Base.new(oauth).verify_credentials user = User.find_or_create_by_screen_name(profile.screen_name) user.update_attributes({ :atoken => oauth.access_token.token, :asecret => oauth.access_token.secret, }) sign_in(user) # page << "window.close()" redirect_to session[:return_to] rescue redirect_to :controller => "home" # redirect_to :controller => "sessions/autoclose" end As you can see, by the commented out...
2003 Apr 01
1
ATA186: "Call/Leg Transaction Doesn't Exist" on local call
...n both cases, but then as soon as asterisk bridges the two channels, the remote end sends a "Call/Leg Transaction Doesn't Exist" error and hangs up the line. What am I doing wrong here? Thanks. B. Here are the respective sip.conf entries: [ata3] type=friend username=ata3 secret=asecret host=129.91.0.164 context=home [sjcata] type=friend username=sjcata secret=anothersecret host=129.91.0.161 context=home In my extensions.conf: exten => 83,1,Dial,SIP/sjcata|25 exten => 83,2,Voicemail,u100 exten => 83,3,Hangup exten => 84,1,Dial,SIP/ata3|25 exten => 84,2,Voicemail...