Bat Phone send call to ring group

Hello all,
I have latest PIAF with Asterisk 1.8.25.0 and Freepbx 2.11.
I’m trying to setup bat phone functionality to ring to a ring group. The phones are on Rhino bank and they need to call ring group in Freepbx. If I use this in extension_custom.conf:
exten => s,1,Dial(SIP/3010)
The phones dials fine but we get fast busy signal. Probably because 3010 is a ring group in Freepbx not a SIP extension. How can I send a call to ring group defined in Freepbx from extensions_custom.conf?

Thanks in advance.

Perhaps

Local/3000@from-internal

That did it! Thanks jfinstrom!

Another way I’ve done this without editing the .conf files is to create a custom extension and use the syntax pretty much as James gave in the custom dial string.

You do have to have different number for the Ringgroup and the extension, say use 3000 for the extension and 23000 for the ring group.

BF