similar to: extension exited non-zero...

Displaying 20 results from an estimated 10000 matches similar to: "extension exited non-zero..."

2003 Apr 11
1
extension exited non-zero
I keep getting errors after every call hangs up: *CLI> -- Starting simple switch on 'Zap/2-1' -- Executing Macro("Zap/2-1", "roll2vm|Zap/9") in new stack -- Executing Dial("Zap/2-1", "Zap/9|18") in new stack -- Called 9 -- Zap/9-1 is ringing -- Zap/9-1 is ringing -- Zap/9-1 is ringing -- Zap/9-1 answered Zap/2-1
2003 Nov 05
2
spawn extension (inbound , h, 1) exited non-zero
2007 Sep 05
1
Spawn extension (default, 1002, 2) exited non-zero on 'SIP/host-0819d0d0
Hi i generate a call from the dialplan in this mode: exten => 1002,1,Answer() exten => 1002,2,Dial(SIP/user at host) the call is generated, but after some seconds it is interrupted, here the asterisk log: *CLI> -- Executing Answer("SIP/host1-0819d0d0", "") in new stack -- Executing Dial("SIP/host1-0819d0d0", "SIP/caller at host") in new
2004 Sep 14
2
Spawn extension.....exited non-zero
I am recieving inbound calls to my asterisk box over IAX. And getting "spawn extension....exited non-zero" errors. Im not entirely sure what this means, and would appreciate any help in fixing my problem. FYI: ********** is the inbound phone number x.x.x.x is a remote asterisk box calling my own asterisk box. When I choose it to dial an internal extension using this dialplan: exten
2005 May 09
2
AGI - How to Make Calls and Bridge to Original Incoming
I need to accept an incoming call, make a series of outgoing calls, and once I find someone willing to accept the call, bridge the original incoming call to the outgoing call. Using Dial from an AGI script isn't enough because once the Dial'ed number connects, the call is immediately bridged and I need to ask the called party if they will accept the call. I can see a couple of
2013 Aug 01
2
Kernel selection by hardware?
Hello, is it possible to select the default boot image by hardware properties? I corrently boot a couple of laptops fom a single USB stick and I would like to select the default kernel image automatically. Sven -- Trotz der zunehmenden Verbreitung von Linux erfreut sich der B?r, und - dank Knut - insbesondere der Eisb?r, deutlich gr??erer Beliebtheit als der Pinguin. (Gefunden bei
2008 May 19
2
god - start command exited with non-zero code = 1
Hi, I''m trying to use god to monitor my mongrels. When they are running everything looks OK but when a mongrel process dies and god tries to restart it I get the following error: command exited with non-zero code = 1 The weird thing is that if I try use the exact same command as god is using but on the command line then the mongrel starts back up. I''ve seen this error
2006 Oct 23
1
Macro 'exited non-zero'
Can someone tell me if this indicates a problem? What does it mean when a macro exits != 0 ? Spawn extension (macro-syst_FindAppServer, s, 5) exited non-zero on 'SIP/xxx.yyy.142.186-b7515f98' in macro 'syst_FindAppServer' Thanks, Doug.
2011 Oct 27
1
delete lvm problem: exited with non-zero status 5 and signal 0
hi, I use the libvirt-python to manage my virtual machine. When I delete a volume use vol.delete(0), sometimes it note me that has occur the error: libvirtError: internal error '/sbin/lvremove -f /dev/vg.vmms/lvm-v097222.sqa.cm4' exited with non-zero status 5 and signal 0: Can't remove open logical volume
2007 Jan 25
1
unable to create channel, in strange state, exited non-zero, etc.
I'm having various issues that may or may not be related to each other (I'm pretty sure they are). We've had this system for a year now (quad T1 card, right now we have 1 T1 coming in, 2 going out to channel banks) and we've had intermittent "ghost" calls--it appears that what is happening is a call is made, the number being called is disconnected/busy/answering
2005 Mar 03
0
FW: (still problems) Dialing phone number and extension together to avoid listening to voice menu (incoming call)
Thanks a lot for all the suggestions! Unfortunately, it still gives problems. Most common error message is "ast_realaudio_callback Failed to write frame" after "paying the beep". Then it says "User disconnected". Also, it doesn't react to any extension entered and doesn't do any forwarding (as it should in "exten =>
2006 Jan 16
0
FW: Exited non-zero
I am working on this app to dial two external numbers. The second is dialed after the first hangs up. I have simplified things down to: exten => 3852,1,Dial(zap/g1/3964,10,g) exten => 3852,2,Wait(2) exten => 3852,3,Dial(zap/g1/7757,10,g) exten => 3852,4,Hangup Here is the debug: -- Accepting call from '0000000000' to '3852' on channel 0/23, span 1 --
2011 Sep 19
2
Poisson-Gamma computation (parameters and likelihood)
Good afternoon/morning readers. This is the first time I am trying to run some Bayesian computation in R, and am experiencing a few problems. I am working on a Poisson model for cancer rates which has a conjugate Gamma prior. 1) The first question is precisely how I work out the parameters. #Suppose I assign values to theta with *seq()* *theta<-seq(0,1,len=500)* #Then I try out the
2003 Apr 10
2
exited non-zero
I've been beating myself up over this script but clearly I'm missing something. If I enter an extension like 101 it rings through fine, but if I pick 2 for sales it hangs up with this message: == Spawn extension (sales, s, 1) exited non-zero on `Zap/1-1' Since I'm not sure what that exacly means I cannot take appropriate action. Any help would be appreciated. [default]
2004 Jan 11
2
macro error "exited non-zero"
On this macro I keep getting exited non-zero on s,3, but s,3 is doing what it is suppose to do but the macro stops. Is there a way to make a macro ignore errors and continue to s,4? I have the lattes ver of sox 12.17.4. Also if I just run this line from the command line I don't get an error. [root@redhat monitor]# sox in.wav in-rev.wav reverse [root@redhat monitor]# [macro-record-cleanup]
2003 Apr 26
6
DynExtenDB
I have been fooling around with DynExtenDB and run into two glitches. 1) The code is looking for (chan->dnis) and in my case I find (null). I forced (chan-dnis) to be the same as (chan->exten). So far so good. Now I can connect and talk. This lead me to the second glitch. 2) As soon as the call ends by hanging up, the code issues a (ast_spawn_extension). This causes asterisk to drop
2013 Aug 01
0
Kernel selection by hardware?
Am 01.08.2013 10:24, schrieb Sven Geggus: > Hello, > > is it possible to select the default boot image by hardware properties? This depends on which properties... > I corrently boot a couple of laptops fom a single USB stick and I would like > to select the default kernel image automatically. Is ifcpu.c32 or ifcpu64.c32 sufficient for your task? In LessLinux I use those to either
2003 Sep 11
0
more roaming profile woes after upgrading to 2.2.8a
I upgraded one of my samba boxes to 2.2.8a after all kinds of problems with roaming profiles not loading corrently. Everybody can now log in (as log as the w2k machine has sp3 or newer) but I still get the following error: Cannot start microsoft outlook. This happens on w2k prof and on my w2k terminal servers. I could fix the workstations by adding their user account to the local
2008 Nov 02
0
FLAC Test files
I thought the "test" part of the source was like a unit test for the whole FLAC package and not exactly what I was looking for. I'm more interrested in if diffent bit in flac files will still have the right amplitude when I play my files in my implementationn, and if I'm mapping multichannel files to the right speakers is done corrently in my implementation. But what
2007 Jan 25
2
React on select_tag (onchange)
Hi, I''m new in developint rails (but I love rails). I would like to react on changing a field in the view (no model field) from a selection box to show the number of rows (which I used in the controller). In the controller I read the params-hash: ... @rowsperpage = params[''rowsperpage''].to_i ... In the view I have the field, where I like to react directly. ...