Hello,
I’ve got an asterisk on an embedded board running meetme. I’ve tested it with another asterisk using auto dialout with call files. The testing asterisk dails the conference and then connects it to a local extension which plays a tune.
It worked with SIP, so I tried using IAX. I get an authentication error however. When I looked at the debug messages it seems that Asterisk doesnt interpret the call file for IAX as it should. Or maybe I am doing something wrong…
conference asterisk: 1.2.21.1 on astlinux
testing asterisk: 1.2.13 on opensuse 10.2
They are both connected on a LAN
Callfile
Channel: IAX2/1234@192.168.1.35
Callerid:user1
Account:user1
MaxRetries: 0
RetryTime: 5
WaitTime: 10
Context:conftest1
Extension: s
Priority: 1
iax.conf conference asterisk
[user1]
type=friend
host=dynamic
context=from-iax
allow=all
extensions.conf conference asterisk
[from-iax]
exten => 1234,1,Goto(conf,1)
exten => conf,1,Meetme(1234|sr)
exten => conf,2,Hangup()
extensions.conf testing asterisk
[conftest1]
exten => s,1,DigitTimeout,5
exten => s,2,ResponseTimeout,10
exten => s,3,Answer
exten => s,4,Wait(1)
exten => s,5,Background(outboundmsgs/msg1)
Debug from testing asterisk with callfile
Rx-Frame Retry[ No] – OSeqno: 000 ISeqno: 000 Type: IAX Subclass: NEW
Timestamp: 00009ms SCall: 00001 DCall: 00000 [192.168.1.1:4569]
VERSION : 2
CALLED NUMBER : s
CODEC_PREFS : ()
CALLING NUMBER : 1003
CALLING PRESNTN : 0
CALLING TYPEOFN : 0
CALLING TRANSIT : 0
LANGUAGE : en
USERNAME : 1234
FORMAT : 2
CAPABILITY : 65283
ADSICPE : 0
DATE TIME : 2007-11-21 13:00:34
Nov 21 13:31:45 NOTICE[1082]: chan_iax2.c:6971 socket_read: Rejected connect attempt from 192.168.1.1, who was trying to reach 's@'
Tx-Frame Retry[000] – OSeqno: 000 ISeqno: 001 Type: IAX Subclass: REJECT
Timestamp: 00004ms SCall: 00001 DCall: 00001 [192.168.1.1:4569]
CAUSE : No authority found
CAUSE CODE : 50
Debug from testing asterisk successfully calling from softphone
Rx-Frame Retry[ No] – OSeqno: 000 ISeqno: 000 Type: IAX Subclass: NEW
Timestamp: 00003ms SCall: 00005 DCall: 00000 [192.168.1.1:4569]
VERSION : 2
CALLING NUMBER : 1004
CALLING NAME : user1
CALLING PRESNTN : 1
CALLING TYPEOFN : 16
CALLING TRANSIT : 0
FORMAT : 2
CAPABILITY : 1538
USERNAME : user1
CALLED NUMBER : 1234
DNID : 1234
ADSICPE : 0