Using this:
exten => 3205,n,set(pageext=“local/305”)
causes the script to simply call a phone as if it were any other extension so it just rings the destination, the way my system was setup the phone will only auto answer on intercom so changing it to this fixed the issue:
exten => 3205,n,set(pageext=“local/305@ext-intercom”)
Then the headers for auto answer are added for you and it plays a nice little ding tone before your message.
Thanks for the script it came in handy to get rid of my feedback problem with the overhead.