[Asterisk-Users] Unable to accept incoming PSTN calls

Time Bandit timebandit001 at gmail.com
Thu Apr 27 06:18:30 MST 2006


> [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 A at H, you have to go into AMP (or FreePBX) and click
on Setup -> Incoming Calls and define something to do with incoming
calls

hth



More information about the asterisk-users mailing list