search for: gusee

Displaying 20 results from an estimated 37 matches for "gusee".

Did you mean: gusev
2014 Jun 06
1
Using macros in extensions.lua?
Hi, I have defined a dialplan in lua and now would like to use "dial" with the macro M to implement some logic, when the callee-channel gets created. Working old style would be (extensions.conf) [default] exten => _X,1,dial(SIP/1,,M(mymacro^parameter)) [macro-mymacro] exten => s,1,verbose(${ARG1}) How to implement the same functionality using pbx_lua? Details: Asterisk 11.7
2015 Mar 17
2
Asterisk only registering at one provider
Hey, I am running default Asterisk 11.16.0 on a FreeBSD-Machine. I need to register to several other SIP-Services (actually 3): short sip.conf register => XX at a register => XX at b register => XX at c If I remember correctly this worked quite well, but I now checked the system again and it is only obeying the first register statement. "sip show registry" only reports the
2006 May 12
2
Usage of a telnet client instead of ssh or rsh
Hi all, i am building an authentification system based upon MIT kerberos. I set up a realm in which I can use the ftp and telnet server/clients infrastructure for the purpose of authentification. To backup my server i would like to use rsync, but instead of a ssh/rsh/stunnel with an encrypted kerberized telnet. My problem is, that i could connect manually via telnet.krb5, but if like to use it
2011 Jun 14
2
How to generate bivariate exponential distribution?
Any one know is there any package or function to generate bivariate exponential distribution? I gusee there should be three parameters, two rate parameters and one correlation parameter. I just did not find any function available on R. Any suggestion is appreciated. -- View this message in context: http://r.789695.n4.nabble.com/How-to-generate-bivariate-exponential-distribution-tp3596944p3596944...
2014 Apr 22
1
Indications.conf: change volume
Hi, I use Asterisk to create the dial tone (indications.conf), which works quite well. However the generated signal is quite loud at the client side (in comparison to the following speech ). Is there an option to modify the volume? --- Dennis Guse -------------- next part -------------- An HTML attachment was scrubbed... URL:
2009 Apr 08
2
dovecot 1.2-rc2 doesn't build on Solaris 10
Hi all, Timo, When trying to build 1.2 rc2 on Solaris 10, with the same options and compiler as what works for 1.1.13, I get the following error: libtool: compile: cc -DHAVE_CONFIG_H -I. -I../../.. -I../../../src/lib -I../../../src/lib-dict -I../../../src/lib-index -I../../../src/lib-mail -I../../../src/lib-storage -I../../../src/lib-storage/index -I../../../src/lib-storage/index/maildir -O
2008 Sep 22
2
One fs with quota, one without: incorrect data shown
Hello all, I'm using Dovecot 1.0.15 on a Solaris 10. There are two different FS in place for IMAP: /var/mail for inbox /export/home for the mail folders The first doesn't have quota, the second does. However, I've noticed that Thunderbird does display quota information on the inbox (that doesn't make any sense, the values are incorrect). The same incorrect values are shown for
2008 Mar 04
2
Building Dovecot with OpenLDAP break PAM LDAP on Solaris
Hi all, I'm back with more data on a problem Iposted about one month ago. To sum it up, my Solaris 10 box has local accounts as well as LDAP ones via PAM. They work well as-is, with no special configuratio, for WU IMAP (using the ?other? entry in pam.conf. When I tried a self-built Dovecot, all accounts were authenticated without problem. Then I tried the Blastwave version, same release,
2008 Oct 23
5
Why using hypercall_page ?
Hello, I am studing Xen hypercall now. I found that hypercall is invoked via hypercall_page, which is only filled with (in no-hypervisor-kernel-mode ): mov $i, %eax int $0x82 ret Why not invoked the hypercall directly by "int $0x82" ? What''s the advantage of using hypercall_page? Thanks, Wu _______________________________________________ Xen-devel mailing list
2008 Oct 31
2
Separate quotas not displayed correctly
Hello all, My system is set up to have quotas both on /var/mail, where emails are received, and on /export/home, where users' homedirs are. But the client (Thunderbird) shows the same /export/home values both for the Inbox and for the folders in the homedir, so a user cannot know where she stands on her /var/mail use. This is Dovecot 1.1.5. As per the wiki, the dovecot.conf file contains
2011 Nov 09
0
[LLVMdev] .debug_info section size in arm executable
On Nov 9, 2011, at 1:08 PM, Jim Grosbach wrote: >> On Nov 9, 2011, at 10:49 AM, Jim Grosbach wrote: >>>> >>>> It's not good, but people do it. Also constructing enums via & and | etc. It'd be nice to be able to get the name of whatever it is that the code generator actually produced :) >>>> >>> >>> Agreed. LLVM itself does
2008 Jan 31
2
Using Dovecot with nsswitch for LDAP on Solaris
Hello all, I'm having some issues configuring dovecot 1.0.10 on a Solaris 10 box, that uses LDAP?for its accounts. The local accounts (in /etc/passwd) are authenticated properly and work as expected, but all accounts from the LDAP fail authentication. Those are declared for the system using PAM and NSS (/etc/pam.conf and /etc/nsswitch.conf are configured accordingly). Currently, there are
2011 Nov 09
2
[LLVMdev] .debug_info section size in arm executable
On Nov 9, 2011, at 12:52 PM, Chris Lattner wrote: > > On Nov 9, 2011, at 10:49 AM, Jim Grosbach wrote: >>> >>> It's not good, but people do it. Also constructing enums via & and | etc. It'd be nice to be able to get the name of whatever it is that the code generator actually produced :) >>> >> >> Agreed. LLVM itself does this sort of
2008 Nov 28
2
Panic in 1.1.6 file ioloop.c: line 206
Hi all, I just had a panic with dovecot 1.1.6, two days after replacing 1.0.15 with it in production. Here are the logs immediately preceding the panic, I think they're related. It seems the user connected simultaneously from two different clients, from his own computer and a webmail running on the server, then manipulated mail folders on one side, and logged out. The panic occurred 3
2015 Mar 18
0
Asterisk only registering at one provider
Dennis Guse wrote: > Hey, > > I am running default Asterisk 11.16.0 on a FreeBSD-Machine. > I need to register to several other SIP-Services (actually 3): > > short sip.conf > > register => XX at a > register => XX at b > register => XX at c > > If I remember correctly this worked quite well, but I now checked the > system again and it is only
2014 Jul 03
3
Strange Error
Hi Guys, Does anyone know what this error means and how to fix it? [Jul 3 11:57:27] WARNING[17040] pbx.c: Don't know what to do with 'SIP/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20140703/dfa17d19/attachment.html>
2014 Aug 19
0
Asterisk 11.12.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 11.12.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 11.12.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs
2014 Aug 19
0
Asterisk 1.8.30.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.30.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 1.8.30.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs
2014 Aug 19
0
Asterisk 1.8.30.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 1.8.30.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 1.8.30.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs
2014 Aug 19
0
Asterisk 11.12.0 Now Available
The Asterisk Development Team has announced the release of Asterisk 11.12.0. This release is available for immediate download at http://downloads.asterisk.org/pub/telephony/asterisk The release of Asterisk 11.12.0 resolves several issues reported by the community and would have not been possible without your participation. Thank you! The following are the issues resolved in this release: Bugs