[Asterisk-Users] Firefly and *... Argh!
David MacKinnon
blaed at mylibris.com
Tue Aug 10 03:18:29 MST 2004
Okay, I've read as much as I can, and I think i've followed
instructions, but I'm still having problems with * and firefly... I can
get outgoing to other freshtel working, but not incoming (I get the "not
available" voicemail), or outgoing to landline.
I'm using the debian asterisk package (0.9.1-RC1-4)
My iax.conf has in general (under my FWD register, which works...)
register => (MYNUMBER):(MYPASSWORD)@cts-au.freshtel.net
[firefly]
type=friend
host=cts-au.freshtel.net
context=from-firefly
I never see a "registered" message when starting up * (I do for FWD)
When sniffing the interface I can see the following IAX2 data on startup.
REGREQ (From me -> freshtel)
REGAUTH (Freshtel -> Me)
REGREQ (Me -> Freshtel)
REGACK (Freshtel -> Me)
ACK (Me -> Freshtel)
My extensions.conf looks like
exten => _394.,1,SetCallderId(MYNUMBER)
exten =>
_394.,2,Dial(IAX2/MYNUMBER:MYPASSWORD at cts-au.freshtel.net/${EXTEN:3},60,r)
Again, similar setup is working with FWD.
Asterisk debug says (numbers blanked out)
-- Executing Dial("SIP/xlite1-4527", "IAX2/XXXXX:XXXXX at cts-au.freshtel
.net/+6139XXXX|60|r") in new stack
-- Called XXXXXX:XXXXXX at cts-au.freshtel.net/+6139XXXXXX
Aug 10 20:15:39 WARNING[114695]: chan_iax2.c:5284 socket_read: Call
rejected by
202.168.7.131: No such context/extension
Sniffing that, I get a
NEW (Me -> Firefly)
AUTHREQ (Firefly -> Me)
AUTHREP (Me -> Firefly)
REJECT (Firefly -> Me)
... More junk
So I assume my auth is being refused. What have I missed here? Does
anyone currently have firefly working like this with * and would care to
share their setups? :) I've just started playing with this stuff recently.
Thanks,
-David
More information about the asterisk-users
mailing list