本帖最後由 bubblestar 於 2010-10-4 11:31 編輯
I have just read a post from http://forums.whirlpool.net.au/archive/1133054 which might be useful to you to fix the outbound or inbound problems on Asterisk 1.6 based server system. The possible culprit is insecure and or type that happened only on Asterisk 1.6
I extracted part of the content for your easy reference. Hope it helps you out.
Background
The setup:
Asterisk 1.6 on an externally hosted box.
A standard Engin account to receive and make calls. (this may correspond to some company like HK2b)
The Problem:
While everything was sweet with v1.4, 1.6 would not accept incoming calls. You would get an engaged signal from a telstra PSTN line. Engin to Engin would simply hang up.
The Solution:
For some strange reason, you don't have to be insecure=whatever to make outbound calls. But you need it configured to receive inbound calls.
insecure=very has been left out of asterisk 1.6 so you need to use insecure=invite,port to get the same result.
But I had configured that in the inbound type=user channel setup. For whatever reason you also have to configure it in the outbound type=peer channel setup. |