Displaying 5 results from an estimated 5 matches for "internal_users".
Did you mean:
internal_user
2012 Jun 25
1
IAX Trunk issue.
...e s extension.
I only placed the s extension in the dial plan to verify that the traffic was going across the IAX trunk and hitting the correct context.
Any help would be greatly appreciated.
Thanks Mitch
Asterisk-1
IP Address 172.16.200.210
SIP.CONF
[6001]
type=friend
host=dynamic
context=internal_users
secret=xxxxxxx
nat=yes
[6002]
type=friend
host=dynamic
context=internal_users
secret=xxxxxxx
nat=yes
extensions.conf
[internal_users]
exten => 6000,1,Answer()
exten => 6000,2,Playback(hello-world)
exten => 6000,3,Hangup()
exten => 6001,1,Dial(SIP/6001)
exten => 6002,1,Dial(SIP/600...
2010 Sep 21
2
doveadm-expunge debug message clarifications
Hi!
I have some questions about doveadm-expunge's debug messages.
# /usr/local/bin/doveadm -Dv expunge -u <user> mailbox 'sa.*' SAVEDBEFORE 6h
doveadm(root): Debug: Loading modules from directory: /usr/local/lib/dovecot
doveadm(root): Debug: Module loaded: /usr/local/lib/dovecot/lib10_quota_plugin.so
doveadm(root): Debug: Module loaded:
2000 Jun 14
1
Q: mounting shares with space inside name
I'm trying to mount a share from an NT machine which has an
space inside, i.e doing something like that:
mount -t smbfs -o username=nardmann,password=xxx "//machine/for internal
use" internal_use
I always get the message
Could not resolve mount point internal
How do I mount such shares with whitespace inside the share name?
--
Heiko Nardmann (Dipl.-Ing.), h.nardmann@secunet.de,
2011 Mar 02
1
Setting CanCan ability.rs model
I successfully made login system with Devise and CanCan, and I have 3
types of users. Admin, internal and global users. I created
Controllers and index actions: Admin, Cpanel, Report and State, and I
want to restrict access to this controllers for some users.
Admin user should have privilegies to access: Reports(all), State
(read), Admin (all)
Global user should have privilegies to access:
2000 Jun 15
3
Usign hosts allow in the smb.conf file
Hi,
I have a setup of Windows NT machines and SUN Solaris (UNIX) machines.
I have installed samba on one of the UNIX machine. I am able to connect
to the
UNIX machine using samba from any of my NT machines.
I want only few of my NT machines should be able to connect to the UNIX
machine (with samba).
To do so, I have set following in my smb.conf file
hosts allow = hostname1, hostname2, ...
I