similar to: Adding Noise or background noise

Displaying 20 results from an estimated 3000 matches similar to: "Adding Noise or background noise"

2007 Sep 10
2
Failover SIP logic
I need some extensions logic assistance, I'm trying to dial out one of multiple SIP trunks, in sequence. I need to detect a busy SIP trunk(I only allow 1 call per trunk) and roll over to a second or third depending on that busy status Here's what I've got for a macro thusfar, but it's not working(fails if the 1st trunk is busy) extensions.conf: [globals] trunk_1 => SIP/trunk1
2016 Apr 04
2
Is it possible to have two trunks between two Asterisk boxes ?
Hello, For lab testing, I'm trying to build two differents PJSIP trunks between two Asterisk 13.8.0enabled boxes. I thought I could set up both trunks like this: Box A/port 5060 <------ Trunk1 -----> Box B/port 5060 Box A/port 5062 <------ Trunk2 -----> Box B/port 5062 and declare trunks like this: [foobar1] type=endpoint transport=simpletrans context=from-customer
2009 Apr 18
2
dialling multiple extensions in an internal context
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi there. I've done some googling around to try and find an example of what I'm trying to do, but it's one of those things that just seems hard to find the right terms to search for. If there's some documentation out there on this, I'd appreciate being pointed in the right direction. If not, then if someone has some
2004 Apr 17
2
SIP device rings once on busy before giving busy tone with dialplan
Hi! I am having difficultly in having users of various SIP devices obtain the correct behaviour when they call a busy number ie. only hearing the Congestion/Busy tone. I assume this might be because the SIP device itself generates the 'ring' tone? With my current setup in the dialplan extract (below) the user of the SIP device hears one 'ring' and then the busy tone if a number
2014 Sep 02
3
PJSIP issues with handling incoming calls
Hello guys. Have 2 external numbers that required registration on provider server, trunk1: 73432260005 at 80.75.132.66 trunk2: 73432260050 at 80.75.132.66 Thing is I can?t figure out how to route them to different IVRs by default Asterisk can?t match endpoint Request from '<sip:+ 73432260005 at 80.75.132.66>' failed for '80.75.132.66:5060' (callid:
2011 Mar 01
2
two questions regarding incoming call
Hello, I want to make an agi script to match incoming DIDs with usernames. I tried to do such entry in incoming trunk. [DID_diddw] include = from-didww [from-didww] exten = 3130XXXXXXX,1,AGI("did.php") exten = 3130XXXXXXX,n,DIAL(SIP/${yup_no},20) but when i run the rule it says chan_sip.c:20152 handle_request_invite: Call from '81.85.224.41' to extension
2005 Jan 22
1
ASTCC: potential billing issue and "fix"
Before I start, I just want to say this is not necessarily a problem with ASTCC, but may be a problem the way I have set up ASTCC (and possibly the way others have set it up as well). The issue is that ASTCC tries to match the pattern *anywhere* in the called number, not necessarily only at the beginning. I have set up ASTCC Routes like this: 1800 Tollfree Trunk1 0 0 100 1416 Canada Trunk2 0 0
2006 Oct 28
1
How to make different ext using different trunks?
Hi, I want to do so that extension 501 will always use trunk1 for outbound calls and 502 will use trunk2 for outboud calls. How do I do this. Right now all extensions use the same trunk for outbound calls. -- Zeeshan A Zakaria -------------- next part -------------- An HTML attachment was scrubbed... URL:
2010 Mar 29
1
Asterisk, IAX, & Sub interfaces
Is there anyway to get the following scenario to work... I have 3 IAX trunks that I want to setup to peer with other * boxes. I have 1 physical interface, eth0. I also have 2 sub interfaces, eth0:1 & eth0:2. I want to setup a single IAX trunk on each of the interfaces. All 3 interfaces are going to have separate publicly routable IPs, and for this purpose, let's say that because of
2010 Apr 06
1
SIP Dialplan Failover Solution
Hello list, I need a hand to find the best dialplan failover solution when using two SIP Trunks. My reasons to do failover are: a) one of the two providers could be unreachable b) both providers may be UP but one of them could return a SIP error message (maybe caused by DOWN E1s) Googling I found a few possible solutions: 1.
2003 Apr 07
0
Call FWD & the new channel driver chan_local
I just thought i'd post a small sample that uses the new chan_local to show one way of doing variable callfwding This sample extension.conf uses's the ast DB to store a users current extension, in a db family of CallFWD and the unique Key is based on the current channel the user is assigned. In the globals var section each key is hardcoded EXT1, EXT2 this is used in the [incoming] context
2003 May 10
1
Call forwarding questions
Is there any way to have users be able to turn on or off call forwarding at the asterisk server, so they can configure their own forwarding number and enable/disable it? Hopefully, with the added benefit that it will remain on between server reloads and restarts? I have written a hack -- a AGI script to do various checking, and if the destination is "ok" set a database variable
2017 Dec 14
4
SIP trunks going to the wrong context
Hi all, I'm trying to resolve a weird issue with SIP routing. I have a number of SIP trunks, from a selection of providers, all of which are registered in sip.conf: [general] context=default allowguest=no allowoverlap=no udpbindaddr=0.0.0.0 tcpenable=yes tcpbindaddr=0.0.0.0 transport=udp bindport=15060 srvlookup=yes allowsubscribe=yes
2003 Dec 17
3
Trunk Groups and Multiple Asterisk Machines
Hello all, I have no problems setting up trunk groups in general, but is there a way to set up a trunk group for outbound calls that includes channels on multiple servers? I might have missed something somewhere, but I couldn't find any reading about this topic. Thanks! Sean
2006 Aug 18
2
Please help with subclipse in radrails
I''ve been wrestling with this all night, I''m hoping someone can help. I followed the exact steps in: http://wiki.rubyonrails.org/rails/pages/HowtoUseRailsWithSubversion ..but when I open a new ''Checkout project from SVN'' in RadRails, it opens up the second level dirs as the project dirs (ie. app, log, script, etc), leaving me with a mess of projects. I redid
2007 Nov 26
0
SIP Trunk Problems
It gets hard to read my logs when every time someone makes a phone call it displays long pages of "Dropping voice frame". Anyone encounter this before? Asterisk is bridging two SIP lines together, so the technology should be the same. Maybe I'll try allowing only ULAW. ************************************** Asterisk Standard debug (level 3)
2010 Aug 03
1
outboundproxy timeout or qualify
Hi All, I'm connecting to my carrier which requires setting of outboundproxy. There has been few cases where the proxy server failed due to network issues and required us to use a secondary one. Is there a timeout or qualify setting for outboundproxy setting in sip.conf? I do appreciate if anyone can help please. Thank you -Abeed -------------- next part -------------- An HTML attachment
2004 Jan 07
3
manipulating with numbers - StripMSD, Prefix
Hello, I can not seem to be able to get StripMSD and Prefix to work for me in extensions.conf. This is an example of what I have: exten => _050.,1,StripMSD,1 exten => _50.,Prefix,01051 exten => _001051.,1,Dial(${TRUNK2}/${EXTEN}) exten => _001051.,2,Busy exten => _001051.,102,Busy What I want to achieve is to call 001051501657887 on TRUNK2 when dialing 0501657887. dialing
2007 Dec 05
1
Disturbance "noise" in the background for digium card
Hi All; I installed one digium card of 2 fxo and 2 fxs, but the following problems related to the voice are happening: 1) Sometimes when I call to the PBX, I hear like modem sound and after little it disapear. 2) There is a disturbance in the background (like the channel radio disturbance that might happen if the frequency was not captured well), and that disturbance appear much more when
2007 Nov 30
3
How to setup redundant SIP peers
Hello list, I try to setup an asterisk-server with different SIP-Peers to PSTN. The Peer are working and configured in sip.conf: [peer1] type=peer host=10.10.10.1 [peer2] type=peer host=10.10.10.2 Now dialout is no problem. Extensions.conf says: exten => _0Z.,1,Dial(SIP/49${EXTEN:1}@peer1,30) But how can I setup a failure-route if the SIP-Proxy "peer1" ist not