Basic test

Hello All,

I have a basic asterisk setup and I am running a basic test but it is not working.

I have setup an extension via the freepbx interface this is extension 1111 which has a aastra 9112i IP phone connected to it. Now I have added the following to my extensions.conf file,

[test]
exten => 1234,1,Answer
exten => 1234,2,Playback(goodbye)
exten => 1234,3,Hangup

The way I understand it when I dial 1234 from the IP phone it should answer say goodbye and then hangup.

But all it does is give me a busy tone. When I run sip debug via the command interface it shows it trying to connect to sip:1234@pbxip:5060

Any help would be great.

does the entry for this phone in sip conf contain “context=test” ? or does the context defined in sip.conf for this phone “include=>” the ‘test’ context ?

if you are running Freepbx then you should not manually add items into sip.conf. There is a file called sip_custom.conf where your amendments should go. Also, try dialing *43 from the 9112i as this should give you an echo test. This is a good place to start as long as you have feature codes enabled.

I feel so stupid :blush: