similar to: Structured release, Maillists

Displaying 20 results from an estimated 800 matches similar to: "Structured release, Maillists"

2003 Aug 18
2
Cisco 7920 phone
John Todd wrote.... > Cisco has an 802.11 phone called the 7920, which is apparently > shipping now. It is very expensive (>$550 USD) and only runs SCCP at > the moment, which is Cisco's proprietary VoIP protocol. However, if > it falls in line with some of Cisco's other high-end VoIP equipment, > that means it should have a trailing-edge SIP image running by
2003 Aug 15
1
Asterisk H323 Trunk
During debugging of H323 trunk side (using Jeremy Macnamara's H323 driver in ~/channels/h323) a couple of things come don't quite work as advertised... 1/ the following line in extensions.conf explicitly sets the outgoing caller ID (required in my case for downstream GK processing..) exten => _1NX.,1,SetCallerID,6400047602100 exten => _1NX.,2,Dial,H323/${EXTEN:1} what
2003 Sep 12
1
Re: Asterisk-Users digest, Vol 1 #1273 - 10 msgs
> Message: 5 > Date: Fri, 12 Sep 2003 13:24:13 -0400 (EDT) > From: "David C. Troy" <dave@toad.net> > To: asterisk-users@lists.digium.com > Subject: [Asterisk-Users] 7206 as SIP->PSTN Gateway? > All, > > I know you can use, say, a 2620 w/2 port FXO card as > a SIP gateway. Clearly you can use the 5300, 5800, and > MGX8850 too. > >
2003 Aug 22
2
Re: ATAs
John Todd wrote.... > For those of you wanting to salvage your Cisco ATA-186 after > inadvertent locking, or after recovering your devices from a vendor > who has locked them, here is a rainy-day project for you: > somedoc.pdf..... Immediately strides to ATA, rips off cover... woohoo, EEPROM is socketed.... well maybe I'll just copy the contents of a working ATA into the
2003 Aug 10
0
Outdial digits - non TDM trunk
I have successfully built and made asterisk talk SIP extension to SIP extension, read all the docs, and about 1000 emails from the archive. The trunk side of Asterisk, from the docs perspective, is a smidgin TDM-centric, Analogue, T1, zaptel.conf etc..... Asterisk cares not about the externally presented digits as the telco KNOWS which time-slot or analogue line the call came from I live in an
2004 Aug 06
1
Line input to client for Icecast Server
My needs are simple. I need a Windows client to accept the line input on my sound board and stream it to an Icecast server. I plan to encode the stream at 56kbps stereo. I tried this about 2 years ago using Winamp with the Oddsock plugin. This turned out to be a very time-wasting excersize in futility. I gave up, but now I'm back hoping the technology (and documentation) is there. My
2014 Sep 19
1
old dc still mentioned as msSFU30MasterServerName
Hi, Our DC1 had to be taken offline due to corruption. Roles were seized, and I managed to get rid of the directory metadata by using this script from microsoft: http://gallery.technet.microsoft.com/scriptcenter/d31f091f-2642-4ede-9f97-0e1cc4d577f3 After that I had to remove the remaining DNS stuff, and now everything seems to be in perfect shape, with dc2/dc3/dc4, replicating perfectly, no
2001 Sep 06
1
East European
Dear List, There has just been this question (as well as the answer to it) in the S list: > I would like to put some text in plots... but in french. How can I > write accented letters? > I suppose that there is a possibility similar as the one which > works in LaTeX, isn't it? What about R (for Windows and in East European languages)? Specifically, how can I give a title like
2013 Nov 11
2
blames for using maillists ?
why do you not simply shut up? # sieve rule require ["imap4flags"]; # rule:[reindl] if allof (header :contains "From" "h.reindl at thelounge.net") { setflag ["\\Seen","\\Flagged"]; stop; }
2011 Aug 25
1
dovecot and maillists problem
Hello there! I have a little trouble with using dovecot as lmtp and maillists. I use dovecot 2.0.13 with exim 4.72 on Debian 6.0. (All stuff at one host). info of maillists is store in mysql table, for example: +---------+-------------------------------------------------------------------------------------------------+ | name | recipients
2004 Sep 03
0
[LLVMdev] diffs for vc7.1
I can confirm that both are compiled properly: A) PHINode *PN; for (BasicBlock::iterator I = H->begin(); PN = dyn_cast<PHINode>(I); I++) .... B) for (BasicBlock::iterator I = H->begin; isa<PHINode>(I); I++) { PHINode *PN = cast<PHINode(I); .... } I'll make a patch for whatever solution do you prefer (this problem is a showstopper for more than a dozen
2012 Jul 02
5
Outlook 2010 very slow when using IMAP - are there any tweaks?
Hi, though this is a bit of a side question, has anybody had an issue while running Outlook 2010 with Dovecot? The reason why I am asking is that I have setup a Dovecot 2.1.7 server on FreeBSD which works fantastically with Thunderbird but Outlook seems to be twice as slow in transferring information across?? # dovecot -n # 2.1.7: /usr/local/etc/dovecot/dovecot.conf # OS: FreeBSD 8.2-RELEASE
2004 Sep 07
2
[LLVMdev] diffs for vc7.1
On Fri, 3 Sep 2004, Paolo Invernizzi wrote: > I can confirm that both are compiled properly: Ok. > for (BasicBlock::iterator I = H->begin; isa<PHINode>(I); I++) { > PHINode *PN = cast<PHINode(I); > .... > } > > I'll make a patch for whatever solution do you prefer (this problem is > a showstopper for more than a dozen files...) I prefer this
2003 Oct 16
0
french newbie with asterisk
asterisk-users-request@lists.digium.com wrote: >Send Asterisk-Users mailing list submissions to > asterisk-users@lists.digium.com > >To subscribe or unsubscribe via the World Wide Web, visit > http://lists.digium.com/mailman/listinfo/asterisk-users >or, via email, send a message with subject or body 'help' to > asterisk-users-request@lists.digium.com > >You can
2005 Jan 21
4
RHEL question
I work for a small company, and we're running CentOS on our servers. We are looking to possibly move our most critical servers to RHEL. We currently use apt to deploy software upgrades to our servers. I have a question about RHEL subscriptions that they don't seem to be able to answer for me. If you have an RHEL subscription, do you have access to manually download the RPMs? We
2004 Sep 03
2
[LLVMdev] diffs for vc7.1
On Fri, Sep 03, 2004 at 03:01:01PM -0500, Anshu Dasgupta wrote: > ><snip> > >for (BasicBlock::iterator I = Dest->begin(); PHINode *PN = > >dyn_cast<PHINode>(I); ++I) > > visitPHINode(*PN); > ><snip> > > > >build_vc71\lib\Transforms\Scalar\SCCP.cpp(202) : error C2275: > >'llvm::PHINode' : illegal use of this type as
2004 Jun 28
1
(no subject)
Ok so here's one i have already asked but i don't know if anyone saw it Has anyone managed to get the 'i' extension to work. I have included within each context the following exten => i,1,Goto(wrong-number,s,1) then in [wrong-number] exten => s,1,GotoIf($[${EXTEN:0:2} = 43}]?10:2) exten => s,2,GotoIf($[${EXTEN:0:2} = 62}]?11:99) exten =>
2003 Jan 30
0
Actually reverse a g i n g symptoms!44-2
* Reduce the amount of sleep you need * Cause wounds to heal faster * Lose weight while your sleeping * Become less winded when excersizing * Put color back in grey hair * Grow hair back where it had once fallen out * Tighten skin * Strengthen bones * Body builders - use this to build your muscles quicker ..........The List truly goes on and on.......... As seen on NBC, CBS, CNN, and Oprah! The
2003 Aug 20
2
ADTRAN TSU 600 VP24 FXO 24 Port Channel Bank
It is possible to connect ADTRAN TSU 600 VP24 FXO 24 Port Channel Bank to Asterisk ? Somebody offered me that hardware, but I do not know if thats good hardware for Asterisk. rgs, Bartosz -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20030820/4a9e4608/attachment.htm
2012 May 07
3
[PATCH] Optionally, allow distros to use openssl for MD5 verification
El 07/05/12 06:23, Miroslav Lichvar escribi?: > On Sat, May 05, 2012 at 05:34:31PM -0400, Cristian Rodr?guez wrote: >> This has the advantage of being more efficient than the included >> routines and allows distros to centralize crypto mainteniance on >> a few libraries. > > Isn't the OpenSSL license incompatible with GPL? IANAL, but I think > the flac and