Displaying 16 results from an estimated 16 matches for "default_us".
Did you mean:
default_ns
2018 May 23
3
Trying to add MoH to conference bridge
Hi all,
I've got an AGI script that launches the conference bridge with a line like:
"$main::agi->exec(ConfBridge,$conf,default_bridge,default_user,$menu_profile)"
The $conf variable contains the room number.
I'm trying to configure it so that when only one person is in the
conference, they hear moh.
My /etc/asterisk/confbridge.conf looks like:
=======================================
[general]
[default_bridge]
type=bridge
[def...
2015 Oct 19
2
Modify Contact in PJsip
Hi Joshua
If i put the default_user option per endpoint would it work??
So what exactly does the contact_user option do?
I know that in freeswitch there is the option extension-in-contact.We ?basically need to achieve the same functionality?
Thanks<div>
</div><div>
</div><!-- originalMessage --><div...
2010 Apr 28
2
Rails - associations help
Hi
I have two models .
Dbase
--------
name
vendor
type
port
defuser - default user name
Users
-------
username
password
email
I need to build an association between these two in that the dbase
model''s defuser needs to be present in the users table. I am from a
relational database background so am trying hard to understand rails
associations.
What should I do to associate the
2015 Oct 19
2
Modify Contact in PJsip
Hi Guys
We are using the wizard to configure our pjsip trunk(see below)
How do we get this setting to work
contact_user=username
We want to change the contact field in the sip invite to display the
username of the trunk
[trunk_defaults](!)
type = wizard
transport = transport-udp
endpoint/allow_subscribe = no
endpoint/allow = !all,g729
aor/qualify_frequency = 30
2016 Apr 16
2
confbridge setup
Hi all,
I'm trying to configure a few conference bridges. I've started with the very
basic:
[general]
[default_bridge]
type=bridge
[default_user]
type=user
[default_bridge]
type=bridge
[5340]
type=bridge
However:
confbridge list
Conference Bridge Name Users Marked Locked?
================================ ====== ====== ========
*CLI>
It doesn't seem to be creating any bridges and I'm sure I've left somethi...
2013 Apr 18
5
ODBC dialplan looping problem
...PIN not found)
same=n,ODBCFinish(${ODBC_ID})
same=n,playback(conf-invalidpin)
same=n,Goto(rooms,${CONF_ID}1)
same=n,Hangup()
;
exten=good_exten,1,Verbose(1,The PIN is available)
same=n,ODBCFinish(${ODBC_ID})
same=n,Verbose(1,Drop Caller into the bridge)
same=n,Set(CONFBRIDGE(user,template)=default_user)
same=n,ConfBridge(${CONF_ID},default_bridge,,sample_user_menu)
same=n,Hangup()
;
The log shows the 3 existing DB table rows are found but continues to cycle
indefinitely if the PIN is NOT found.
First few rows of the console log:
=========================================================...
2003 Dec 05
4
DIAX 0.9.6 now available- some fixes included
Hi all,
A new version (0.9.6) of DIAX is available for download at:
http://www.laser.com/dante or
http://www.geocities.com/tdanro
There are no new functions, but some bugs fixed:
What's new in version 0.9.6:
- add Default_user locales as new language. The program language can be
automatically selected based on default user locales on your system. You
still can manually select the language, independent of the system locales.
BUGS solved:
-Windows height to small when Windows XP desktop theme is used;
- if you select th...
2015 Jan 23
2
sieve filter not working
...out
and 'virtual_transport' not there):
# The mailbox_command parameter specifies the optional external
# command to use instead of mailbox delivery. The command is run as
# the recipient with proper HOME, SHELL and LOGNAME environment settings.
# Exception: delivery for root is done as $default_user.
#
# Other environment variables of interest: USER (recipient username),
# EXTENSION (address extension), DOMAIN (domain part of address),
# and LOCAL (the address localpart).
#
# Unlike other Postfix configuration parameters, the mailbox_command
# parameter is not subjected to $parameter substit...
2002 Sep 20
0
Can't connect to share
...trying to check for the existence of a particular share on a win2k
server. The share has these permissions, Read & Execute, List Folder
Contents and Read for the default username. The default username does not
have a password. The error i'm getting is thus:
#smbclient //bashir/logon -U default_user -W lab_domain -I 131.181.xxx.xxx
added interface ip=131.181.xxx.xxx bcast=131.181.xxx.xxx nmask=255.255.255.0
Password:
Anonymous login successful
Domain=[lab_domain] OS=[Windows 5.0] Server=[Windows 2000 LAN Manager]
tree connect failed: NT_STATUS_ACCESS_DENIED
(IPs and sensitive information re...
2013 May 08
0
Confbridge Dynamic video_mode
...conf mode dynamically in dialplan but does not work
following is my settings and dialplan:
confbridge.conf
----------------------
[common_bridge]
type=bridge
record_conference=yes
internal_sample_rate=auto
mixing_interval=20
video_mode = none
conference participants.
release_as_single_video_src
[default_user]
type=user
dsp_talking_threshold=128
dsp_silence_threshold=2000
talk_detection_events=yes
extensions.conf
-----------------------
exten => 200,1,Noop(Going to ConfBridge now)
same => n,SET(CONFBRIDGE(bridge,video_mode)=follow_talker)
same => n,Answer()
same => n,Confbridge(1234,comm...
2015 Jan 23
0
sieve filter not working
...' not there):
>
> # The mailbox_command parameter specifies the optional external
> # command to use instead of mailbox delivery. The command is run as
> # the recipient with proper HOME, SHELL and LOGNAME environment
> settings.
> # Exception: delivery for root is done as $default_user.
> #
> # Other environment variables of interest: USER (recipient username),
> # EXTENSION (address extension), DOMAIN (domain part of address),
> # and LOCAL (the address localpart).
> #
> # Unlike other Postfix configuration parameters, the mailbox_command
> # parameter is...
2015 Oct 19
2
Modify Contact in PJsip
...igium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Joshua Colp
Sent: Monday, October 19, 2015 2:05 PM
To: asterisk-users at lists.digium.com
Subject: Re: [asterisk-users] Modify Contact in PJsip
On 15-10-19 08:17 AM, Andrew Colin wrote:
> Hi Joshua
>
> If i put the default_user option per endpoint would it work?
No, it's a global only option.
>
> So what exactly does the contact_user option do?
It sets the Contact user in an outbound registration so that the URI dialed
by the remote SIP server may contain that user (or may not, depending on
their configurat...
2006 Aug 03
5
Database configuration across developers!
Hi,
I have what might be a silly question but is there any way to put some
of the database configuration information into a separate file? For
instance, in config/database.yml I have:
developer_database: &developer_database
adapter: mysql
username: me
password: something
host: 127.0.0.1
development:
<<: *developer_database
database: foobar_development
test:
<<:
2015 Jan 22
2
sieve filter not working
Hi,
OK. I tried your suggestion. I modified the dovecot config file
"10-logging.conf", like so:
log_path = syslog
and
mail_debug = yes
It appears that the logging goes to "/var/log/maillog", not "messages"
as I expected.
Restarting service dovecot produces info in the "maillog" file showing
the restart:
...
Jan 22 15:20:14 coe dovecot: imap: Server
2006 Feb 15
36
Rubuntu Live CD for Rails
Friends-
I am almost finished with a custom live cd called Rubuntu ;-) This
is an ubuntu live cd variant that comes preloaded with ruby and rails
developers in mind. I already have it working with all the basics but
I was wondering what extras people would like to see on this distro.
What editors with what configurations?
What other tools do people really like for rails development on a
2003 Aug 11
8
Samba vs. Windows : significant difference in timestamp handling ?
Hi there,
i still have a weird problem with Powerpoint an Excel files stored on a
Samba share.
Only read on if you
-use a samba share as MULTI-user file repository (no force_user etc.)
-where multiple, different users share files in common directories
-the modification time of a file is of any relevance to you.
(seems like lots of folks don?t bother access rights or keep their
information