similar to: Newbie Help - Auto Fallthrough

Displaying 20 results from an estimated 1000 matches similar to: "Newbie Help - Auto Fallthrough"

2004 Aug 30
1
Voicetronix OpenLine4 immediately hangs up on every call
Hi we've got Asterisk CVS-HEAD 18-Aug-04 (modified by Voicetronix as available on their site for use with the vpb driver) and an OpenLine4 (4xFXO). The same server also has two X100P. Calls on the Voicetronix card drop instantly when the called party picks up. The vpb driver reports that it detected a hangup (loop drop) yet there is no hangup when connecting the X100Ps or analog phones to
2004 Aug 27
0
Voicetronix Segmentation Fault
Hi, I am using a voicetronix OpenLine4. I downloaded a recent asterisk CVS from voicetronix webpage but have had no luck to reduce echo on outgoing calls and for it not to crach on incoming calls. I dont think both problems are related though. Here is an output of what happens when a new call comes in and my voicetronix tries to pick it up and crashes asterisk: > vpb/1-1: Event
2004 Aug 29
0
Help debugging voicemail problem
Hi, I am fairly new to asterisk. I am currently testing my first setup. I've been able to debug most of the problems to make asterisk work with my hardware setup until this time. Currently I have the following issue: Voicemail is running but when I test to leave a voicemail thru my incoming PSTN channel (voicetronix / vpb), asterisk will not detect sound (according to the log) on that
2006 Apr 29
4
Event.observe mystery
Hi, I have a class ''Menu'' with a method ''addItem''. The method (simplified) looks like this: addItem: function(itemId, text) { this.container.innerHTML += ''<div id="''+itemId+''">''+text+''</div>''; Event.observe(itemId, ''mouseover'',
2012 Nov 23
1
Adding a function with default parameters into the Rcmdr menu
Hi everyone, I made some tests with Rcmdr, to add a function with default parameters : For example (very simple): myfunction<-function(var="314"){ print("hello") print(var) } if I run myfunction() directly i see : > myfunction() [1] "hello" [1] "314" it's ok. But if i edit de Rcmdr-menu.txt (in
2014 Dec 22
0
Yum error
Hi there, I've installed C7 and I'm trying to use targetcli and other. Until yesterday all works good. Today I've runned yum update, that has updated glibc. Then I installed targetcli and targetd. After some operation on an md device like mount/umont. After this, during yum install lsof I get: ..... Install 1 Package Total size: 331 k Installed size: 927 k Is this ok [y/d/N]: y
2004 Apr 26
1
troubles working with Voicetronix Openswitch12
dear Hackers, i have a voicetronix Openswitch card, and i have been finding it very dificult to get it to work with asterisk. i intend to connect 8 ports to the PSTN and 4 as station ports. problem 1: On running asterisk all i get at first i get : event[9=>[11] station OFF hook] on vpb/1-12 even [12=>[11] loop drop on vpb/1-12 event [12=>[11] Tone detect:GRUNT event [2=>[11] Dial
2013 Mar 06
2
Refresh a partial onClick using ajax call in rails 3.x
Hi All, I want to refresh a partial onClick, onClick i am making ajax call and getting the data but i am unable to refresh the partial. here is the code IN views: home.html.erb $(document).ready(function() { var currentCellText; $(".inline").click(function() { currentCellText = $(this).text(); $.ajax({ type: ''GET'', dataType: "json",
2003 Dec 16
2
Help! VoiceTronix Multi FXO/FXS Problem
Hello, Hacker I install VoiceTronix OpenSwitch 12 port PCI Telephone Card, and setting vpb.conf, extensions.conf following My problem is: When i dial to fxo(channel 9-12), it is ok, but when i continue press exten 102, the channel crach with error messages following exception caught: VPBAPI_DIAL_INVALID_LEVEL, file: vpbdial.cpp line:872 Do i ignore some setting for VoiceTronix OpenSwitch12
2008 Jan 18
1
Noob question for wxMenu.get_menu_items()
How do I iterate through the pseudo-template list class containing wxMenuItem pointers. Am still a bit of a Ruby/wxRuby noob. Currently have this: pp mymenu.get_menu_items() which prints: #<SWIG::TYPE_p_wxMenuItemList:0x4634fa8> However when I try to do: mymenu.get_menu_items().each {|key| ...} it tells me there is no each method for this class (SWIG::TYPE_p_wxMenuItemList)
2007 Feb 28
0
Asterisk 1.4 does not load chan_vpb.so
Hello all, We had an experimental system which works on OpenLine4 telephony card and Asterisk 1.0.9. Customer asked to upgrade Asterisk to 1.4, then we found our problem: At first Asterisk 1.4 does not compile chan_vpb.so. The problem is it tries to compile chan_vpb.cpp to chan_vpb.o and chan_vpb.oo, then try to link them together. I manually compiled it, then make went smoothly. But it
2007 Jul 02
0
trying to get vpb to compile
So I've got a Voicetronix card and it looks like the kernel driver works. Other than the 0's for ID info. vpb: Driver Version = 4.0 vpb: major = 251 vpb: tmp [0xfc8fec00] dev->res3 [0xfc8fec00] vpb: tmp [0xfc8c0000] dev->res2 [0xfc8c0000] vpb: 1WS Write cycle vpb: Manufactured 00/00/0000 vpb: Card version 00.00 vpb: Serial number 00000000 vpb: Setting up udev... vpb:1 V4PCI's
2005 Jan 04
1
Call(out) routing
Good day all I had a look at the extensions.conf sorting http://www.voip-info.org/wiki-Asterisk+config+extensions.conf+sorting What I'm trying to do is route all my cellphone number threw a channel and all other calls threw the other 3 channels Cellphone numbers are 10 number,i.o.w XXXXXXXXXX. This is what I tried but it doesn't seem to work,please help Thanks Altus extensions.conf
2003 Jul 28
0
Loop Drop on vpb/1-7
Hi list, anyone know what is going on here? I don't get any sound from the out clip & I get the following when I dial in to asterisk (after which it just times out): -- Event [0=>[06] Ring] on vpb/1-7 -- Executing Wait("vpb/1-7", "2") in new stack Read_channel ## vpb/1-7: Setting record mode, bridge = 0 -- Executing Answer("vpb/1-7",
2005 Jan 05
1
Read() timeout hangs up the line
Hi list, I am having some difficulty implementing a certain dialplan where the following happens. If the first Dial() is not answered, I want to play a small greeting then ask the caller to either hold the line (try calling again) or press 1 to leave voicemail. exten => s,1,Dial(${BLAH},10,Tt) ; Dial 10 sec exten => s,2,Answer exten => s,3,Playback(greeting)
2003 Oct 13
3
Error
When dialling in and dialling my extension, when answered I get " Read_channel ## vpb/1-3: Setting record mode, bridge = 0 WARNING[20499]: File chan_sip.c, Line 1111 (sip_write): Asked to transmit frame type 8, while native formats is 4 (read/write = 4/4) == Spawn extension (default, 1004, 1) exited non-zero on 'vpb/1-3' -- hangup on vpb (vpb/1-3) -- Hungup on vpb/1-3 complete --
2005 Sep 25
0
VPB Driver Question
Hi, I hope some can help me out, as I have a problem with the vpb driver in *, and I am hoping someone has hit these issues and can offer some advice. First off, I'm connected to a British Telecom SystemX exhange with the local Tel Co. I can ring out fine, but when the callee on POTS answers, the vpb driver detects a loop drop and immediantly disconnects the call. I have currently set
2003 Dec 03
1
Asterisk with Voicetronix OpenLine4 card
hi there, i've been able to successfully run asterisk with the Voicetronix OpenLine4 card, it can accept calls and function normally. The only problem I'm experiencing so far is getting the card to outdial to a third party. What I'm trying to achieve is basically call bridging, where the caller dials in to asterisk, some IVR plays and then attempts to perform a "transfer"
2008 Jan 03
0
Wx::Menu, get parent menu functions?
I have been looking in the API Docs for get_parent type stuff for the Menu''s - so I can track a click path across sub-menus and have not found anything. Are there really no functions for that or did I just miss the right place to look? If it is true then consider this below: class MyMenu < Wx::Menu def initialize(mymasterclass, name = nil, id = -1, parent_menu = nil, title =
2006 Mar 10
1
Add_Item Help
I was using the simple menu with this configuration: DEFAULT MyMenu PROMPT 1 TIMEOUT 10 ONTIMEOUT LocalBoot ALLOWOPTIONS 0 IMPLICIT 0 NOESCAPE 1 MENU MAST PASSWD <password_omitted> MENU TITLE Bootable Options: LABEL MyMenu MENU HIDE KERNEL pxelinux.cfg/menu.c32 label Remote Instalation Server kernel memdisk/memdisk append initrd=RisMenus/RisDisk.IMg Now I'm