similar to: Call are established, but voices can't be heard

Displaying 20 results from an estimated 1000 matches similar to: "Call are established, but voices can't be heard"

2011 Mar 19
1
Getting No Antenna bar when behind a NAT
My Asterisk server is behind a NAT and I have set: ---------------------------------------------------------------------------- externhost="my.server.address" externrefresh=180 localnet=192.168.0.0/255.255.0.0 localnet=10.0.0.0/255.0.0.0 localnet=172.16.0.0/12 nat=yes --------------------------------------------------------------------------- in [general] section of sip.conf. I can
2017 Sep 07
1
A FAQ: is it mandatory to include the local IP address classes in the global VPN address class?
Hello, Since the present tinc documentation is not very clear about this, please explain the following: is it mandatory to include the local IP address classes in the global VPN address class? Namely, please consider the following setup (which works great in practice): 1. A tinc VPN, full mesh, with n nodes (n > 3) 2. tinc runs on the firewall, which is also the default gateway for each
2011 Mar 03
3
Testing from where number is...
Hi! My customer want's to allow calls to landlines in EU and US and disallow calls to cells in EU. Rest of countries are blocked. Country blocking is easy... Is there a service that allows checking phone number? Maybe some specific Enum? I ask for number and server responds with info, for example: "Cell Phone, Belgium" or "Land Line, Germany". -- Piotr Gorski
2011 Apr 16
4
Jabber / GTalk / hints
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi! Are hints not yet implemented in res_jabber? I have this here: exten => 3000,hint,gtalk/gtalk_account/mari.xxxxxxx at gmail.com But the hint doesn't show any difference. It always shows online on the phone and core show hints always shows that: 6003 at internal : SCCP/6003 State:Unavailable Watchers 0 6002 at internal :
2010 Nov 10
1
CentOS Digest, Vol 70, Issue 10
I listened to your email using DriveCarefully and will respond as soon as I can. Download DriveCarefully for free at www.drivecarefully.com Sent via my BlackBerry from Vodacom - let your email find you!
2017 Apr 06
2
Can not change the share permissions
Hello all; In my network I have a server with samba4 as AD DC and two domain members as file servers with samba4. One of then work property, but the other not. My samba4 AD DC version is compiled from sources: [root at gtmad ~]# samba -V Version 4.5.5 The samba4 as domain member (files server) are installing from .rpm packages of CentOS7. [root at gtmpve /]# uname --all Linux
2011 Apr 15
3
sip error logging
I recently noticed that asterisk is not logging unknown sip connections. I'm not sure if I've broken something or if asterisk itself has been broken. the last entry I have is: /var/log/asterisk/messages.9:[Feb 10 23:58:48] NOTICE[9868] chan_sip.c: Registration from '<sip:22942 at 10.0.0.3>' failed for '10.0.0.228:5060' - No matching peer found my logger.conf
2011 Apr 16
4
Jabber / facebook chat?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, has anyone managed to establish an XMPP connection to the facebook Jabber servers? I'd like to send messages on missed calls vie FB. - -S - -- (o_ Stefan Gofferje | SCLT, MCP, CCSA //\ Reg'd Linux User #247167 | VCP #2263 V_/_ Heckler & Koch - the original point and click interface -----BEGIN PGP
2011 Mar 22
3
Act! Integration
Is there any integration for ACT! and asterisk? I've googled for hours and haven't been able to find anything. Thanks David [cid:image001.png at 01CBE88E.66E8E450] -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110322/ecc019cc/attachment.htm> -------------- next part --------------
2011 Mar 22
1
How to use Atxfer in AMI
Hi folks, I repeat "as is" the title of a post someone did a few months ago, since I am facing the same problem and did not see one single answer to his post. Maybe I'll be a little bit more lucky. When I'm trying to issue an Atxfer AMI command, in the asterisk 1.8 branch, what happens is that some DTMF's are sent, like this : [Mar 22 15:46:27] DTMF[5910]: channel.c:3900
2011 Mar 03
4
SIP Provider Recommendation in US
I am becoming frustrated with our current VOIP provider. Does anyone have any suggestions for a provider that supports asterisk well and provides solid service? Voip-info.org has a husge list of providers, but it is impossible to tell the fly-by-night operations from the reputable providers. --Brent -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Mar 22
3
Asterisk PRI back-to-back connect
Hey Guys! We have two Asterisk with A102D Sangoma cards now i want to connect them back-to-back over PRI line via Cross-cable so what would be the configuration specially timing source and all? anybody did it before like this ? I want to make sure everything before putting in production.. (saving my downtime) -S -------------- next part -------------- An HTML attachment was
2011 Feb 18
3
FAX on PRI to MFCR2
Hi, I am having issues sending and receiving fax on my asterisk setup. Currently I have a server that has 2 x E1 TDM cards one is sangoma and the other one is openvox. Both support echo cancellation. One of the e1 is connected to our telco provider via mfcr2 where all our incoming calls originate. On the other end is a pri connection going to HICOM PABX where the local attached to a fax is
2012 Sep 09
1
Addition of Eucalyptus to IaaS section
Hello there, I?m not sure if this is the right mailing list, but I?d like to see if we can add Eucalyptus to the IaaS page here: http://libvirt.org/apps.html#iaas Please let me know what is required in order to add us? Thanks very much, *_________________________* *Eric Choi - *Product Marketing *Eucalyptus Systems* www.eucalyptus.com +1 508 348-9778 Follow us on Twitter
2011 Mar 28
8
CDR MYSQL missing field data
Hello, I have Asterisk-1.8.3.2, dahdi-linux-complete-2.4.1+2.4.1, and libpri-1.4.11.5 installed and running on a Ubuntu 10.04 server all built from source. Everything is working nicely except one small issue. The CDR records are stored in the CSV file correctly and complete. The MySQL storage is working as it should and is automatically updating all the fields except the CLID field. I have
2005 Feb 22
4
round() - strange results
Hello, I found that round() does not behave as I expected. Have you had similar experience as following? > x<-seq(0.5,10.5,by=1) > x [1] 0.5 1.5 2.5 3.5 4.5 5.5 6.5 7.5 8.5 9.5 10.5 > round(x) [1] 0 2 2 4 4 6 6 8 8 10 10 > cbind(x,round(x)) x [1,] 0.5 0 [2,] 1.5 2 [3,] 2.5 2 [4,] 3.5 4 [5,] 4.5 4 [6,] 5.5 6 [7,] 6.5 6
2005 Jul 13
3
How to increase memory for R on Soliars 10 with 16GB and 64bit R
Dear all, My machine is SUN Java Workstation 2100 with 2 AMD Opteron CPUs and 16GB RAM. R is compiled as 64bit by using SUN compilers. I trying to fit quantile smoothing on my data and I got an message as below. > fit1<-rqss(z1~qss(cbind(x,y),lambda=la1),tau=t1) Error in as.matrix.csr(diag(n)) : cannot allocate memory block of size 2496135168 The lengths of vector x and y are
2012 Jun 01
2
Partial R-square in multiple linear regression
Hello, I am trying to obtain the partial r-square values (r^2 or R2) for individual predictors of an outcome variable in multiple linear regression. I am using the 'lm' function to calculate the beta coefficients, however, I would like to know the individual % contributions of several indepenent variables. I tried searching for this function in many R packages, but it has proven elusive
2008 May 02
1
A horizontal or vertical line draw on mosaic plot?
Hi, I want to have a horizontal line on a mosaic plot with "vcd" package. This would give me an idea where is 0.5 proportion in a cell. Using "mosaicplot" function of "graphics" package, I can draw a line using "abline." But, with "mosaic" function of "vcd" package, I have tried to use "abline" function, which complains
2011 Jan 30
5
How to relocate $HOME directory
Hi there, As you know, $HOME is generally located at "/home/$username" by default. I would like to re-locate all users' $HOME directories to something like "/export/home/$username" without having a hassle/trouble. Initially, I've thought of just copying them to the new directory (under /export/home/xxx), but guessed it might trouble for the normal use (I'm pretty