Displaying 4 results from an estimated 4 matches for "regster".
Did you mean:
register
2008 Sep 08
2
Restful Authentication and State Machine state transfer question
I''m adding some code to a project using restful_authentication and
acts_as_statemachine
In the create method for a user there is the following code generated
by the restful_authentication template
@user.regster! if user.valid?
And this will save and the user record if it is valid. I understand
that the statemachine will then change the state from passive to
pending. It will guard against this by validating that the
crypted_password and password getters are not blank. This I
understand. I am not seeing an...
2003 Sep 15
4
Talking to other SIP hosts, wrong IP
...r, I've been trying to register with FWD.
If I set the default gateway to be 10.1.0.1, Asterisk tries to register with
"Contact: <sip:xxxxx@10.1.1.2>" (xxxxx = FWD number). Naturally FWD doesn't
like this.
If I set the default gateway to be the public IP, Asterisk tries to regster
with "Contact: <sip:xxxxx@127.0.0.1>".
Does anybody know of a way I can tell external SIP gateways that I'm
@203.x.x.x whilst leaving the internal @10.1.1.2 ?
-Shaun
2013 Oct 11
3
VNC
I'm trying to set up a VNC server using the instructions at
http://www.techrepublic.com/blog/linux-and-open-source/linux-101-easy-vnc-server-setup/
.
I am up to step 6:
Step 6: Edit iptables
In order for the VNC connections to get through, you must allow them with
iptables. To do this, open up the file /etc/sysconfig/iptables and add the
line:
-A INPUT -m state --state NEW -m tcp -p tcp -m
2007 Jan 02
3
yet another faxing issue (outbound only, via ATA)
2 Asterisk servers 1.2.12.1
Connected via IAX2, same switch, GigE, no packet loss, etc
1 with a Sangoma A101 for a PRI to the PSTN
Ulaw
QoS enabled
NAT for the registered ATA boxes, no nat between the * servers
Faxing inbound:
Call from PRI hits the first Asterisk server
Then talks to the 2nd via IAX2
NVFaxDetect receives the fax, converts to PDF and emails it out
Works great!