On Fri, 2004-12-03 at 16:54 -0500, Ferguson, Michael wrote: > [incoming] > exten => 321XXXXXXX,1,Goto(incoming,s,1)
Afaik all regex numbers should start with an underscore so that should read _321XXXXXXX I guess. [snip] > > SIP.CONF > [general] > port=5060 > bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds > to all) > externip=XXX.XXX.XXX.XXX > localnet=192.168.131.0 > localmask=255.255.255.0 > context=incoming > tos=lowdelay > disallow=all > allow=ulaw > context=invalid You have a context in here twice. That looks like one too many. Regards, Patrick _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
