Project

General

Profile

Problem trying to make outbound calls.

Added by andrew longsden about 12 years ago

I've been trying to get my test system to make outbound calls and after days of testing that it is not our infrastructure I have come to the conclusion its something to do with my extensions.conf file.

I am dialling form the uk and have put the following into the file:

exten => _944.,1,AGI
exten => _944.,2,Dial(SIP/${EXTEN:1}@goautodial,,tTo)
exten => _944,3,Hangup

my question is as simple as follows... Is this correct???!!!

if not why else could we be having issues? we've checked the sip is connecting correctly and that all ports are open on the fire wall.

appologies if this is a repeat thread but it is really doing my head in!


Replies (2)

RE: Problem trying to make outbound calls. - Added by striker 247 about 12 years ago

you need use dialplan as mentioned below

exten => _944X.,1,AGI
exten => _944X.,2,Dial(SIP/${EXTEN:1}@goautodial,,tTo)
exten => _944X.,3,Hangup

RE: Problem trying to make outbound calls. - Added by striker 247 about 12 years ago

post your cli to see the exact issue

    (1-2/2)
    Go to top