Displaying 20 results from an estimated 50000 matches similar to: "Code send by asterisk when a peer hangs up"
2014 Oct 29
1
Astricom 2014 presentations
Hi
Will the presentations made at Astricom 2014 be made public as recorded videos ?
thanks
Bogdan
2017 Jun 06
1
integrating 2 lists and a data frame in R
Simple matrix indexing suffices without any fancier functionality.
## First convert M and N to character vectors -- which they should
have been in the first place!
M <- sort(as.character(M[,1]))
N <- sort(as.character(N[,1]))
## This could be a one-liner, but I'll split it up for clarity.
res <-matrix(NA, length(M),length(N),dimnames = list(M,N))
res[as.matrix(C[,2:1])] <-
2017 Jun 06
0
integrating 2 lists and a data frame in R
Thank you David. Using xtabs operation simplifies the code very much, many
thanks ;)
On Tue, Jun 6, 2017 at 7:44 AM, David Winsemius <dwinsemius at comcast.net>
wrote:
>
> > On Jun 6, 2017, at 4:01 AM, Jim Lemon <drjimlemon at gmail.com> wrote:
> >
> > Hi Bogdan,
> > Kinda messy, but:
> >
> > N <-
2017 Jun 06
2
integrating 2 lists and a data frame in R
> On Jun 6, 2017, at 4:01 AM, Jim Lemon <drjimlemon at gmail.com> wrote:
>
> Hi Bogdan,
> Kinda messy, but:
>
> N <- data.frame(N=c("n1","n2","n3","n4"))
> M <- data.frame(M=c("m1","m2","m3","m4","m5"))
> C <-
2011 Jan 31
0
Issue with Asterisk not hanging up second leg when first leg hangs up
Hi,
Here is my confing:
[out]
Exten => _X.,1,Noop()
Exten => _X.,2,Dial(SIP/${EXTEN}@peer,60,gcU(do_dtmf_cc-take-call,s,1))
Exten => _X.,3,Playback(tt-monkeys)
Exten => _X.,4,Playback(tt-monkeys)
Exten => _X.,5,Playback(tt-monkeys)
Exten => h,1,Noop(ABCDEFGHIJKLMNOPQRSTUVWXYZ)
[do_dtmf_cc-take-call]
Exten => s,1,AGI(agi://127.0.0.1:4579/update_call_status?status=60)
Exten
2007 Jan 07
1
Hanging up a 3-way conference when middle user hangs up
Apparently asterisk's default way to a 3-way conference lets the user
in the middle hangup and the other parties stay on the conversation.
This is great some times but it creates quite a bit of problems when
trunks dont have disconnect supervision or when trying to do
accounting and billing on the user.
Here is the 'normal' situation when a user tries the setup a 3 way
conference once
2013 Apr 09
1
[OpenSIPS-Users] 404 When BYE initiated by external callee
On Tue, Apr 9, 2013 at 1:22 PM, Bogdan-Andrei Iancu <bogdan at opensips.org>wrote:
> **
> Hi Nick,
>
> The BYE is not properly formed and rejected by script - in the 200 OK of
> the INVITE, you can see that your opensips is doing Record-Routing, but the
> BYE does not contain the corresponding Route hdr, so SIP routing is
> impossible.
>
> Regards,
>
>
2002 Aug 09
1
OGG header
hello,
I am writing an OGG tag editor, but I have a problem with a part of the header.
Here is a part of a file header in hex <g>:
<p>00000000: 4F 67 67 53 00 02 00 00 - 00 00 00 00 00 00 01 03 OggS______________
00000010: F2 4D 00 00 00 00 BC 1B - FB E9 01 1E 01 76 6F 72 _______________vor
00000020: 62 69 73 00 00 00 00 02 - 44 AC 00 00 00 00 00 00 bis_______________
2015 Jun 17
1
Can't login to Windows 2012R2 with domain user
Thank you!
Does it possible to convert this git diffs -
https://attachments.samba.org/attachment.cgi?id=11162 to common patch? I
would like to apply it to Sernet packages sources and rebuild it for test.
On Wed, Jun 17, 2015 at 6:05 PM, mourik jan heupink <heupink at merit.unu.edu>
wrote:
> Perhaps this:
>
> https://bugzilla.samba.org/show_bug.cgi?id=11061
>
>
> On
2001 Mar 01
1
a directory refresh bug in dos.
I'm very sorry, but I cannot find any way to send you my bug report.
(The email account samba-bugs is disabled, while it can be found on the
web page http://de.samba.org/samba/bugreports.html)
Can you please send my bug report to the right place, or tell me what
should I do to send it to the right person?
Thank you very much!
Bogdan Zavalnij
system administrator
---------- Forwarded
2017 Jun 06
0
integrating 2 lists and a data frame in R
Hi Bogdan,
Kinda messy, but:
N <- data.frame(N=c("n1","n2","n3","n4"))
M <- data.frame(M=c("m1","m2","m3","m4","m5"))
C <- data.frame(n=c("n1","n2","n3"), m=c("m1","m1","m3"), I=c(100,300,400))
2002 Sep 29
1
Win2k/XP problem displaying free space fixed in 2.2.5?
Hi List,
can I assume that the problem with win2K/XP displaying wrong free space
of a samba share is fixed in Samba 2.2.5. ?
I found a hint on that in the following message from Jeremy Allison to
th samba-tec list:
"20. 2002-05-09 Re: WinXP and Win2K see wrong free space on Samba 2.2"
but can't figure out wether the issue is really solved.
I need this for a cutomer, but
2017 Jun 06
1
integrating 2 lists and a data frame in R
Here's another approach:
N <- data.frame(N=c("n1","n2","n3","n4"))
M <- data.frame(M=c("m1","m2","m3","m4","m5"))
C <- data.frame(n=c("n1","n2","n3"), m=c("m1","m1","m3"), I=c(100,300,400))
# Rebuild the factors using M and N
C$m <-
2010 Apr 09
4
zfs send hangs
My zfs filesystem hangs when transferring large filesystems (>500GB)
with a couple dozen snapshots between servers using zfs send/receive
with netcat. The transfer hangs about halfway through and is
unkillable, freezing all IO to the filesystem, requiring a hard
reboot. I have attempted this three times and failed every time.
On the destination server I use:
nc -l -p 8023 | zfs receive -vd sas
2010 Apr 15
2
sequence clustering and assembly
Dear all,
please could you suggest any R functions or packages (or external programs),
that
a. take as input a large number (> 10 000) of short 20-30 nt sequences, and
do
sequence assembly, to reconstruct larger (extended) 30-50 sequences ?
b. take as input a larger number of sequences (100 000 - 1 mil) and cluster
these
sequences in distinct classes based on the sequence similarity ?
2016 Oct 27
1
Integrating remote Samba DC in existing 2012R2 AD
Hello all!
We have Windows-base AD with 2012R2 level. I would like to provide
authentication and GPO in our new remote branch office. Basically, there
are two ways:
1. Samba-only domain + trust relationship main AD.
2. Remote Samba DC as members of existing AD maintainig same set of users.
FAQ says that 'trust' is useless due to group membership restrictions. But
what about second
2017 Aug 23
0
splitting a dataframe in R based on multiple gene names in a specific column
Hi Bogdan,
Messy, and very specific to your problem:
df.sample.gene<-read.table(
text="Chr Start End Ref Alt Func.refGene Gene.refGene
284 chr2 16080996 16080996 C T ncRNA_exonic GACAT3
448 chr2 113979920 113979920 C T ncRNA_exonic LINC01191,LOC100499194
465 chr2 131279347 131279347 C G ncRNA_exonic LOC440910
525 chr2 223777758 223777758 T A
2009 Aug 27
1
distinct elements of a vector
Hello,
I have the vector (a,b,a,c) and I trying to obtain it's distinct elements in
another vector.
Is there a function that can do this?
Thanks,
Bogdan
--
View this message in context: http://www.nabble.com/distinct-elements-of-a-vector-tp25168032p25168032.html
Sent from the R help mailing list archive at Nabble.com.
2010 Sep 29
0
Successive Dial apps give hang up within 30s!!
Hi All,
I am using an Asterisk 1.6.2.6, and when I use this part of the dialplan:
exten => 8355,1,Dial(SIP/${EXTEN}&IAX2/${EXTEN},18,tTWwr)
exten => 8355,n,Dial(IAX2/8366,48,tTWwr)
(i made that simple to exhibit issue)
I got just 1 ring in 8366 extension before it hangup, what i noticed is the
total time spent on ringing is 30s that means if i use 12s in the first dial
i get 18s left
2017 Jul 03
0
reshaping the data
Hi
Do you want something like
dcast(test, Sample~Gene, fun=function(x) paste(x, collapse=","))
or
dcast(test, Sample~Gene, fun=function(x) sum(as.numeric(x)))
1 means INDEL, 2 means SNV and three means both
Cheers
Petr
> -----Original Message-----
> From: R-help [mailto:r-help-bounces at r-project.org] On Behalf Of Bogdan
> Tanasa
> Sent: Monday, July 3, 2017 9:22 AM