Displaying 3 results from an estimated 3 matches for "service_provider".
2009 Jul 18
2
Sharing controllers/models within a view
Hello, please forgive me if this answer is obvious! I''m new to Rails
this week.
I have two database tables, and the associated scaffolding, controllers,
models and views. The first is service_provider, which holds a list of
service providers. The second is service_provider_countries which is a
table of countries (obvious perhaps).
In views/service_providers/new.html.erb I have a form, that allows the
you to create a new service provider (name, country, description).
Which looks like so:
<h...
2009 Nov 16
1
can't call through voip provider
...e modem in bridge mode which assings my router/firewall the external ip address. I have FORWARD to ACCEPT in the router and I still cant establish a connection.
My sip.conf file looks like this:
[general]
externhost=optimumwireless.com
localnet=172.16.0.0/16
register => username:secret at my.service_provider.tld
language=es
;allow=gsm
allow=all
[voipprovider]
type=friend
host=208.78.163.3
username=username
fromuser=username
secret=password
port=5060
dtmfmode=rfc2833
nat=yes
insucure=port,invite
allow=all
careinvite=yes
I don't know what else to try. When I try to call I get this at the cli:
==...
2013 Mar 21
6
How we can create two database Using same credetial using Puppet
Hello All,
I wanted to create two two MySQL database with same user credential using
Puppet-MySQL. How can I achieve this? Please find my script below.
class mysql::vsdatabase {
include mysql
mysql::db { ''vidispine'':
user => ''user'',
password => ''user123'',
host => ''db.<hostname>.com'',
}
}
How can I add