similar to: There is no tone on an outgoing call

Displaying 20 results from an estimated 2000 matches similar to: "There is no tone on an outgoing call"

2007 May 23
3
TE205P, E1, Panasonic PBX and hang-up issues
Hey folks, I have a Digium TE205P working as a man in the middle: PRI line -------- Asterisk/TE205P -------- PBX The PBX is a Panasonic KX - TVP 100. Everything is working great except for one little issue. Asterisk isn't hanging up the PRI B channel when the PBX channel is hung up. I don't want to overload you with information but please ask if more is needed. I suspect I'm
2007 May 31
1
ringback detection
Hello, everyone. Could anyone explain me how does ringback detection works in asterisk. Sometimes, when making a call, my asterisk box doesn't detect a ringback and I just hear silence until the other party picks up the phone. I've checked the SIP messages and they are ok (I'm getting 183 "session in progress"), so I guess I should be debugging the RTP packets. From then on
2007 Feb 23
1
default "insecure" setting
Hello, everyone. I'm having a small problem when using asterisk with GUI. For every provider I create I have to set "insecure=invite,port" in users.conf. Is there a way to make it a default setting? Thanks in advance.
2010 Sep 06
2
Is it possible to keep both call legs live after Dial()
Hi folks, After a fairly extensive Google trawl, I don't think the following is possible but would appreciate confirmation from anyone else who has tried something similar. I have an AGI (not particularly relevant) which is executed when someone calls into a specific extension. This AGI finds a suitable 'agent' (not actually a queuing system in the Asterisk Queue sense) and Dial()s
2006 Feb 05
30
Emacs rails.el
Features: * Management WEBrick - start, stop * Viewing log files * Abbrev from TextMate * Switching between View/Action http://www.emacswiki.org/cgi-bin/emacs/rails.el
1999 Jul 20
2
tensor() function and sets
Hi Everyone, To complete the outer() and kronecker() functions in the base, may I suggest the following tensor() function, which allows the multiplication of arrays through sets of conformable dimensions. I am happy to write a help page if required. The code also needs a setdiff() function which prompts me to ask: what about simple set functions? I expect many of us have written our own
2012 Feb 13
23
Set nodatacow per file?
Hello, is it possible to set nodatacow on a per-file basis? I couldn''t find anything. If not, wouldn''t that be a great feature to get around the performance issues with VM and database storage? Of course cloning should still cause COW. Thanks, Ralf-Peter -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to
2016 Apr 19
2
state of the lld linker for aarch64
Hi, Some time ago there were some information about aarch64 support for the lld linker project: http://lld.llvm.org/open_projects.html#elf-aarch64 Right now there is no such information. Also there is some presentation described that the simple application can be linked using lld: http://llvm.org/devmtg/2016-03/Presentations/EuroLLVM%202016-%20New%20LLD%20linker%20for%20ELF.pdf What is the
2016 Apr 21
2
lld and linker scripts
Hi, I tried to use linker script with lld (this script works just file with GNU ld). I got a problem with defining new symbols and assign values (addresses) to them. For instance I got the following code in the linker script: SECTIONS { _exec_sym = 0; ... After using lld command with the --script option I got the following error: line 3: : expected, but got = _exec_sym = 0; ^ As
2002 Jul 01
1
samba PDC & XP
Hi I can't join to samba 2.2.5 PDC with WinXP. Is samba PDC works with XP? I use Samba-HOWTO-Collection.pdf, build smb.conf, but it doesn't work. debug level 0 doesn't show error, level 1 too. level 2 give 45k log, but I'm not good in samba. I could't understand, what happend. Could anybody help me? Dima mailto:samba@asv.ru
2007 Dec 19
3
array addition
Hi suppose I have two arrays x1,x2 of dimensions a1,b1,c1 and a2,b2,c2 respectively. I want x = x1 "+" x2 with dimensions c(max(a1,a2), max(b1,b2),max (c1,c2)) with x[a,b,c] = x1[a1,b1,c1] + x2[a2,b2,c2] if a <=min(a1,a2) , b<=min (b1,b2), c<=min(c1,c2) and the other bits either x1 or x2 or zero according to whether the coordinates are "in range" for
2007 Jul 09
2
Very bad TDMF tone !
hello, all of asteriskers: i am using tdm400P in my office. i tested that TDMF generated by asterisk is so bad. the sound is very soft and quality is so bad. i am using asterisk 1.2.18. most of time, the # key can not be detected correctly. Does anyone has that problem? please give me a hit for that problem! thanks! zhu --------------------------------- ????????3.5G???20M???
2011 May 08
1
no ringback tone on outgoing call PRI line
Hi, I have PRI configured and up but when i am dialing outside i am not getting any ringback tone but my call is connected. following is my example SIP----------------->PRI ------------> mobile I have set progress=yes in chan_dahdi.conf but still not working if i call inbound from my mobile to internal extension ringing working please help me -S -------------- next
2004 Jul 25
2
file index-mail-headers.c: line 408 (index_mail_get_header): assertion failed: (ret != 0)
FreeBSD 4.10-RELEASE, dovecot-1.0-test29 crashes on sort and thread commands: Jul 25 15:12:08 owl dovecot: imap-login: Login: dima [81.19.64.101] Jul 25 15:12:26 owl dovecot: IMAP(dima): file index-mail-headers.c: line 408 (index_mail_get_header): assertion failed: (ret != 0) Jul 25 15:12:26 owl dovecot: child 20384 (imap) killed with signal 6 (gdb) bt #0 0x281e0fc4 in kill () from
2005 Jun 17
0
No ringing tone on outgoing SIP trunk
Hi! I have configured a SIP trunk with a dialing rule. The trunk behaves normally for incoming calls but when in used for outgoing call a strange thing happens. When I place a call I cannot hear the tone confirming that the remote phone is ringing. I simply hear the voice as soon as the party picks up. When the remote phone start ringing Asterisk receives a SIP packet stating that the call is
2005 Feb 04
3
No ring tone on Outgoing calls
Hi there i have some problems with some clients of my asterisk box, i have some cases when a client tried to make a call and there is no ring back only a silence and then the call hung up. I dont know why this is happening. I have the following stable asterisk version: CVS-v1-0-01/18/05-19:49:31 I did the an update a few days ago, the version that i had installed before was:
2012 Jun 28
2
[LLVMdev] Why some registered passes are not available through opt?
Dear LLVM, I'm trying to understand why opt tool does not know some of the registered passes, for example, -targetpassconfig, -gc-lowering, -unreachableblockelim, -unreachableblockelim, -stack-protector, -machinemoduleinfo. This prevents me from using bugpoint to reduce the crash in backend. As I understand, they should be registered and available through the command line in the same way as
2012 Jul 31
1
[LLVMdev] How to create a mangler instance from target machine?
Dear LLVM, Might be a easy question for someone, but not for me now. Consider there is a TargetMachine instance. Having this target, how could you get a corresponding Mangler class instance? Mangler depends on MCContext, which is connected with LLVMTargetMachine inherited from TargetMachine. However, LLVMTargetMachine is only available for targets machines implementations, and not available
2010 Jun 29
2
Matrix operations
Hello I have a quick question. I need to compute matrix in R, like A <- t(X) %*% solve(V) %*% X, where X is a vector and V is a matrix This code works, but now i want to optimize it. I have try: A <- crossprod(X, solve(V)) %*% X Is there another, better way? WBR Dima [[alternative HTML version deleted]]
2013 Feb 27
4
[LLVMdev] GSoC 2013
Dear All, GSoC 2013 is coming! This means it's a good time to refresh the Open Projects pages. So, please, add your ideas there, remove old / unimportant stuff, tweak current ideas. It's really important to have these pages up-to-date by the time of GSoC (next couple of weeks). Your help is needed! -- With best regards, Anton Korobeynikov Faculty of Mathematics and Mechanics, Saint