> [from-pstn] > include => from-pstn-custom ; create this context in extensions_custom.conf > to include customizations > include => ext-did > ;exten => fax,1,Goto(ext-fax,in_fax,1) > exten => _.,1,Wait(1) > exten => _.,2,Goto(from-pstn,s,1)
Here is what is happening : Your ZAP channels are in the context "from-pstn" Since there is no "s" extension defined, it goes to "_." (which match anything) So, like seen in the log, Asterisk wait a second, then execute "Goto(from-pstr,s,1)" which brings it back to "_.,1". It just loop there until the caller hangup Since you're using [EMAIL PROTECTED], you have to go into AMP (or FreePBX) and click on Setup -> Incoming Calls and define something to do with incoming calls hth _______________________________________________ --Bandwidth and Colocation provided by Easynews.com -- Asterisk-Users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
