Displaying 20 results from an estimated 1000 matches similar to: "Chanisavail and IAX2"
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
2009 Nov 03
3
Problem with ChanIsAvail
Hi all,
I am having a problem with ChanIsAvail. It always returns the same
result, regardless of whether an extension is available or not.
It always returns 0 Unknown Status.
This is my dialplan.
exten => _2XX,1,ChanIsAvail(SIP/winsor_${EXTEN}|s)
exten => _2XX,2,Verbose(0, ${AVAILSTATUS})
exten => _2XX,3,GoToIf($[${AVAILSTATUS} = "1"]?4:5)
exten =>
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
2005 Sep 20
3
sipuras 841 bad sound
Hi Guys!
I have a problems with some sipuras 841 and asterisk 1.0.9.
Im using 841 with asterisk 1.0.9 with a digium card (single e1 span) with
steve's unicall.
Everything compiled fine and in fact I can make and receive calls but I have
a problem with bad sound when the sipuras call the outside E1's lines. I can
listen to the caller without problems but they heard me with a choppy
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,
2010 Aug 05
1
Can ChanIsAvail return status from sip uri using router ip
hello,
Although my previous posts in this forum have not received satisfying
answers, here is another question from me.
my question is can i use ChanIsAvail function to get the status of a user in
the format SPI/user-id if i provide user in sip uri like this
ChanIsAvail(SIP/user at 153.18.x.x:5062)
calling user with this sip uri works fine.
I once tried but status returned was "unknow
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
2005 Sep 12
1
Is "ChanIsAvail" thread safe?
Curious whether the ChanIsAvail command is thread safe. By that I mean, if I
use ChanIsAvail to determine which channel to use, can I be sure that it
will still be available when I go to Dial it on the next line? It occurs to
me that there's a possibility the channel could get used by a competing
thread AFTER my thread has determined it is available and BEFORE my thread
gets a chance to
2005 Jan 27
1
ChanIsAvail not working
I'm testing ChanIsAvail context and it is not working for me.
exten => 55,1,ChanIsAvail(SIP/11&SIP/21)
exten => 55,2,Cut(theChannel=AVAILCHAN,,1)
exten => 55,3,Dial(${theChannel},r)
exten => 55,4,Hangup
exten => 55,102,Goto(s,4)
It is not dialing SIP/21 when I'm talking on SIP/11, it execute
Hangup instruction instruction.
According to notes:
The channels are checked
2007 Jan 24
1
ChanIsAvail kills dialplan processing when no Zap available on 1.2.14.
Hi, I'm trying to use ChanIsAvail to build a resilient 'dialout' macro.
The logic is simple; try Zap/g1 (a group of two E1s), and if that
fails, try locating a channel via DUNDi. Here's a massively cut down version
to illustrate the problem I'm having.
macro dialout ( dest ) {
ChanIsAvail(Zap/g1);
noop(Value of AVAILCHAN is ${AVAILCHAN});
2003 Oct 05
1
ChanIsAvail app setting ${AVAILCHAN} to an unusable value.
I sent this earlier under "Editting variable contents" but no-one
has responded. So, the subject is now more to the problem, instead of
the solution I was trying to implement.
ChanIsAvail returns the channel ID plus "-<session>".
How can I edit ${AVAILCHAN} to remove this session ID, so I can use its
contents in a subsequent Dial statement?
Dialing on Zap just gives a
2005 Mar 20
1
Problem transfering incoming calls
Guys.
Im having a big problem transfering incoming calls thru zap channels to some
other extension. If the call is made by me to the outside via zap channels,
no problem, hitting # gets me the transfer prompt, but if the call comes in
thru zap and eventhough I am sending the call from the zap channel to my sip
ata (GS ata 286) using Dial with wtWT as parameters, when hitting # I don't
hear
2006 Apr 10
7
te110p and interrupts
Guys. I have an issue with a te110p card and also some tdm04b cards on the
same system:
Zttest returns this for the tdm04b cards:
[root@mollendo ~]# /usr/src/zaptel-1.2.4/zttest 38 -v
Opened pseudo zap interface, measuring accuracy...
8192 samples in 8191 sample intervals 99.987793%
8192 samples in 8192 sample intervals 100.000000%
8192 samples in 8192 sample intervals 100.000000%
8192 samples
2013 May 27
0
ChanIsAvail function is breaking the round robin strategy
Hello everybody,
i have two gsm line (extra channels) and i'd like to schedule the
outgoing calls with a round-robin strategy.
If all the gsm lines are busy, the call must be sent to the pri lines
with a linear strategy.
here is the dialplan:
exten => gsm,ChanIsAvail(EXTRA/r2&DAHDI/g1)
same => n,GotoIf($["${AVAILORIGCHAN}" = ""]?unavail,1)
same =>
2004 Jul 18
0
ChanIsAvail issue
Hello
I am trying to setup ChanIsAvail function in the extensions.conf file so that user should use the available channel to call out, but immediately after the function like, zap channel hangup.
Here is the copy of my extensions.conf file and messages display on consol while making the call.
Please help me to fingure out this issue.
Thanks
Deepak
Extension.conf :
exten =>
2005 May 07
0
ChanIsAvail for MGCP
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
ChanIsAvail does not work with MGCP channels, as said in the wiki.
But other applications works simular, like Queue and Dial.
What's really the problem with ChanIsAvail?
Is it possible to use Queue and Dial to make a working ChanIsAvail?
I will take a better look in the source when back at work on monday,
but some tips and facts will help for
2005 Aug 26
0
ChanIsAvail for IAX not working again/still? AKA Redundant IAX connections not working
Hi -
I'm running CVS-HEAD from 2005-08-11 20:17:17 UTC, and I'm trying to
set up some redundancy on IAX connections between locations. I have
two IAX peers set up that work correctly by themselves: "ast551-out"
and "ast551-out-backup":
[ast551-out]
type=peer
secret=secret
username=ast551
host=X.X.X.X
qualify=1000
disallow=all
allow=gsm
allow=ulaw
trunk=no
2006 May 09
0
Using ChanIsAvail and SIP
I am trouble finding a configuration that works for ChanIsAvail and SIP.
My two providers are Voxee and Teliax.
I have these lines in a macro
exten => s,n,ChanIsAvail(SIP/teliax&SIP/voxee)
exten => s,n,Cut(CH=AVAILCHAN,-,1)
exten => s,n,NoOp(AVAILCHAN= ${CH})
; Dial the available Channel
exten => s,n,Dial(${CH}/${ARG1},60,t)
Looking at the execution, I can see what the AVAILCHAN
2012 Dec 20
7
asterisk 11 and DAHDI/i4
In 1.4.43 I would see things from "core show channels" like
DAHDI/18/xxxxx
for line 18
in Asterisk 11 its
DAHDI/i4/xxxx
How do I get the line number back?
Jerry