similar to: CAPI Calls Don't Bridge

Displaying 20 results from an estimated 300 matches similar to: "CAPI Calls Don't Bridge"

2003 Dec 18
1
SIP Inuse Count Wrong
I am currently using a copy of Asterisk checked out as the code of 10 days ago from Asterisk and the: sip show inuse reports that I have 3 incoming connections to one of the Grandstream phones, even though that isn't the case. I believe I have tracked the problem down to the following error message, which also (conveniently) showed up 3 times: -- Got SIP response 481 ""
2003 Oct 26
1
NuFone International Calls
Does anybody know how to do an international call using NuFone. I realise this isn't really the place to ask, but NuFone appears to be closed for the weekend and would like to have a try at this before tomorrow. I assumed it would be '011' for an international line followed by country code but that doesn't seem to work. I am getting: -- Executing
2003 Sep 28
0
Flash and Call Transfer
I am new to asterisk and have been playing with it for just a few days. The GrandStream BudgeTone-102 equipment I have allows me to do a blind transfer, but I am interested to know how to do something which isn't blind. I have managed to enable the call parking which allows me to send a call to extension 700 for somebody to collect, but it still seems rather awkward. I also have
2003 Dec 12
0
Translation time
When you look at 'show translation' you see: Translation times between formats (in milliseconds) but is this the number of milliseconds required to convert 1 packet of data, or the amount of time required to translate 1 second of data? I am assuming it is the time for 1 second. Thanks, Michael -- Michael T Farnworth Maxima Systems Ltd (http://www.maximasystems.com) 16 Woodbourne Sq
2004 Apr 07
1
chan_oss.c:461: error: too many arguments to function `ast_queue_frame'
I got this compiling the new cvs code ... any idea ? Tnx ! gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686 -DZAPTEL_OPTIMIZATIONS -DASTERISK_VERSION=\"CVS-04/07/04-11:28:50\" -DINSTALL_PREFIX=\"\" -DASTETCDIR=\"/etc/asterisk\"
2008 Apr 10
3
New to ruby, Need help
I''m attempting to make a simple program, just combine two images and output a .jpg file. Here''s what I have: class PicController < ApplicationController require ''RMagick'' def index im1 = Magick::Image.read(''1.jpg'') {self.size = "81x81"}.first im2 = Magick::Image.read(''2-1.jpg'').first result = im1.composite(im2,
2003 Dec 28
0
DTMF Error
Hello, On the Polycom IP 500 Phones, when I press the mic mute button, the mic on the speaker or headset goes muted. However when I press the mic mute button again, the call is terminated by asterisk. Asterisk shows a: WARNING[1236268096]: File channel.c, Line 1296 (do_senddigit): Unable to handle DTMF tone 'f' for 'SIP/####-####' I am using reinvite=no on the phones. After
2013 Apr 19
1
How to read a direct access file by connecting fortran with R ?
Hello all, I would like to read the specific line number row of a direct access file (which is stored as a n_row*n_col matrix of elements kind=p) without reading all the preceding lines (i.e 1,2,..,row-1). Is there a function in R that can perform this task? To solve my issue, I tried without to call Fortran from R by doing the following steps: I) I wrote a subroutine in fortran called
2003 Oct 09
0
Results SUSE 8.2 + server size
Hello All, Thanks to those that responded to my problem of compiling on SUSE 8.2. I was not able to get the compile done so decided to put RedHat 9 on this system. After getting a RedHat supported NIC and RedHat installed, Asterisk compiled cleanly, one SIP phone is connected and voice mail works. No other tests have been run yet. A couple of days ago, Michael Farnworth asked about the smallest
2004 May 07
0
Manager, command action
Is there a way to enable additional CLI commands in the manager, like add and remove extension? Even if you just point me to a place in source code, that's ok. Dmitri Pavlenkov Technical Support Im1 Web Hosting
2003 Oct 17
2
AGI problem (crash) in RH9
If you're using perl on RedHat 9 make sure you put this command somewhere in your boot scheme: export LANG=C or at least execute it before running perl scripts. Redhat has EVERYTHING set to LANG=UTF-8 and it screws up all sorts of perl stuff, and several other pre-written programs in other languages too MATT--- -----Original Message----- From: Ray Burkholder
2003 Oct 07
5
IAX and Jitter problem
Hello, I've been playing around with * for quite a while now, and have run into a problem that I just cannot seem to figure out. When using * and any IAX client (I have tested with GnoPhone and both clients from iaxclient.sourceforge.net) I have incredibly bad jitter on the connection. What I'm running is a P3-1Ghz machine with 512mb ram for a server. The other end has been
2005 May 26
0
capi dial in/out configuration
Hi all, I've recentrly starting to play around with *, when all I wanted is to configure an fritz ISDN card with A@H. Currently I'm stuck at the phase of what do I do with capi after everything is installed. I'm trying to understand how to setup incoming and outgoing calls at A@H since I'm getting a bit lost with the default dial plan. It seems that * answers but disconnect
2005 Jun 01
3
DTMF not working
Im trying to configure voicemail, but asterisk doesnt respond to dtmf codes. I uses kphone with g711u codec (I've tryed the others one) and in sip.conf I configure dtmfmode=rfc2833 (I've tryied inband and info). Asterisk seems not to "see" the tones. Could somebody help me? Thanks
2005 Jun 20
0
second isdn line doesn't work with avm c2 card
I have an asterisk installation connected to 2 isdn lines via an AVM C2 card. modules seems to load well, lsmod gives : c4 19588 4 b1 24192 1 c4 capidrv 28468 2 isdn 134604 9 capidrv slhc 7552 1 isdn capi 18112 4 capifs 6024 2 capi kernelcapi 46112 4
2004 Sep 21
0
Chan_capi: using both b-channels
Hi there, I just recently installed asterisk from cvs on SuSE 8.2 successfully. I was quite surprised since asterisk seems to be a quite complex and powerful application. I also installed chan_capi 0.3.5 and am using a Fritz!PCI card at an ISDN line (PtMP). I already got some basic extension schemes to work, e. g. the capi callback example from junghanns.net. One of my goals is to set up an
2013 Oct 14
0
Samba 4 internal DNS and reverse zones
Hi All, I currently have another thread open on squid authentication with Samba 4 and am going to try authenticating against kerberos instead of NTLM. According to the docs for the web filter I'm using, it's essential for Kerberos to be able to resolve reverse DNS so I've spent the last weekend trying to get this working. Various different documents and howtos exist but none of
2014 May 19
1
Zero byte files
Hi all, I have a Centos 6 box running samba-3.6.9 and I have a problem with files turning to 0 bytes after being edited and saved. One of the users reported that he changed the name of two files and both ended up sized 0 bytes and opening them revealed them to be empty. Has anyone had a similar problem? I've been looking for 3 days and there's obvious pattern to the events
2005 Mar 10
0
ISDN to SIP
Hello. If I receive a Phone call by ISDN or from SIP Provider, the Asterisk make some errors and the SIP Client don't react. The messages from Asterisk in verbose mode: er will net. Asterisk messages in Terminalmode: parse_srv: SRV mapped to host sip-ha.web.de, port 5060 Mar 10 00:02:17 NOTICE[5776]: chan_sip.c:7191 handle_request: Failed to authenticate user "unknown"
2003 May 06
2
capi + bri ?
Hello, I have som problems with my BRI/capi setup. I manage to call in to the system (some rows below). ---------------- -- Executing Dial("CAPI[contr1/16453]", "SIP/BYEXTENSION@janm|10") in new stack -- Called s@janm -- SIP/janm-63f5 is ringing -- SIP/janm-63f5 is ringing -- SIP/janm-63f5 is ringing ---------------- But I can't make outgoing calls from