Displaying 20 results from an estimated 30 matches for "7890".
Did you mean:
789
2007 Feb 01
0
extensions.conf gotoif and label
...hese 3 points.
I want to write something like this sample in my extension.conf. I have
tested and it works but I don't know if it is a good way to make a menu.
I don't want to put number as it is boring to maintain.
Does anyone know if there is some problem to write like this?
exten => 7890,1,Wait(1)
exten => 7890,n(lbl0),Read(REP|annonce|1)
exten => 7890,n,GotoIf($[${REP} = 1 ] ?lbl1:lbl2)
exten => 7890,n(lbl1),noop( hit 1 ! )
exten => 7890,n,system(echo you hit one)
exten => 7890,n,Hangup
exten => 7890,n(lbl2),GotoIf($[${REP} != 2 ] ?lbl3)
exten => 7890,n,noop(...
2009 Feb 23
1
Inbound call to IVR drops after 21 seconds?
Does anyone know why?
ThePBX*CLI>
-- Executing [310-456-7890 at from-trunk:1]
Set("SIP/202.101.202.101-b763ce60", "__FROM_DID=310-456-7890") in new stack
-- Executing [310-456-7890 at from-trunk:2]
ExecIf("SIP/202.101.202.101-b763ce60", "1
|Set|CALLERID(name)=310-456-0987") in new stack
-- Executing [310-456-7890 at...
2006 Oct 30
1
Installing on Hardware RAID - Adaptec 7890/7860
Hello everyone,
I'm trying to install the CentOS 4.4 Server CD on old hardware. The
hardware is a Dell PowerEdge 2300 with Adaptec 7890 and 7860
controllers. It's the first time I've done a Linux install with
hardware RAID.
However, I'm having trouble getting CentOS (as well as Fedora Core 6)
to detect the SCSI hard drives. When it comes to the part where you
choose where to install Linux, it just doesn't detect th...
2006 Feb 05
2
R socket communication
...ketConnection but
none of them worked.
I have seen some examples where the server sends something to a
client but I need the opposite example.
Thanks,
Pau.
The R server
FSsocket() <- function(){
print("Creating server on localhost")
conn <- socketConnection(server = TRUE, port = 7890, open = "r+")
print("Reading data")
aa <- readLines(conn)
print("end reading lines")
close(conn)
pirnt("Connection closed")
}
Note: I receive a "Creating server on localhost" and a "Reading data"
in the R console, but nothing else.
The...
2005 May 23
2
alloca() on FreeBSD (PR#7890)
Full_Name: Eric van Gyzen
Version: 2.1.0
OS: FreeBSD 5.4
Submission from: (NULL) (152.3.22.33)
R-2.1.0 fails to compile on the newest release of FreeBSD, complaining about
undefined references to __builtin_alloca. On FreeBSD, alloca() is declared in
stdlib.h, not alloca.h as the R sources expect. Therefore, HAVE_DECL_ALLOCA
does not get set, so the R sources declare alloca() after it has
2006 Mar 25
2
R gets slow
...n training with same data). If I restart the server ,
then it works well (fast). I don't know if I have to free the memory
or something.
Here you have the code:
R server:
FSsocket <- function(){
continue = TRUE;
while(continue){
conn <- try(socketConnection(server = TRUE, port = 7890, blocking =
TRUE, open = "ab"), silent = FALSE);
isOpened = !inherits(conn, "try-error");
isOpened = isOpened && isOpen(conn);
while(!isOpened){
Sys.sleep(1);
conn <- try(socketConnection(server = TRUE, port = 7890, blocking
= TRUE, open = "ab")...
2011 Dec 15
0
Struggling with Extensions in Realtime
Hello Everyone,
Can someone please let me know what the correct way to deal with
extensions for a particular user
using asterisk reatime. For a user 1001, we would like to support:
Local Calls: 123-456-7890
LD Calls: 1-123-456-7890
INT Calls: 011-64-03-123-456-7890
PBX EXT: 1002
Do I need to insert multiple records for use 1001, each pointing to
the different extensions in the extensions
table (i.e., local-context, ld-context, int-context, and pbx-context)?
Thanks in Advance,
Nick.
2005 Aug 27
2
Problems with registration
...; Enable DNS SRV lookups on outbound calls
; START FWD1 ACCT
register=691657:ImaCowsertjoshu@fwd.pulver.com/691657
[fwd]
type=friend
secret=********
username=691657
host=fwd.pulver.com
dtmfmode=inband
context=home
nat=yes
canreinvite=no
disallow=all
allow=all
; END FWD1 ACCT
[7890]
type=friend
host=192.168.2.29
context=home
secret=********
callerid="OFFICE PHONE #2" <7890>
mailbox=7890
dtmfmode=rfc2833
nat=0
AND HERE IS MY EXTENSIONS.CONF FILE
[general]
static=yes
writeprotect=no
autofallthrough=yes
clearglobalvars=no
priorityjumping=no
[globals]
CONSOLE=C...
2004 Jan 26
0
canreinvite and codec negotations... and NAT
...[gateway]
type=friend
host=1.2.3.4
canreinvite=yes
qualify=200
dtmfmode=rfc2833
context=default
disallow=all
allow=ulaw
allow=g729
[123]
type=friend
secret=abc
nat=yes
host=dynamic
canreinvite=yes
qualify=200
context=default
dtmfmode=rfc2833
mailbox=2199
callerid="Joe Blow" <123-456-7890>
disallow=all
allow=g729
[321]
type=friend
secret=abc
nat=yes
host=dynamic
canreinvite=yes
qualify=200
context=default
dtmfmode=rfc2833
mailbox=321
callerid="Joe Blow" <321-456-7890>
disallow=all
allow=ulaw
Okay, in this configs, gateway would be my cisco 26xx gateway.. ext 1...
2004 Jan 29
0
canreinvite and codec negotations...
...[gateway]
type=friend
host=1.2.3.4
canreinvite=yes
qualify=200
dtmfmode=rfc2833
context=default
disallow=all
allow=ulaw
allow=g729
[123]
type=friend
secret=abc
nat=yes
host=dynamic
canreinvite=yes
qualify=200
context=default
dtmfmode=rfc2833
mailbox=2199
callerid="Joe Blow" <123-456-7890>
disallow=all
allow=g729
[321]
type=friend
secret=abc
nat=yes
host=dynamic
canreinvite=yes
qualify=200
context=default
dtmfmode=rfc2833
mailbox=321
callerid="Joe Blow" <321-456-7890>
disallow=all
allow=ulaw
Okay, in this configs, gateway would be my cisco 26xx gateway.. ext 1...
2004 Jul 05
2
fax detection and X100P
...tif)
; Pour envoyer le fax
exten =>8236331,1,TxFax(/var/spool/asterisk/incoming/lamine.tif)
But when I launch Asterisk i get the following message:
[chan_zap.so] => (Zapata Telephony w/PRI)
== Parsing '/etc/asterisk/zapata.conf': Found
Jul 5 16:22:13 WARNING[16384]: chan_zap.c:7890 setup_zap: Ignoring
faxdetect
and there is a timeout when i try to receive fax.
I have checked in dsp.c and the line #define FAX_DETECT is not commented
Has someone ever encountered this problem?
Any help would be greatly appreciated
Lamine
2005 Mar 25
1
Forwarding to regular numbers?
I'm trying to set up extensions and have them forward to my cell phone
or other phones I have and include them in call groups.
I tried *72480204xxxx and *7298480204xxxx, I get the recording that
unconditional forwarding is set to that number..
but when I call that extension I just get silence and eventually it
hangs up.
Someone throw me a clue stick?
JD
2002 Apr 12
1
Problems with memory
...un1(data...)
object2<-fun2(...object1)
object3<-fun3(...object2)
object4[,i]<-fun4(...object3)
rm("object1","object2","object3")
}
After few interactions it stops with the message:
"Error: cannot allocate vector of size 7890 Kb
In addition: Warning message:
Reached total allocation of 127Mb: see help(memory.size)"
I thought that using "rm" I would avoid problem with memory. Did I miss
some point on using "rm"? Is there any other way to remove objects from
the memory?
Thanks in advance,
Marlon...
2003 Dec 29
2
Outlook 2002 sp-2 and initial connection after OS reboot
...---------------------------------------
WSL Consultants Pty Ltd
www.wsl.com.au
Head Office:
2-8 Harvey Street, Richmond VIC 3121
Ph: (03) 9429 4666
Fax: (03) 9429 2294
Bendigo Office:
Gate 6, Sharon Street
La Trobe University, Bendigo
PO Box 106, Strathdale VIC 3550
Ph: (03) 5444 7890
Fax: (03) 5444 7895
This message is intended solely for the individual(s) and entity(s)
addressed. It is confidential and may contain legally privileged
information. The use, copying or distribution of this message or any
information it contains, by anyone other than the addressee, is prohi...
2009 Jun 02
0
Conducting data modelling on weighted data using R
...contact the Maintainers of the packages to see if they can include a weights command?
Many Thanks for any assistance in this area.
Kind Regards
Peter
Peter Harding | Senior Methodologist | Marketing Sciences & Advanced Analytics | Harris Interactive
O: +44 (0)20 8263 5249 | M: +44 (0)7890 561391 | E: pharding@harrisinteractive.com
Watermans Park, High Street, Brentford, TW8 0BB, UK
www.harrisinteractive.com/europe
Remember that we have a global online omnibus service at your disposal. 25+ markets run as frequently as weekly, and priced from £195 per question. Flexibility of 1,000...
2004 Jan 30
0
Re: DISA and authcodes (was: t410p)
...AUTHCODE to be the first seven digits of EXTEN
;
exten => _XXXXXXX1XXXXXXXXXX,1,SetVar(AUTHCODE=${EXTEN:0:7})
;
; ...and then forward this call out to a new context and extension,
; where the new extension is the 7th through 17th digit of the old EXTEN,
; which should translate into 1-123-456-7890 or whatever it was that
; the user entered as the desired destination phone number.
;
exten => _XXXXXXX1XXXXXXXXXX,2,Goto(main-dial-routine,${EXTEN:7:17},1)
;
exten => h,1,Hangup
exten => i,1,Congestion
exten => i,2,Hangup
exten => t,1,Congestion
exten => t,2,Hangup
;
; end of ex...
2006 May 04
0
SpeedDial on GXP-2000
How can you store "pauses" in speed dials for the GXP-2000? I used
something like 8005551212,,,1,7890 to dial the toll free number, wait
6 seconds (I'm used to the commas being a 2 second delay), pressing
1, waiting 2 more seconds and then entering 7890. However, when I
press the speeddial button, the phone freezes.
Thanks,
Waldo
2007 Mar 10
1
Amd-v which processor for virtualization
I am wanting to play with the amd-v virtualization processor and centos.
I was just looking at an AMD6000+ CPU but did not find any mention of
it have the AMD-V instructions.
What AMD processors support AMD-V instructions?
Jerry
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2001 Mar 06
2
RedHat 7.0 on Dell Poweredge 6300
I went to RedHats' page and found hardware requirements and it said
that the Dell Poweredge 6300 is a supported hardware. Then I went to
linuxcare.com and it does not list the machine. Before I look like a
buffoon, or continue to, Redhat will run on this machine, right? I
appreciate the help.
Thanks,
---------------------------------------------------
Tony Ricker
Technology Coordinator
2014 Jan 28
2
callerid overwrite
Hi all,
I'm having issues with overwrite caller id, when I call someone my caller
id should be "mycompanyinc" but instead my id shows up as my extension
number 101.
this is what i have in sip.conf
[101]
type=friend
context=sipphones
call-limit=99
callerid="iuser 101"
disallow=all
allow=ulaw
allow=alaw
username=101
secret=Passwd
dtmfmode=rfc2833
host=dynamic
mailbox=101 at