similar to: Reducing echo on FXS port

Displaying 20 results from an estimated 2000 matches similar to: "Reducing echo on FXS port"

2006 Jan 29
4
How to remove first ring tone on FXO?
Hi everybody, Every time callers reach my FXO port, asterisk produces one ring tone just before it executes Answer(). How to remove this? I have commented "#define RINGBEGIN" on zconfig.h, but it does not help. Thanks in advance for your help. Cheers, Anto -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Oct 03
2
TDM400P recognised as "Network controller: Unknown device"
Hello everybody, I have been googling for hours and also searched on http://www.voip-info.org/wiki-Asterisk, but I still can not find any information for the problem I have. So I hope one of you could help me out. I have actually very little experience in Asterisk and also Linux. But by following installation guide, luckily I could get asterisk working. That is only with SIP and IAX channels
2006 Dec 28
1
1.4 - G729 - Have License - No path to translate from Zap to IAX2
Hello Everybody, Since I upgraded to 1.4 I always get the difficulties as below, which I have never had in 1.2: [Dec 28 21:05:59] VERBOSE[1734] logger.c: -- Call accepted by 202.153.128.34 (format g729) [Dec 28 21:05:59] VERBOSE[1734] logger.c: -- Format for call is g729 [Dec 28 21:06:00] VERBOSE[1756] logger.c: -- IAX2/VoIPRakyat-2 is ringing [Dec 28 21:06:00] DEBUG[1756]
2006 Feb 12
1
dtmfmode=auto, but doesn't work
Hello everybody, I have set dtmfmode=auto in my sip.conf, but that does not work and I still got the following message: WARNING[4980]: dsp.c:1422 ast_dsp_process: Inband DTMF is not supported on codec g729. Use RFC2833 According to http://www.voip-info.org/wiki/index.php?page=Asterisk+sip+dtmfmode: auto: Asterisk will use rfc2833 for DTMF relay by default but will switch to inband DTMF tones
2008 Jan 02
1
How to stop the update of astdb?
Hello everybody, I am not using astdb (no func_db and app_db) so I am wondering why asterisk is always updating it. The interval of the update is not constant. Using lsof, I noted the intervals are somewhere between 1 minute to 12 minutes. The output of lsof says that asterisk, atd and crond processes were just active, just after the hard disk changed the state from standby to active/idle. I
2006 Jan 25
2
Voipbuster/voipstunt -- what a crap service
Hi, all I am reallty pissed with their service. I wonder if this is common problem. Firstly, all of my calls are terminated after 30s. And termination happens in a strange way. My local asterisk server does not see the disconnection, but remote party is disconnected. Basically, I am still on the phone, while remote party was disconnected. When I hang up, I get something like that: Apr 20
2006 Mar 02
4
Info about F1000G
Does anybody use UTStarcom F1000G Wi-FI VoIP phone? http://www.utstar.com/Solutions/Handsets/WiFi/ I'm planning to buy one and I need to know did you have any problems with phone. What is the sound quality? How close you need to be to the access point? Please, any information's are useful to me. -- Tomislav Parcina tparcina#lama.hr
2006 Nov 04
1
Pass through
Hi! I want to tell asterisk to simply pass-through any codecs that my phones support. I have to use codecs that are not popular and implemented by a third-party, asterisk has nothing to do with them. I've made a test with g722 (that asterisk doesn't support), i've set all my two snom 300 phones to support only g722 and asterisk declined the sip invitation. That is bad for me. Is it
2003 Nov 07
2
No ringing tone
I have the following setup: AnalogPhone1--TDM400P-ASTERISK---via SIP---Softswitch--------POTS Phone2 When I call from AnalogPhone1 to Phone2 I hear a ringing tone and all is well. When making a call from Phone2, I get a dial tone but after dialing the number I hear nothing (no ringing tone). On Asterisk console it says that a call is coming in and that it is ringing Zap/2. I can also hear the
2003 Nov 06
3
Grandstream problem
Hi, I installed Asterisk an all works fine exept for Grandstream. When I call with a softphone (ex X-ten) to a Grandstream (BudgetTone-100), I can make a conversation. = ok When I call to a softphone with a Grandstream I can pich up the call with the softphone but the Grandstream keeps ringing like on the other site you didn't pick up the phone.(even if you do so) It's the same when I
2004 May 09
2
Help with initial setup
Hi, I've have followed through the help docs in trying to get an initial setup going with two phones and the asterisk server. Firstly, all I'm trying to do is get the two phones actually talking to one another VIA asterisk.. I've added this to sip.conf: [phone1] type=friend host=dynamic defaultip=192.168.1.106 ;username=blah ;secret=blah dtmfmode=rfc2833 ; Choices are inband,
2006 Jan 21
3
Asterisk always uses 127.0.0.1 address
Hi, all Can someone tell me where to tell asterisk no to use 127.0.0.1 IP (localhost)? When I am registering with VoIP providers, they get my info as s@127.0.0.1. (This is SIP registration). Also, in SIP logs, when calling I am getting things like this: Executing SetCallerID("SIP/phone2-22c3", ""CID Name" <CIDNUMBER>") > in new stack > -- Executing
2004 Dec 19
1
sip phones in different private networks have one way audio
Hello I have one phone (phone1) in one network, the other (phone2) in public network. both can call the other side; phone1 can be heard by phone2, phone2 can't be heard. I don't have NAT set on both end, but I use rtpproxy on SER. Is NAT still necessary to be set on both phones? Thank you! steven
2005 Feb 28
1
call from two sip phones registered in different asterisk server
Hi all I have registered my phone1 in asterisk server 192.168.0.9 and phone2 in asterisk server 192.168.0.6. Both are sip phones. i configured the extensions.conf file in both the server. the extensions.conf file on server 192.168.0.9 is exten=>301,1,Dial(SIP/301@192.168.0.6,20,tr) exten=>401,1,Dial(SIP/phone1,20,tr) 301 is the extension number for phone 2 in asterisk server
2008 Oct 31
1
Monitor group calls (recording calls)
Hello there, I appreciate any help about this problem that I can't figure out... I need to record all my calls: this is pretty easy using Monitor() before the Dial(). eg: exten => 425,n,Monitor(wav49,/var/spool/asterisk/monitor/425/${EPOCH}_${CALLERID(num)}_in,mb) exten => 425,n,Dial(${PHONE1},10) Now, I want to create a call group: I mean, I want a number (eg 800) that makes
2003 Oct 29
1
Host unspecified ??
Dear, When I start asterisk -vvvvvvgrc and I ask 'sip show peers', I don't get the ip adress in the 'Host" field. Name = phone1 and phone2 Host=unspecified mask 255.255.255.255 port = 0 status = unmonitored I can ping the two phone's and get a reply (also from the laptop) phone ip adres 192.168.10.12 and 192.168.10.13 (server 192.168.10.11and laptop 192.168.10.14)
2007 Jun 07
1
DUNDi and reinvites...
I don't know if this is possible, and I can't quite get my head around how to do it... If I am using DUNDi for redundancy in a cluster, when Phone1 makes a call to Phone2, both Asterisk A and B will be in the RTP stream: +---+ +---+ | A |-----| B | /+---+ +---+\ / \ Phone1 Phone2 Is there a way configure re-invites
2014 Oct 10
1
howto cancel simultaneous calls - dial(sip/phone1&sip/phone2)
hi. i have dialplan with 2 simultaneous calls - dial(sip/phone1&sip/phone2). when i cancel call on phone1 (push "reject" button), the call is still ringing on phone2 can i cancel call on both phones from one place(one phone)? thanks -- --------------------------------------- Marek Cervenka =======================================
2006 Jun 04
1
Campusing two Asterisk boxes?
I have been looking around some and I can't seem to find anything which will answer my question. If I have two Asterisk boxes in different locations which are linked to each other over the internet, can I configure the boxes to use each other's lines as local? In other words, let's say Site A has Phone1 for a 1FB line going into it on an FXO port. Site B has Phone2 for a 1FB line
2005 Mar 04
2
Broadvoice + incoming call works only for ~2 minutes
Hi, all. The asterisk setup is working fine, receiving calls via broadvoice "initially". ? When call comes in via broadvoice number, asterisk picks it up and routes correctly, as long as the call came in within ~2 min from the previous one. In other words, as long as a call comes in within ~2 min since the previous one, asterisk will answer the call. However, if the call comes in