Displaying 8 results from an estimated 8 matches for "support1".
Did you mean:
support
2008 Jun 24
2
[LLVMdev] undefined reference to .Llabel
...econd we link the individual bc files into 1 combined bc file
llvm-link -o exe.comb.bc x.bc y.bc
// Next we run several steps that involve:
// - linking the combined bc file with support code
// - running the combined bc file through a transform of mine
// For example:
3: llvm-link -o exe.comb.support1.bc exe.comb.bc support1.bc
4: opt -load=mytransformlib.so -mytransform1 -o
exe.comb.support1.transform1.bc exe.comb.support1.bc
...
// After performing those steps, we link the result and form a
// native executable
5: llvm-ld -native -o exe exe.comb.support1.transform1.bc
-------------------...
2007 Apr 09
2
trouble recording calls
...all calls
recorded and I have to do announcements so that the callee knows how to
answer the phone.
Thanks,
Andy
The configs are as below:
>From extensions.conf:
#after various menu stuff, send to support
exten => 214xxxxxxx,13,SetGlobalVar(ORIGIN=support)
exten => 214xxxxxxx,14,Queue(support1|tr|||10)
exten => 214xxxxxxx,15,Queue(support2|tr|||)
#dial command for sip extensions that are in the queues
exten =>
_72XXX,1,MixMonitor(${ORIGIN}/${EXTEN}_${CALLERID}_${TIMESTAMP}.wav)
exten => _72XXX,2,Dial(SIP/${EXTEN})
exten =>
_73XXX,1,MixMonitor(${ORIGIN}/${EXTEN}_${CALLERID}_$...
2007 May 17
1
Cascading Queues
....
Question:
Can I have the same agents in multiple queues to work the way I'm
thinking above? So if the caller reaches Queue 2 the agents from Queue
1 will be available if they get off a call, plus new agents are added
into Queue 2.
So I'm thinking something like:
exten => s,1,Queue(support1)
exten => s,2,Queue(support2)
exten => s,3,Dial(SIP/${RECEPTIONIST})
Then the receptionist would just dial a special extension which would
add priority=10 to the queue.
Scenario 2:
This same customer is starting to sell their product internationally.
They are purchasing VOIP DID's fro...
2005 May 06
1
How to config Ices-playlist.XML to run script
Hi,
Can anyone show me how to config the <input> section in
ices-playlist.XML (ices.conf) to run a script? The script file will
returns an audio file name so that Ices will stream that particular file
to icecast server. I'm trying to stream OGG file. Thanks!!
Newbie
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2006 Apr 26
0
Public Shares, Groups and Undeletable Sent E-mails?
Dear all,
We would like to setup, if possible, for example:
We have 4 example groups, we various users in those groups:
Directors
director1,director2
Support
manager1,support1,support2,support3
Enquiries
manager2,enquiry1,enquiry2,enquiry3
Accounts
manager3, accounts1,account2
Shared Mailboxes:
Support: Support, user1, user2, user3
Accounts: Directors, Support
So basically, we want 2 public folder shares, with the names:
Support
Accounts
Everyone in the Support gro...
2005 Nov 21
0
FreeBSD-SA-05:21.openssl and 6.0
> FreeBSD-SA-05:21.openssl.asc lists this advisory as for all releases,
> yet the patch only applies up to 5.4 ? does this mean 6 release isn't
> effected?
> uname -a
FreeBSD support1.domain 6.0-RELEASE FreeBSD 6.0-RELEASE #0: Thu Nov 3
09:36:13 UTC 2005 root@x64.samsco.home:/usr/obj/usr/src/sys/GENERIC
i386
> grep -A 1 "FreeBSD-SA-05:21.openssl.asc" /usr/src/UPDATING
20051011: FreeBSD-SA-05:21.openssl
Correct a man-in-the-middle SSL version rollback vu...
2013 Sep 16
0
Can't download emails with large file attachment
...ogin: SSL_write() syscall failed: Bad file descriptor*
After this the email client stops downloading emails.
What could be the problem ? Please help me fix this . Thank You
*
**dovecot version: dovecot-1.0.7-8.el5_9.1**
**openssl version: openssl-0.9.8e-26.el5_9.1**
**CentOS 5.9*
dovecot: POP3(support1): Disconnected top=0/0, retr=1/0, del=0/17,
size=57279820
*Sep 16 17:25:56 mail dovecot: pop3-login: SSL_write() syscall failed:
Bad file descriptor [110.44.xx.xx]*
dovecot -n
# 1.0.7: /etc/dovecot.conf
log_timestamp: %Y-%m-%d %H:%M:%S
listen(default): 61.xx.xx.XX:143
listen(imap): 61.xx.xx.XX...
2005 Nov 16
3
OpenSSH on NCR MPRAS
Hi folks,
I have successfully compiled and run OpenSSH 4.1p1 on NCR MPRAS:
$ uname -a
UNIX_SV support1 4.0 3.0 3446 Pentium Pro(TM)-EISA/PCI
$
However, I have found one pretty critical problem, arising from the way
that MPRAS handles changes to the IP stack.
Background:
To update any of the IP or TCP configuration options, system
administrators should use the program "tcpconfig". This...