Displaying 20 results from an estimated 110 matches similar to: "Availstatus returns 20 ?"
2008 Dec 22
1
AMI and ExtensionState command returning bogus 'status' number
Hello List,
I have been working on a PHP application in order to build a BLF style
script.
Until now everything is going Ok but something a little (in my oppinion)
strange is going on with the 'ExtensionState' command;
The problem is that it does not returns the 'Status' as it's suposed to,
mentioned in the A.T.F.O.T book - version 2.,
where it sais something like:
2010 Jun 05
1
Problem with GROUP()
Hello list,
using asterisk 1.4.30 and trying GROUP() and GROUP_COUNT() for the first
time... Having some troubles.
This the dialplan (using a sub) :
exten => s,n,Set(_custID=${custID})
exten => s,n,GROUP(${custID})
exten => s,n,NoOp(grouppcount = GROUP_COUNT(${custID}))
exten => s,n,GoToIf($[ ${GROUP_COUNT(${custID})} > 2 ]?maxreached)
The CLI shows :
[Jun 5 16:06:26] --
2007 Sep 19
2
AMI extension states
Hi,
Is there a list of all the extension states as sent by the
manager interface? (I know I could look them up in the source
but that involves some "backtracing".)
The ones I know are:
-1: no hint for the extension
0: registered && idle
1: busy
4: unreachable, not registered
8: ringing
I've recently seen 16 (== hold?) but can't find that value
documented anywhere.
2009 Sep 27
1
MeetMe Hints
I've got hints setup for my MeetMe conferences like so:
exten => _60X,hint,MeetMe:${EXTEN}
and they show up in "core show hints" like so
600 at dialtone : MeetMe:600 State:Unavailable
Watchers 1
_60X at dialtone : MeetMe:${EXTEN} State:Unavailable
Watchers 0
I'm wondering why they're Unavailable instead of
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
2010 Jun 14
4
Unable to pickup an extension, trying everything
Hello list,
I try to pick up a ringing extension but nothing works.
To be clear, I'm trying to pick up extension 10.
[Jun 14 17:37:34] -- Executing [**10 at from-TESTCORP:4]
Pickup("SIP/testcorp3-00000041", "10 at 123456") in new stack
[Jun 14 17:37:34] NOTICE[16555]: app_directed_pickup.c:159 pickup_exec:
No target channel found for 10.
[Jun 14 17:37:34] --
2018 May 14
1
Unable to build 'lld' on Mac OS 10.9
Hi All,
I am trying to build the 'lld' linker on Mac OS 10.9, but during the build, I am getting the errors. Following are the steps that I have followed:
1. I have downloaded the ‘llvm-stable’ source code from the following location:
https://github.com/llvm-mirror/llvm/tree/stable
2. Machine details(on which llvm source code isbeing built) are as follows:
$ sw_vers
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:
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
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
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 =>
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 Mar 26
3
Know who's logged in
Hi all,
For those of you people that use Agents (with Agentlogin, not
AgentCallbackLogin) on a call center, I have this need: when the agent
logs in, a channel keeps running all the time that the agent is logged
in to receive the incoming calls. How do I know which agent logged in
(code)? Right now, if I query the login channel, there is no information
about which agent is logged on:
#
2005 Jul 28
0
How do you dial an alternate line on busy with several multi-line phones?
Situation:
Dialplan requires several phones be rung on an incoming call, some of
which have multiple line presentations. If Line 1 on a phone is busy,
Line 2 should be rung instead.
Problem: Normal Dial() syntax only rings ALL extensions which we do not
want since we only want the second line on a given phone to ring if the
lower number line is busy.
More Detailed example:
3 phones with 2
2006 Jan 27
0
Page() and Asterisk 1.2.3 Problems?
Has anyone else had problems with the Page() application not working
under Asterisk 1.2.3?
We use Cisco 7960 phones and set one of the lines to auto answer. When
someone dials the paging extension it calls the page app and invites all
the lines on the phones that are set to auto answer into a meetme
conference where all the members are muted except the original caller.
When I try to use the
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
2007 Jan 03
0
Cisco 79x1 Auto-Answer
I'm using a mix of Cisco 7960, Linksys SPA-942, Cisco 7961, Cisco 7970
phones in a paging group. I have all the phones set up with an extra
line that auto answers the dial from my paging extension when the
primary line is not in use. All of these are operating correctly however
the 7961/7970s all ring once and then auto answer so the person paging
all the phones has the first part of his
2008 Mar 21
4
Calls to sip extensions not defined
Hi all, new to the list and this is probably a basic question and
couldn't find anything clear googling around but I don't know how to
handle calls to sip extensions not defined on sip.conf while using
pattern matching. On my example I have sip extensions 10, 11, 12, and 13
on sip.conf. On a basic extension.conf I set up a pattern starting with
"1" and a second digit should dial
2009 Feb 26
2
Problems with Outbound Calls
Hi everyone!
I'm quite a newbie at this Asterisk stuff so please bear with me.
We've recently decided to start training in Asterisk via AsteriskNow!
Asterisk version is 1.4.18.1 through AsteriskNow! 1.02
The box we have is paired with a Digium TE110P and we've managed to get
it to the point where incoming calls via a single DID (from NTT Japan)
can be received and answered
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