Displaying 5 results from an estimated 5 matches for "extension_state".
2009 Sep 30
1
EXTENSION_STATE Asterisk 1.6
Hi
I've a queue which has generic zap extensions (of my legacy PBX which is
connected to asterisk via cross over on span 4 ) logged in ..The legacy pbx
extensions are able to logon to queue perfect.. but Whenever a call comes in
queue the status of that extension in "queue show <queuename>" always shows
as "NOT IN USE" instead of ringing or In use as shown in a SIP
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
2014 Feb 12
2
Asterisk Not Starting after YUM Update
...Asterisk 1.6.2.20, Copyright (C) 1999 - 2010 Digium, Inc. and others.
*****
Starting Asterisk very verbosely seems to load the dialplan, but at some point I get a segmentation fault. This is new to me!
[?] edited [?]
chan_agent.so => (Agent Proxy Channel)
== Registered custom function 'EXTENSION_STATE'
func_extstate.so => (Gets an extension's state in the dialplan)
== Registered application 'DAHDIBarge'
app_dahdibarge.so => (Barge in on DAHDI channel application)
== Registered custom function 'CALLERPRES'
== Registered custom function 'CALLERID'
fun...
2013 Apr 04
1
ring group failure with "ExtensionState: 4"
New installation from AsteriskNow 3.0.0 with asterisk 11 and freepbx,
running Digium D40 and D70 phones.
Direct-dialed extensions work fine, but extensions in RingGroup won't
ring - dialparties.agi apparently removes them from the dialstring
pre-emptively:
dialparties.agi: EXTENSION_STATE: 4 (UNKNOWN)
dialparties.agi: Extension 2010 has ExtensionState: 4
What can I do? Any extension that is actually registered and
available is being removed, then the ring group drops through to
'Destination if no answer'. I've got a town hall waiting for this
system and I've n...
2009 Jan 29
9
Callback / Camp / Extention Free notify?
...r each SIP phone. Which would be perfect, however
it does not appear that you can check the HINT STATE in the dialplan.
I have done plenty of googling and have found this
http://bugs.digium.com/view.php?id=10635 which appears that this kind of
functionality was placed in 1.4.11. (DEVICE_STATE(), EXTENSION_STATE())
I have 1.4.21.2 and do not have these features.
To continue with the rest of the feature. If the ChanIsAvail says all is
good. I then launch another AGI to write a CALLFILE and remove the
pending callback request from the DB.
This all works if A is not busy when B finishes their call etc.
I...