Displaying 20 results from an estimated 1000 matches similar to: "Problem with ChanIsAvail"
2007 Jun 25
1
Problems with ChanIsAvail always return status 0
Hi list:
I'm having the next problem, it appear that the application ChanIsAvail
is not working on Asterisk 1.4.5 always return me 0 in AVAILSTATUS.
I add my dialplan and the output to the cli.
THanks.
In the example i'm dialing from extension SIP/112
My DialPlan Secction:
[macro-callonlyiffree]
exten => s,1,ChanIsAvail(${ARG1}|s)
exten => s,n,NoOp(${AVAILCHAN})
exten
2009 Dec 15
2
member (In use)
Hello list.
We just upgraded to 1.6.1.11.
We are using real time information stored on mysql databases. That is all
running fine.
Now, since we upgraded, some member don't get calls from queues.
In CLI: "queue show" shows something like:
611 (Local/611 at agents) with penalty 20 (realtime) (*In use*) has taken no
calls yet
We use the extension 611 in different computers, in the
2009 Oct 18
7
Asterisk Monitoring
Hello,
I was wondering if anyone has any insights on the best way to automatically monitor an asterisk box to check it is constantly available and processing calls.
Many thanks
Dan
________________________________
IT Maintenance Contract Clients can now access our Instant Chat Service to receive immediate remote IT support. Click the chat link below for support.
For more
2006 Jun 27
2
SV: Error in config sample for GoToIf?
Hello
As far as ive understood, you can just write
Exten => s,n,GotoIf([${AVAILSTATUS} = 1]?autoanswer:fail)
${AVAILSTATUS} would return 1, and "${AVAILSTATUS}" would return "1"
Jon
-----Oprindelig meddelelse-----
Fra: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users-bounces@lists.digium.com] P? vegne af Brian Capouch
Sendt: 27. juni 2006 09:10
Til:
2009 Oct 20
1
OutCALL
Hi everyone,
Does anyone have the documentation for OutCall?
http://code.google.com/p/outcall/
The link isn't working.
Thanks
Dan
________________________________
IT Maintenance Contract Clients can now access our Instant Chat Service to receive immediate remote IT support. Click the chat link below for support.
For more information on receiving IT support from ?150
2006 Jun 27
1
Error in config sample for GoToIf?
My teeth are on edge after this one. A couple of perfectly good hours
of my life, and I still don't know what's going on. . . .
The extensions.conf.sample that comes with the current SVN trunk has
this line, in an example that shows how to use ChanIsAvail:
exten => s,n,GoToIf([${AVAILSTATUS} = "1"]?autoanswer:fail)
I couldn't get this to work unless I surrounded the
2009 Dec 06
3
Call Limits
Hello,
I'm trying to figure out how to limit the number of concurrent calls a client can make.
I have a client that has 6 SIP accounts. One for each SIP phone.
I want to limit it so that they can only make 2 outgoing calls at a time so that I can bill them "per channel" rather than "per extension".
A separate (but not so important) issue is that I want them to be able to
2011 Aug 02
3
MixMonitor and attended transfers
Hi
I'm using asterisk 1.8.3.2 (with a couple of patches)
I have the following scenario...
SIP call comes in and gets answered by extension A (MixMonitor is
executed as part of this inbound dial plan of the number being called)
Extension A puts call on hold and calls extension B
Extension A then does an attended transfer of incoming call to extension
B
I'm finding that the recording
2011 Apr 06
4
Call recording - methodology
Hello Everyone;
I am looking for a solution to record calls that come into our Asterisk
server. I am hoping for something that is easy to use - however, if I
have to modify it to make it easier to use, I do not mind.
Does anyone know of any opensource or otherwise solutions out there that
I can try out?
Thanks much.
Glen
2007 Feb 09
0
Conference & Page question
Hi. I'm currently setting up a particular conference: 3 members (a,b,c),
a can speak with b and c, b and c can speak only with a and not between
them.
I found my possible solution with paging/intercom using option "d"
(full-duplex), but I need to make ringing the phone in intercom.
Now I set auto-answer=6 but after first ring the phone hangup the call.
There is a way to using
2010 Feb 14
3
Asterisk Redundancy
Hello,
My host just had a faulty power supply and therefore, my Asterisk server was down for 7 hours.
It was a Sunday so no one was making calls, however if it happened during the week, I'd have problems.
I was trying to find a whitepaper or advice on how to set up two Asterisk servers to provide some redundancy.
I've been googling "asterisk redundancy" but all I've found
2010 Mar 04
0
Availstatus returns 20 ?
Hello list.
ChanIsAvail returns 20 for ${AVAILSTATUS}. What does this '20' mean ??
...
exten => 1,n,ChanIsAvail(SIP/sin10)
exten => 1,n,NoOp(chanisavail == ${AVAILSTATUS})
...
[Mar 4 15:10:16] -- Executing [1 at sin:7]
ChanIsAvail("IAX2/testlocal-14088", "SIP/sin10") in new stack
[Mar 4 15:10:16] -- Executing [1 at sin:8]
2006 Apr 10
1
SIP channel unavailable/busy/really not there
Is there a way to differentiate between a SIP address which hasn't
registered (but is within sip.conf) and one that's not there at all
(i.e. not in sip.conf) using a straight dialplan.
I'd like to differentiate actions depending the state of a SIP device
and whether it's in my config or not (if that makes sense, basic automap
of dial-in lines to sip phones, but if they've
2005 Mar 23
4
Chanisavail and IAX2
Guys.
Anybody doing ChanisAvail on IAX2 channels?
Im trying to do this:
exten => s,7,ChanIsAvail(IAX2/anton:intrudercom@armando-gw)
But I get that the chan is unavailable eventhough I can make calls to that
channel. Is there any chatch?
The channels is defined as peer and Ialso tried doing a register on iax.conf
for that channel. Everything is registering ok and I CAN make the call.
Any
2004 Aug 23
1
using ChanIsAvail
Hi
I am trying to use ChanIsAvail to decide if a particular extension is
available in the sip channel
I am using MySQL to hold my SIP friends.
and wy cvs version shows Asterisk CVS-08/02/04
my intention is, that if the extension is not available in Sip channel, I
will send the call somewhere else
my extensions file contains the following:
exten => _[123]XX,1,ChanIsAvail(sip/${EXTEN})
exten
2011 Mar 17
1
Status of Queue Members
Hi,
I'm trying to work out an issue with call queues.
I need the calls that are in a queue to be kicked out if all members are unavailable (for example if all SIP members are having network problems).
I tried leavewhenempty = yes but that only seems works when all queue members specifically log out of a queue.
I've looked at autopause, but we need it to automatically un-pause once it
2009 Nov 02
7
Asterisk 1.4 and Fax
Hi,
Does anyone have an up to date guide for setting up fax 2 email with asterisk?
Thanks
Dan
________________________________
IT Maintenance Contract Clients can now access our Instant Chat Service to receive immediate remote IT support. Click the chat link below for support.
For more information on receiving IT support from ?150 per month, please contact Kesher
2004 Jan 09
3
ChanIsAvail and SIP
Hello all. Has anyone had any success using ChanIsAvail with only SIP
channels? Is there another, better way to check if an extension is busy
without dialing it?
Thanks,
B. J.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040109/48ac2c3e/attachment.htm
2006 Feb 14
4
ChanIsAvail
Hi,
So I've done my research on Chanisavail, read the wiki, checked the
archive but can't seem to find anything to suit my scenario. I've
played around with it a lot, but I'm still scratching my head on what
I need to do.
What I need is to be able to accept a call by SIP and ring all
telephones that are not in use (which just so happen to be on Zap
interfaces, but might be SIP
2004 Apr 08
1
Two operators, 10 rollover lines, Cisco 7960G chanisavail problem
Here's my situation.
I have two receptionists that answer incoming lines. Each has a 7960G with
5 incoming lines each. I'm trying to set this up so each line on each phone
doesn't utilize call waiting. My problem seems to be that
ChanisAvail(Sip/cisco1&Sip/cisco2&Sip/cisco3&Sip/cisco4&Sip/cisco5) always
returns cisco1.
Here are the sip.conf entries: (mind you,