How would I enable call confirm on internal SIP extensions

Hello,

I’m rather new at this asterisk/freepbx business, but I really need to have call confirm for internal extensions, as opposed to just external ones.

Can anyone point me in the right direction for doing this.

I’m very new to this, but a fast learner so any help would be greatly appreciated.

Thanks

After spending hours looking at code, searching the internet, pulling my hair out, and swearing, I found the answer completely by accident! It is actually very easy - just add # after the extension in the ring group, and it treats it like an outbound call, and enables the call confirm:

extensions:
200 <-- No Call Confirm
300# <-- Call confirm enabled for this extension.

Hope this can help others!

1 Like