>> Hi, this is my first post to the list, but I have tried to search >> elsewhere for a solution >> <SNIP> >> I'm using sipgate.co.uk for incoming calls, but when I make a test >> call from the PSTN, the call just dies without connecting to my >> Astlinux box. (I'm monitoring asterisk console via 'asterisk -rvvvvv' >> and see nothing). >> <SNIP>
Thanks for the suggestions. I ran tcpdump and it indicated that traffic on that port was being forwarded to the asterisk server. It looks like I basically wrote a load of nonsense in the extensions.conf file. I edited the file to input the extension the incoming call should be coming from and it now works. Working file --- [from-pots] exten => 277****,1,Answer() exten => 277****,n,Wait(3) exten => 277****,n,Playback(tt-weasels) exten => 277****,n,Hangup() So in summary it was basically me misconfiguring the box... Cheers Chris _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2008 - September 22 - 25 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
