Moderators: gerski, enjay, williamconley, Op3r, Staydog, gardo, mflorell, MJCoate, mcargile, Kumba, Michael_N
Host dnsmgr Username Perceived Refresh State
192.168.56.3:4569 N TESTast 192.168.56.2:4569 60 Registered
127.0.0.1:41569 N ASTblind 127.0.0.1:58253 60 Registered
127.0.0.1:40569 N ASTloop 127.0.0.1:40735 60 Registered
Host dnsmgr Username Perceived Refresh State
192.168.56.2:4569 N autodialle 192.168.56.3:4569 60 Registered
[Jun 11 15:39:10] NOTICE[9632]: chan_local.c:969 local_call: No such extension/context 1001@default while calling Local channel
[Jun 11 15:39:10] NOTICE[9632]: channel.c:5486 __ast_request_and_dial: Unable to call channel Local/1001@default
[Jun 11 15:39:11] == Manager 'sendcron' logged off from 127.0.0.1
register => TESTast:test@192.168.56.3:4569
[autodialler]
type=friend
username=autodialler
fromuser=autodialler
secret=dialler123
host=dynamic
context=trunkinbound
disallow=all
allow=ulaw
allow=alaw
qualify=yes
TRUNKElastix=IAX2/autodialler
exten => _100X,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _100X,n,Dial(${TRUNKElastix}/${EXTEN},50,o)
exten => _100X,n,Hangup
[Jun 11 20:27:08] == Using SIP RTP CoS mark 5
[Jun 11 20:27:08] -- Executing [1000@default:1] AGI("SIP/100-00000000", "agi://127.0.0.1:4577/call_log") in new stack
[Jun 11 20:27:08] -- <SIP/100-00000000>AGI Script agi://127.0.0.1:4577/call_log completed, returning 0
[Jun 11 20:27:08] -- Executing [1000@default:2] Dial("SIP/100-00000000", "IAX2/autodialler/1000,50,o") in new stack
[Jun 11 20:27:08] -- Called IAX2/autodialler/1000
[Jun 11 20:27:08] -- Hungup 'IAX2/autodialler-2006'
[Jun 11 20:27:08] == Everyone is busy/congested at this time (1:0/0/1)
[Jun 11 20:27:08] -- Executing [1000@default:3] Hangup("SIP/100-00000000", "") in new stack
[Jun 11 20:27:08] == Spawn extension (default, 1000, 3) exited non-zero on 'SIP/100-00000000'
[Jun 11 20:27:08] -- Executing [h@default:1] AGI("SIP/100-00000000", "agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----50-----CHANUNAVAIL----------") in new stack
[Jun 11 20:27:08] -- <SIP/100-00000000>AGI Script agi://127.0.0.1:4577/call_log--HVcauses--PRI-----NODEBUG-----50-----CHANUNAVAIL---------- completed, returning 0
Should be 10XX not 100X (1010 is not 100X, LOL).
If you have host=dynamic, then Vicidial has no idea what its IP is until it registers with you. This means the elastix server would need to register with Vicidial for Vicidial to know its IP address. I get the impression that the IP of the elastix server is 192.168.56.3 from your registration entry. So change the host= entry to host=192.168.56.3.
[autodialler]
type=friend
canreinvite=no
host=192.168.56.3
context=trunkinbound
dtmfmode=rfc2833
disallow=all
allow=ulaw
allow=alaw
qualify=yes
type=friend
canreinvite=no
host=192.168.56.2
dtmfmode=rfc2833c
context=from-internal
disallow=all
allow=ulaw&alaw
qualify=yes
Name/Username Host Mask Port Status
TESTast 192.168.56.2 (S) 255.255.255.255 4569 OK (32 ms)
1 iax2 peers [1 online, 0 offline, 0 unmonitored]
Name/Username Host Mask Port Status
ASTblind 127.0.0.1 (D) 255.255.255.255 41923 OK (5 ms)
ASTloop 127.0.0.1 (D) 255.255.255.255 51757 OK (7 ms)
autodialler 192.168.56.3 (S) 255.255.255.255 4569 OK (2 ms)
exten => _10XX,1,AGI(agi://127.0.0.1:4577/call_log)
exten => _10XX,n,Dial(${TRUNKElastix}/${EXTEN},50,o)
exten => _10XX,n,Hangup
Users browsing this forum: No registered users and 34 guests