Displaying 7 results from an estimated 7 matches for "highsecur".
Did you mean:
highsec
2007 Oct 11
7
1.0.2 release candidates
...cate via:
$ wget http://rubyforge.org/frs/download.php/25325/mongrel-public_cert.pem
$ gem cert --add mongrel-public_cert.pem
Now you can verify and install the candidates via gem install:
$ sudo gem install mongrel --include-dependencies --source
http://mongrel.rubyforge.org/releases/ -P HighSecurity
Manual downloads are available from http://mongrel.rubyforge.org/releases/ .
Please report problems on the Rubyforge tracker at
http://rubyforge.org/tracker/?group_id=1306 . We will finalize the
release in a week or two, barring unforeseen difficulties.
Thanks,
Evan, and the Mongrel Team
P...
2007 Nov 05
12
Error installing Mongrel on Solaris 9
Hi all,
We''ve installed RoR on Solaris 9, and are attempting to install Mongrel using the following command:gem install mongrelgetting error "SSL is not installed on this system".All other gems (including Rake) installed fine.Any suggestions?Thanks,Brian
_________________________________________________________________
Boo!?Scare away worms, viruses and so much more! Try
2015 Oct 19
2
Why I get repeat messages many times
I am using the asterisk 13 and I config my dialplan for the SIP messaging
as the following :
http://highsecurity.blogspot.com/2012/03/asterisk-10-110-sms-messaging-or-sip.html
[astsms]
exten => _.,1,NoOp(SMS receiving dialplan invoked)
exten => _.,n,NoOp(To ${MESSAGE(to)})
exten => _.,n,NoOp(From ${MESSAGE(from)})
exten => _.,n,NoOp(Body ${MESSAGE(body)})
exten => _.,n,Set(ACTUALTO=${CUT(MES...
2007 Sep 24
1
release candidates
Hi all,
Release candidates for *nix 1.0.2 and dependencies are up at
http://mongrel.rubyforge.org/releases/ . Public cert is at
http://rubyforge.org/frs/download.php/25325/mongrel-public_cert.pem .
Install with: sudo gem install mongrel -P HighSecurity
--source=http://mongrel.rubyforge.org/releases/
etc.
Luis is working on win32 builds.
Evan
--
Evan Weaver
Cloudburst, LLC
2014 Nov 12
1
Como unir webrtc con asterisk???
tengo la siguiente pagina pero no se como seguir despues del punto 22
http://highsecurity.blogspot.com/2012/12/webrtc-and-asterisk-11-using-sipml5.html
gracias!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20141112/59751a87/attachment.html>
2013 Jun 19
1
SIP Simple support on Asterisk 11
...y test environment.
I have the following env :
- one server (192.168.50.126) with Asterisk 11
- 2 clients using pidgin : demo-bob and demo-alice on my 192.168.50.143
I successfully had a phone call between clients.
I used the following link to enable SIMPLE messaging between my clients :
http://highsecurity.blogspot.ca/2012/03/asterisk-10-110-sms-messaging-or-sip.html
Both users managed to register.
Adding verbose on the server, I have the following traces when I send the
message "MESSAGE FROM ALICE TO BOB" from "demo-alice" to "demo-bob"
http://paste.fedoraproject....
2013 May 29
0
IM through Asterisk
Hi
I want IM messages between Softphone clients like Ekiga and MicroSIP.
I don't care about SMS/GTALK etc. I only need this.
I followed this guys tutorial here:
http://highsecurity.blogspot.com/2012/03/asterisk-10-110-sms-messaging-or-sip.html
But this wasn't intended for IM messages. It works kinda interestingly. When you send a message to your contact let's say 200 then he will get it but cannot message back in the same window. The message will come from ASTERIS...