Displaying 5 results from an estimated 5 matches for "16222".
Did you mean:
1222
2009 Sep 17
1
I'm not getting the ability to leave a voicemail-message
.../asterisk/sounds/voicemail/${ARG1})
> exten => s,n,NoOp(${ARG1}@boxes)
> exten => s,n,Voicemail(${ARG1}@boxes)
> exten => s,n,Hangup()
> exten => s,n,MacroExit
This is the CLI-output :
[Sep 17 17:23:06] -- Executing [s at macro-openingsuren:49] NoOp("IAX2/zoiper-16222", "908001 at boxes") in new stack
[Sep 17 17:23:06] -- Executing [s at macro-openingsuren:50] VoiceMail("IAX2/zoiper-16222", "908001 at boxes") in new stack
[Sep 17 17:23:06] -- <IAX2/zoiper-16222> Playing 'vm-intro' (language 'be')
[...
2013 Jan 15
1
SQLDF column errors
I am trying to exclude integer values from a small data frame 1, d1 that
have matching hits in data frame 2, d2 (Very big) which involves matching
those hits first. I am trying to use sqldf on the df's in the following
fashion:
df1:
V1
12675
14753
16222
18765
df2: head(df2)
V1 V2
13647 rd1500
14753 rd1580
15987 rd1590
16222 rd2020.....
df1_new<-sqldf("select df1.V1, df2.V2 where rs10.V1 = d10.pos”) - Ideally I
would like to try to use "delete" or not equal to "!=" though I can only
find th...
2013 Nov 27
0
Asterisk is delaying DTMF INFO in meetme
...c[0m:[1;37m24896[0m [1;37mhandle_incoming[0m: **** Received INFO (13) - Command in SIP INFO
Receiving INFO!
* DTMF-relay event received: 2
[KCentos-2*CLI> [0K[Nov 19 15:30:43] [[1;32mDTMF[[0m[17988]: [[1;37mchannel.c[[0m:[[1;37m3978[[0m [[1;37m__ast_read[[0m: DTMF end '2' received on SIP/16222-00000037, duration 160 ms
M[[KCentos-2*CLI> M[[0K[Nov 19 15:30:43] [[1;32mDTMF[[0m[17988]: [[1;37mchannel.c[[0m:[[1;37m4004[[0m [[1;37m__ast_read[[0m: DTMF begin emulation of '2' with duration 160 queued on SIP/16222-00000037
[Nov 19 15:30:45] [[1;32mDTMF[[0m[17988]: [[1;37mchannel.c[[0m...
2009 Dec 03
1
only the first ResetCDR works after upgrade to 1.6
Hello -
I am upgrading from asterisk v1.2 to v1.6 and I am seeing a problem with
recording CDRs using MySQL. Unlike all of the other postings and web
pages I have found on this issue, my installation successfully stores
the -first- CDR, but nothing after that.
As background info, I will note that I don't use CDRs for billing, but
more in a logging fashion, to record how a given call
2017 Aug 23
2
Comparing 2 dale columns
Thanks. But when I apply your codes I get all NA instead of TRUE and FALSE
________________________________
From: PIKAL Petr <petr.pikal at precheza.cz>
Sent: Wednesday, August 23, 2017 11:20:00 AM
To: Patrick Casimir; r-help at r-project.org
Subject: RE: Comparing 2 dale columns
Hi
your code is wrong.
I get
> test<-read.table("clipboard", header=T)
> str(test)