similar to: One-Way Audio after Hold

Displaying 20 results from an estimated 3000 matches similar to: "One-Way Audio after Hold"

2009 Jan 29
2
Don't get asterisk to run behind NAT router
Hi people! I am not getting smart getting asterisk 1.6 behind a NAT to run. 1. I enabled IP forwarding on debian linux 2. told asterisk in "general" that he is behind NAT and mentioned him his external static IP Adress as well his domain in the outside world. If a client who is connected with a DSL modem calls me, a grandstream module in the LAN behind the router, in the same network
2006 Nov 13
1
Dial : Executing context/priority after bridge?
Hi, I am using Asterisk to set up a reminder-like system, with asterisk auto-dialing a user via SIP and playing a reminder file when the user picks the phone. I use Gizmo service for SIP and I'm able to call through it. However, when asterisk dials a number, Gizmo first answers then tries bridging 2 channels. Right after answer Asterisk starts playing the reminder. It obviously results in
2006 Mar 15
2
Help with Gizmo from outside firewall
I've beaten myself bloody dealing with this one... No luck so far. In summary, incoming calls from Gizmo establish, but neither get nor send sound. Outbound calls to Gizmo work fine (well a bit choppy but work) My thought is that the SIP connection is being made fine, but the RTP is getting stopped / blocked / misdone somewhere. Here is the thing: Asterisk 2.5 on Linux (No hardware
2013 Sep 19
2
The call is established but without exchanged voice packets
Hello, I am trying to make my first call on Asterisk to succeed. I have Asterisk 1.8.10.1 running on Ubuntu machine.The configuration is quite simple just for my first test, Trying to have a call between two X-lite sipphone. The subscribers succeeded to register and the call is established, but still no voice can be heard, and lead the call to be disconnected after! By checking the logs, I can see
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
2005 Mar 03
2
FWD and SIPPHONE problems after upgrading to CVS HEAD
I have been successfully connected (incoming and outgoing) to FWD for a very long time. A few months ago, I changed from SIP-based FWD service to IAX2-based, and that went fine as well, both incoming and outgoing. At the time, I was running Asterisk 1.0.3 Stable. I rarely use the service, so other than noticing that I was always successfully registered to FWD, I didn't make or receive calls
2009 Aug 14
2
no ring tone
how do i troubleshoot no ring tone. It was working and all i added was the lines below now it doesn't ring. Edit sip_nat.conf for proper NAT: localnet=192.168.1.0/255.255.255.0 externhost=pbx.DOMAIN.com (Set your external hostname name here) externrefresh=10 fromdomain=DOMAIN.com (Set your external domain name here) nat=yes qualify=yes canreinvite=no Add extra codecs to
2003 Nov 18
3
"Unable to find path from G729A to ULAW" on Sipphone.com
I seem to be having a problem with transcoding and/or agreeing on a valid codec. I am running a new image pulled from CVS at 1:30 PM CST. The issue occurs when I try to make a call to a toll-free number over sipphone.com. Here's what I see in the console: NOTICE[1259545280]: File channel.c, Line 1478 (ast_set_read_format): Unable to find a path from G729A to ULAW NOTICE[1259545280]: File
2004 May 18
2
registering in sipphone
for inbound calls, i can register context = from-sipphone register => 1747xxxxxxx:passwd@proxy01.sipphone.com but how do i configure to make outbound calls to them? exten => _1747XXXXXXX,1,GoTo(dial-sipphone,${EXTEN},1) .... [dial-sipphone] ; ; SIP to sipphone.com ; exten => _X.,1,Dial(SIP/${EXTEN}@??????) ^^^^^^
2009 Apr 26
1
1.6.1: "DNS error" but ping works
With 1.6.1 svn: [2009-04-26 15:01:00] NOTICE[1844]: chan_sip.c:9927 sip_reg_timeout: -- Registration for '17470121145 at proxy01.sipphone.com' timed out, trying again (Attempt #30) [2009-04-26 15:01:00] WARNING[1844]: acl.c:376 ast_get_ip_or_srv: Unable to lookup 'proxy01.sipphone.com' [2009-04-26 15:01:00] WARNING[1844]: chan_sip.c:10037 transmit_register: Probably a DNS
2006 Apr 26
1
getting asterisk to reliably answer a voip line
I have a sipphone.com account, with asterisk set to answer incoming calls, using the following settings (phone number and password omitted) in the Peer Details for the SIP Trunk: allow=ulaw context=from-pstn dtmfmode=rfc2833 fromdomain=proxy01.sipphone.com fromuser=1747xxxxxxx host=proxy01.sipphone.com insecure=very secret=xxxxx type=peer username=1747xxxxxxx The Asterisk machine is
2005 Feb 01
2
Outbound calling with TDM400P
I am trying to place an analog outbound call from a Sipura SPA-841 through a * server with a TDM400P and 4 FXO's. When I call in from an analog line everything works fine, I can talk over the SIP phone. When I call out, * says: == Spawn extension (from-sip, [phonenumber], 1) exited non-zero on 'SIP/sipphone-d29d' -- Executing Dial("SIP/sipphone-9eb0",
2014 Apr 16
1
Connecting 2 asterisks, one with PJSIP and other SIP returning 401
It's my first post here, so I'll cut to the chase I have 2 Asterisk servers and want to connect them using sip on one and pjsip on the other one. One is running at home and another at a VPS. The first one will be the client (with dynamic ip) and the 2nd the server. The client uses sip and the server pjsip. This is the client's sip.conf [general] context = default allowguest = no
2005 Aug 08
4
DTMF issues with SIPPhone?
Does anyone else have DTMF issues with SIPPhone? When calling into my DID, and entering, say, 1002. Sometimes it will recognize it properly (rarely), other times it will receive something different. Such as, 1102 or 1000, etc. Has anyone else been having these issues? I'm only accepting ulaw and alaw, and my relevant sip.conf information follows: [sipphone] type=peer
2011 May 10
1
ITSP Multi IPs
Hi, I'm hoping someone has a suggestion for us. We have an ITSP that sends inbound traffic to us. Unannounced to us last week they started alternately sending traffic from two IP addresses, instead of the one we knew about. Some calls would pass, and others would be dumped as unauthenticated. I added the 2nd IP to the sip.conf file to allow for this, and everything was fine
2020 Sep 21
2
Asterisk Drop call
Hello I have an asterisk 16.2.1 on an ubuntu on AWS, which is experiencing a drop in call. It does not have a certain time, it is random. The audio is flowing normally and the call is dropped. Has anyone ever experienced this? My settings changed below: allowoverlap = no udpbindaddr = 0.0.0.0 tcpenable = no tcpbindaddr = 0.0.0.0 transport = udp, ws, wss srvlookup = yes directmedia = no
2003 Aug 06
4
New SIP Phone
Michael Robertson, founder of both MP3.com and Lindows, has launched a new company to supply inexpensive SIP phones ($129 for two) and related services. See today's press release at http://www.sipphone.com/tiki-index.php?page=SIPphone%20Inc My question for the list is who will be the first to report on the compatibility and usability of the SIPphone with Asterisk? The functionality
2009 Aug 27
2
Selective canreinvite in multi-tenant environment
Hello, all. In our multi-tenant environment, we would like to be able to use the reinvite media redirection within Asterisk for calls within a tenant but not between tenants. We would like inter-tenant calls to be fully proxied by the Asterisk server. I think the answer is, "we can't," but I thought I'd ask anyway. I'd dearly like to remove the substantial traffic
2004 Oct 05
2
SIPphone All-in-One: coments anyone?
Hello, can anyone comment on how one could use SIPphone's $89 All-in-One adapter with Asterisk? Sounds to me like it should work as both a FXO and FXS. It would be a cheap way of getting started with Asterisk and PSTN. Any comments on the SIPphone FX200? Any comments on SIPphone in general? Thank you for your help
2003 Aug 12
1
Working with FWD, IPTel, SIPPhone?
I'll admit it. I'm a asterisk newbie (but no stranger to telephony). The setup is simple: two Grandstream BudgeTel 100 phones (SIPPhone specials) on a private segment calling to a Linux box acting as the segment's firewall with a leg on our public network. The phones are setup as SIP/phone1 (x1000) and SIP/phone2 (x1001), respectively (thanks to the Asterisk HOWTO). Getting IAX