similar to: Busy(20) returns non-zero and exits immediately on IAX channel

Displaying 20 results from an estimated 10000 matches similar to: "Busy(20) returns non-zero and exits immediately on IAX channel"

2014 Nov 25
2
High resident memory with 11.14.0 ?
On Tue, Nov 25, 2014 at 8:14 AM, Matthew Jordan <mjordan at digium.com> wrote: > On Mon, Nov 24, 2014 at 2:12 PM, James Lamanna <jlamanna at gmail.com> wrote: > > Also, how big does the cache in frame.c grow to? > > I've recompiled with MALLOC_DEBUG on that server: > > > > asterisk -rx "memory show summary" > > > > .... > >
2005 Jul 26
1
Are busy and congestion behaving differently than documented?
I am using asterisk (2 week old CVS) am for the first time have been starting to experiment with busy and congestion. At this point I am only using sip endpoints PAP2-NA devices. All testing of this is being done on a local network. my test extension looks like this: exten => 7777,1,Answer exten => 7777,2,busy(35) exten => 7777,3,Hangup Or like this: exten => 7777,1,Answer
2004 Oct 01
2
IAX busy signalling?
Hi I have a system with one asterisk box in front and a few PSTN gateways in the back. When a call comes from PSTN, it's directly forwarded to the edge/user asterisk box. Now if a number is dialled, and that number is not in use, blocked due to lack of paying etc, I want to signal that back to the PSTN gateway, making this playback or playtones to avoid picking up the phone. Can someone
2014 Nov 26
0
High resident memory with 11.14.0 ?
On Tue, Nov 25, 2014 at 10:21 AM, James Lamanna <jlamanna at gmail.com> wrote: > > On Tue, Nov 25, 2014 at 8:14 AM, Matthew Jordan <mjordan at digium.com> > wrote: > >> On Mon, Nov 24, 2014 at 2:12 PM, James Lamanna <jlamanna at gmail.com> >> wrote: >> > Also, how big does the cache in frame.c grow to? >> > I've recompiled with
2006 Mar 24
3
iax limit question
I want to limit the number of simultaneous incoming calls that my IAX DID can accept to, say, 2. The IAX DID provider sets no limit. The code below does work, but when the limit is in effect, new callers hear a "call cannot be completed as dialed.." message instead of a busy signal. Maybe this is an issue with the provider, but I do not like this and want callers to hear a busy signal.
2014 Nov 24
2
High resident memory with 11.14.0 ?
Also, how big does the cache in frame.c grow to? I've recompiled with MALLOC_DEBUG on that server: asterisk -rx "memory show summary" .... 1780466242 bytes (1780181594 cache) in 2352909 allocations in file frame.c ... Seems like a ridiculous cache. On Mon, Nov 24, 2014 at 9:02 AM, James Lamanna <jlamanna at gmail.com> wrote: > cat /proc/cpuinfo lists 4 cores. >
2005 Jul 08
0
IAX - newbie question
Dear all, I've been taking my baby-steps toward setting up an Asterisk phone system in my office, as also between my home and office (connected by DSL). I'm have a rough time getting two * boxes talk IAX over a LAN. I don't know what I am doing wrong, but am attaching my iax.conf and extensions.conf on both the boxes. Does anyone see it? ------config files start------ site-0
2014 Jul 09
1
PRI congestion instead of busy
I have two servers, each connected to the PTSN via PRI. When I call from site A (951-999-9999) to site B (555-1212) and the phone at site B is on the phone, I hear the normal ring tone for about 20 seconds, then the message "all circuits are busy now. please try your call again latter" followed by the congestion tone. Instead, I want this to busy ring and then hang up without any
2004 Jul 25
1
how do I play congestion tone when Zap channels are full?
I read the wiki and looked at the examples, but I'm still having problems. I have a Digium 4 port card with POTS lines plugged into all four ports. How do I play the congestion tone the the caller when they try and dial out but all the lines are in use? should something like this work? [dial-trunklocal] ; Local calls ignorepat => 9 exten => _9NXXXXXX,1,Dial(${TRUNK1}/${EXTEN:1}) exten
2010 Mar 25
9
Maximum number of PRI calls on 1 asterisk box (no HW echo)
Hi, Does anyone have any good empirical data suggesting what the maximum number of PRI calls (incoming and outgoing) without hardware echo cancellation can be handled on a single box is? I have a TE410P T1 (1st gen) card and I'm seeing interesting errors of D-Channels going down and then coming back up (See below). I've looked at the number of simultaneous calls at each of these points,
2006 Oct 10
1
Hangup or busy when the peer answer outgoing calls
Hi all.. I have a problem with my asterisk installation. I'm using a Wilcard X100P clone in Spain. Incoming calls work fine, but when I make a outgoing call, a hear the ringing, and the peer phone ring, when the peer answer, asterisk hangup the call, or say busy. This is my conf: zaptel.conf: --------- loadzone = es defaultzone=es fxsks=1 zapata.conf ---------- [channels]
2014 Oct 31
1
PlayTones while in call
I?ve gotten PlayTones to work, however it stops playing the tones as soon as the call is answered. I would like to use PlayTones during the call because I want to have a tone/beep played in the background while call recording is going on. Anyone know a way to get PlayTones to work while call is in progress? Alternatively, does anyone have a suggestion for playing the tone/beep for recorded
2003 Jul 22
2
enabling dtmf detection on zap channel?
Hi, is there a way to enable dtmf detection on zap channels? I am trying to pickup, play a ringtone and the dial out. I.e. exten => s,1,Wait,1 exten => s,1,Answer exten => s,2,Playtones(dial) exten => s,3,DigitTimeout,5 exten => s,4,ResponseTimeout,10 exten => _X,1,StopPlaytones exten => _X,2,Dial,Zap/g8/BYEXTENSION|10
2006 Jan 22
0
Interrupting ring to go to voicemail pickup -- How to ring after Answer()?
Hi, I've successfully used the 'd' flag in Dial() so that when I dial into my phone system from out there in the PSTN network I can press the 2 key while the phone is ringing to listen to my voicemail. It seems that one issue is that the public providers do not deliver DTMF, or anything, until the phone is answered. This is for security reasons and sounds like a good idea to me.
2014 Oct 30
1
PlayTones not working
I?m trying to use Playtones to have a tone played periodically throughout phone calls. Unfortunately, I can?t seem to get PlayTones to work. I never hear the audio tones. Here is the output on the Asterisk console. -- Executing [19525553312 at proxy-dial:2] PlayTones("SIP/testphone-00000032", "1400/500,2000/5000") in new stack [2014-10-30 14:28:31] WARNING[23154]:
2019 Jan 31
2
Dailplan with playtones
Hello I use this dial paln: [o2-in] exten => o2,1,Answer exten => o2,n,Playback(hello-world) exten => o2,n,Ringing exten => o2,n,Dial(SIP/10&SIP/20&Local/s at no-op,25,rt) exten => o2,n,Playtones(425/1000,0/4000) exten => o2,n,Wait(30) exten => o2,n,Hangup() All is fine. Hello world is Playback and I hear a ring tone. If I remove the Playback hello-world. No ring
2004 Nov 25
1
Can't hear playtones?
Hello, I would like the dialing party to know what happened to the call, since asterisk doesn't relay a sip error back to the originating sip channel (would be nice, a if (org_channel = sip && dst_channel = sip, relay error to sip client) I want to set up audio feedback on the call status. I've changed the county setting to NL in indications.conf and created this test
2014 Oct 05
1
Setting channel musicclass from AGI
Hi, Since SetMusicOnHold() is being deprecated, how do we set the channel musicclass from an AGI script? Last time I checked you can't call dialplan functions from AGI. Thanks. -- James -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20141005/03df3f3b/attachment.html>
2009 Nov 16
2
Odd Local Channel and 0 billsec issue
Hi I've been noticing an odd issue with our servers (1.4.17) where a large number of one particular customer's (we operate a hosted VoIP platform) calls go through a Local channel rather than the SIP channel and whenever this happens our asterisk CDR is recording a billsec value of 0. Our outgoing calls to POTS are sent through a separate carrier and we get a daily CDR off them in
2005 Mar 13
2
sending a DTMF tone before hangup
OK here is a possible tricky one. I have a rocom door entry system which connects to an FXS port on my TDM400P card. When the door button is pressed it initiates an 's' extension which dials a number of SIP extensions. When a SIP phone is picked up the user can speak to the person at the door and press the 7 digit which sends at DTMF tone to the rocom unit opening the door. All this