VoIP Mailing List Archives
Mailing list archives for the VoIP community |
|
View previous topic :: View next topic |
Author |
Message |
sheeju.alex at gmail.com Guest
|
Posted: Sat Oct 04, 2008 8:53 pm Post subject: [Freeswitch-users] <caller-controls> -- Invalid caller |
|
|
Hi All,
I am trying to include "dial" caller control in my custom profile,
but I get this warning and looks like this action is not defined?
2008-10-04 18:42:11 [WARNING] mod_conference.c:4797
conference_new_install_caller_controls_custom() Invalid caller control
action name 'dial'.
Here is the caller-controls I included as mentioned in wiki
<control action="dial" digits="888"
data="sofia/default/888@conference.freeswitch.org 60 0000000000
FreeSwitch"/>
Thanks,
Sheeju
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
anthony.minessale at g... Guest
|
Posted: Sat Oct 04, 2008 9:23 pm Post subject: [Freeswitch-users] <caller-controls> -- Invalid caller |
|
|
the caller controls are only the ones that you can dial with the DTMF.
Dial is a FSAPI command which you would execute at the CLI
On Sat, Oct 4, 2008 at 8:51 PM, Sheeju Alex <sheeju.alex@gmail.com (sheeju.alex@gmail.com)> wrote:
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com ([email]MSN%3Aanthony_minessale@hotmail.com[/email])
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com ([email]PAYPAL%3Aanthony.minessale@gmail.com[/email])
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org ([email]sip%3A888@conference.freeswitch.org[/email])
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org ([email]googletalk%3Aconf%2B888@conference.freeswitch.org[/email])
pstn:213-799-1400 |
|
Back to top |
|
|
sheeju.alex at gmail.com Guest
|
Posted: Sun Oct 05, 2008 1:38 am Post subject: [Freeswitch-users] <caller-controls> -- Invalid caller |
|
|
Anthony, Thanks for your replybut the one mentioned in wiki is wrong?
----------
To be able to establish an pre-determined outbound call from the
conference, using caller-controls, build a binding as follows;
<control action="dial" digits="888"
data="sofia/default/888@conference.freeswitch.org 60 0000000000
FreeSwitch"/> <!-- call the developer conference -->
----------
I want to include some extra actions to be dialed through DTMF, say
lock, record and dial. This should be possible by adding these actions
in ccfntbl[] and calling appropriate function right?
Could you please give me some pointers in modifying mod_conference.c?
/Sheeju
On Sun, Oct 5, 2008 at 7:52 AM, Anthony Minessale
<anthony.minessale@gmail.com> wrote:
Quote: | the caller controls are only the ones that you can dial with the DTMF.
Dial is a FSAPI command which you would execute at the CLI
On Sat, Oct 4, 2008 at 8:51 PM, Sheeju Alex <sheeju.alex@gmail.com> wrote:
Quote: |
Hi All,
I am trying to include "dial" caller control in my custom profile,
but I get this warning and looks like this action is not defined?
2008-10-04 18:42:11 [WARNING] mod_conference.c:4797
conference_new_install_caller_controls_custom() Invalid caller control
action name 'dial'.
Here is the caller-controls I included as mentioned in wiki
<control action="dial" digits="888"
data="sofia/default/888@conference.freeswitch.org 60 0000000000
FreeSwitch"/>
Thanks,
Sheeju
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
--
Anthony Minessale II
FreeSWITCH http://www.freeswitch.org/
ClueCon http://www.cluecon.com/
AIM: anthm
MSN:anthony_minessale@hotmail.com
GTALK/JABBER/PAYPAL:anthony.minessale@gmail.com
IRC: irc.freenode.net #freeswitch
FreeSWITCH Developer Conference
sip:888@conference.freeswitch.org
iax:guest@conference.freeswitch.org/888
googletalk:conf+888@conference.freeswitch.org
pstn:213-799-1400
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Sun Oct 05, 2008 3:02 am Post subject: [Freeswitch-users] <caller-controls> -- Invalid caller |
|
|
Can you kindly point at the one on the wiki that mentions this?
/b
On Oct 5, 2008, at 1:36 AM, Sheeju Alex wrote:
Quote: | Anthony, Thanks for your replybut the one mentioned in wiki is wrong?
----------
To be able to establish an pre-determined outbound call from the
conference, using caller-controls, build a binding as follows;
<control action="dial" digits="888"
data="sofia/default/888@conference.freeswitch.org ([email]sofia/default/888@conference.freeswitch.org[/email]) 60 0000000000
FreeSwitch"/> <!-- call the developer conference -->
----------
I want to include some extra actions to be dialed through DTMF, say
lock, record and dial. This should be possible by adding these actions
in ccfntbl[] and calling appropriate function right?
Could you please give me some pointers in modifying mod_conference.c?
/Sheeju |
|
|
Back to top |
|
|
sheeju.alex at gmail.com Guest
|
Posted: Sun Oct 05, 2008 5:16 am Post subject: [Freeswitch-users] <caller-controls> -- Invalid caller |
|
|
Brian, Here you go!
http://wiki.freeswitch.org/wiki/Mod_conference#.3Ccaller-controls.3E
---------------
<caller-controls>
Caller controls are used to modify the state of the conference. It can
be lowering the volume, mute the conference and such.
To force no caller-controls group to be installed for the callers of a
conference, use the built-in reserved group name "none".
To be able to establish an pre-determined outbound call from the
conference, using caller-controls, build a binding as follows;
<control action="dial" digits="888"
data="sofia/default/888@conference.freeswitch.org 60 0000000000
FreeSwitch"/> <!-- call the developer conference -->
---------------
/Sheeju
On Sun, Oct 5, 2008 at 1:30 PM, Brian West <brian@freeswitch.org> wrote:
Quote: | Can you kindly point at the one on the wiki that mentions this?
/b
On Oct 5, 2008, at 1:36 AM, Sheeju Alex wrote:
Anthony, Thanks for your replybut the one mentioned in wiki is wrong?
----------
To be able to establish an pre-determined outbound call from the
conference, using caller-controls, build a binding as follows;
<control action="dial" digits="888"
data="sofia/default/888@conference.freeswitch.org 60 0000000000
FreeSwitch"/> <!-- call the developer conference -->
----------
I want to include some extra actions to be dialed through DTMF, say
lock, record and dial. This should be possible by adding these actions
in ccfntbl[] and calling appropriate function right?
Could you please give me some pointers in modifying mod_conference.c?
/Sheeju
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Sun Oct 05, 2008 5:23 am Post subject: [Freeswitch-users] <caller-controls> -- Invalid caller |
|
|
The wiki is a community resource so I recommend you signup for an
account also... I have removed that example as its 100% wrong.
/b
On Oct 5, 2008, at 5:13 AM, Sheeju Alex wrote:
Quote: | Brian, Here you go!
http://wiki.freeswitch.org/wiki/Mod_conference#.3Ccaller-controls.3E
---------------
<caller-controls>
Caller controls are used to modify the state of the conference. It can
be lowering the volume, mute the conference and such.
To force no caller-controls group to be installed for the callers of a
conference, use the built-in reserved group name "none".
To be able to establish an pre-determined outbound call from the
conference, using caller-controls, build a binding as follows;
<control action="dial" digits="888"
data="sofia/default/888@conference.freeswitch.org 60 0000000000
FreeSwitch"/> <!-- call the developer conference -->
---------------
/Sheeju
On Sun, Oct 5, 2008 at 1:30 PM, Brian West <brian@freeswitch.org>
wrote:
Quote: | Can you kindly point at the one on the wiki that mentions this?
/b
On Oct 5, 2008, at 1:36 AM, Sheeju Alex wrote:
Anthony, Thanks for your replybut the one mentioned in wiki is wrong?
----------
To be able to establish an pre-determined outbound call from the
conference, using caller-controls, build a binding as follows;
<control action="dial" digits="888"
data="sofia/default/888@conference.freeswitch.org 60 0000000000
FreeSwitch"/> <!-- call the developer conference -->
----------
I want to include some extra actions to be dialed through DTMF, say
lock, record and dial. This should be possible by adding these
actions
in ccfntbl[] and calling appropriate function right?
Could you please give me some pointers in modifying mod_conference.c?
/Sheeju
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
sheeju.alex at gmail.com Guest
|
Posted: Sun Oct 05, 2008 8:23 am Post subject: [Freeswitch-users] <caller-controls> -- Invalid caller |
|
|
I already have an account but wanted to be sure of this feature..
/Sheeju
On Sun, Oct 5, 2008 at 3:52 PM, Brian West <brian@freeswitch.org> wrote:
Quote: | The wiki is a community resource so I recommend you signup for an
account also... I have removed that example as its 100% wrong.
/b
On Oct 5, 2008, at 5:13 AM, Sheeju Alex wrote:
Quote: | Brian, Here you go!
http://wiki.freeswitch.org/wiki/Mod_conference#.3Ccaller-controls.3E
---------------
<caller-controls>
Caller controls are used to modify the state of the conference. It can
be lowering the volume, mute the conference and such.
To force no caller-controls group to be installed for the callers of a
conference, use the built-in reserved group name "none".
To be able to establish an pre-determined outbound call from the
conference, using caller-controls, build a binding as follows;
<control action="dial" digits="888"
data="sofia/default/888@conference.freeswitch.org 60 0000000000
FreeSwitch"/> <!-- call the developer conference -->
---------------
/Sheeju
On Sun, Oct 5, 2008 at 1:30 PM, Brian West <brian@freeswitch.org>
wrote:
Quote: | Can you kindly point at the one on the wiki that mentions this?
/b
On Oct 5, 2008, at 1:36 AM, Sheeju Alex wrote:
Anthony, Thanks for your replybut the one mentioned in wiki is wrong?
----------
To be able to establish an pre-determined outbound call from the
conference, using caller-controls, build a binding as follows;
<control action="dial" digits="888"
data="sofia/default/888@conference.freeswitch.org 60 0000000000
FreeSwitch"/> <!-- call the developer conference -->
----------
I want to include some extra actions to be dialed through DTMF, say
lock, record and dial. This should be possible by adding these
actions
in ccfntbl[] and calling appropriate function right?
Could you please give me some pointers in modifying mod_conference.c?
/Sheeju
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
|
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|