[asterisk-bugs] [JIRA] (ASTERISK-30134) IAX2 hints always return Unavailable
Jose Miguel Rivera (JIRA)
noreply at issues.asterisk.org
Mon Jul 11 09:15:09 CDT 2022
[ https://issues.asterisk.org/jira/browse/ASTERISK-30134?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=259683#comment-259683 ]
Jose Miguel Rivera commented on ASTERISK-30134:
-----------------------------------------------
I really don't know in which version this did work. I just realized this issue when trying to use IAX2 extensions with queues.
iax.conf
[2511]
description=IAX AND Queues
host = dynamic
type = friend
requirecalltoken = no
qualify = 2000
qualifyfreq = 60
transfer = yes
secret=my_secure_password
callerid="IAX AND Queues" <2511>
deny=0.0.0.0/0
permit=0.0.0.0/0
parkinglot=parking-1
language=en
mohinterpret=default
mohsuggest=default
context=from-internal
mailbox=2511 at default
callerid="IAX AND Queues" <2511>
setvar=DEVICENAME=2511
extensions.conf
exten => 2511,hint,iax2/2511
I also tried using the following format
exten => 2511,hint,iax/2511
None of the above worked!
> IAX2 hints always return Unavailable
> ------------------------------------
>
> Key: ASTERISK-30134
> URL: https://issues.asterisk.org/jira/browse/ASTERISK-30134
> Project: Asterisk
> Issue Type: Bug
> Security Level: None
> Components: Channels/chan_iax2
> Affects Versions: 18.10.0
> Environment: Centos 7 3.10.0-1160.53.1.el7.x86_64
> Reporter: Jose Miguel Rivera
> Assignee: Jose Miguel Rivera
> Severity: Major
>
> The monitoring for IAX2 hints always return unavailable; this makes impossible using IAX2 devices on queues. Due to the hint always return Unavailable, the call will never reach or ring agents using IAX2 devices.
> Hints
> asterisk*CLI> core show hint 2511
> 2511 at extension-hints: IAX2/2511 State:Unavailable Presence:not_set Watchers 1
> 1 hint matching extension 2511
> Devices
> Name/Username Host Mask Port Status Description
> 2501 (null) (D) (null) (null) UNKNOWN IAX Reports
> 2511 192.168.0.5 (D) 255.255.255.255 53890 OK (1 ms) IAX AND Queues
--
This message was sent by Atlassian JIRA
(v6.2#6252)
More information about the asterisk-bugs
mailing list