[Freeswitch-users] making group of phones ring from the command line

Steven Ayre steveayre at gmail.com
Mon Feb 18 20:24:07 MSK 2013


I'm assuming you didn't include the mailto: markup that one of our
email clients helpfully inserted... (probably my gmail).

First check group_call is actually giving you a valid dialstring:
group_call group at domain.com+A

I'm thinking the problem is the ${} didn't get expanded. Try running
it via the expand API
(http://wiki.freeswitch.org/wiki/Mod_commands#expand):

expand originate ${group_call(group at domain.com+A)} &playback(alarm.wav)

-Steve




On 18 February 2013 17:06, Johan Helsingius <julf at julf.com> wrote:
>
> > Try something along the lines of
> >
> > originate ${group_call(2000 at domain.com <mailto:2000 at domain.com>+A)}
> > &playback(alarm.wav)
>
> Unfortunately all permutations of the group call just give me
> ERR CHAN_NOT_IMPLEMENTED from fs_cli.
>
>         Julf
>
>
>
> _________________________________________________________________________
> Professional FreeSWITCH Consulting Services:
> consulting at freeswitch.org
> http://www.freeswitchsolutions.com
>
> 
> 
>
> Official FreeSWITCH Sites
> http://www.freeswitch.org
> http://wiki.freeswitch.org
> http://www.cluecon.com
>
> FreeSWITCH-users mailing list
> FreeSWITCH-users at lists.freeswitch.org
> http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
> UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
> http://www.freeswitch.org



Join us at ClueCon 2011 Aug 9-11, 2011
More information about the FreeSWITCH-users mailing list