Discussion:
[Freeswitch-users] mod_callcenter features
rajkumar
2010-12-27 09:42:29 UTC
Permalink
Hi,

I am developing an application with mod_callcenter. I need to know the
following about mod_callcenter.

* Is it possible to add/update/delete the queue configurations dynamically
without using static xml configurations.
* How can I control the call flow (for playback message and recording)
before and after bridging the call.

Thanks in advance

regards
rajkumar k
--
View this message in context: http://freeswitch-users.2379917.n2.nabble.com/mod-callcenter-features-tp5869082p5869082.html
Sent from the freeswitch-users mailing list archive at Nabble.com.
Rob Hutton
2010-12-30 12:42:11 UTC
Permalink
Some of the API commands are on in the Wiki under the heading API:

http://wiki.freeswitch.org/wiki/Mod_callcenter

Everything starts with callcenter_config, so you can feel your way around the command line and everything is fairly self explanatory.

What do you mean control the call flow? Can you give an example of what you are trying to accomplish?
--
Thanks,
Rob
Post by rajkumar
Hi,
I am developing an application with mod_callcenter. I need to know the
following about mod_callcenter.
* Is it possible to add/update/delete the queue configurations dynamically
without using static xml configurations.
* How can I control the call flow (for playback message and recording)
before and after bridging the call.
Thanks in advance
regards
rajkumar k
Rob Hutton
2010-12-31 07:19:10 UTC
Permalink
1. Try something like:

reloadxml
callcenter_config queue load|reload queue_name

2. I don't believe so. Hit Moc on the IRC channel. I am trying, also...
--
Thanks,
Rob
Hi,
1. In mod_callcenter, there is no command like "callcenter_config queue add"
for adding queues dynamically. We need to configure it in
callcenter.conf.xml file and run "callcenter_config queue reload <queue
name>". So is there any other ways to add queues.
2. The mod_callcenter automatically bridges the call once it identifies the
available agent. But the requirement is to identify the available agent and
leave the bridge control to our dial plan. There we need to other operations
(like announcing caller name to agent) instead of bridging the call.
regards
rajkumar k
Post by Rob Hutton
http://wiki.freeswitch.org/wiki/Mod_callcenter
Everything starts with callcenter_config, so you can feel your way around
the command line and everything is fairly self explanatory.
What do you mean control the call flow? Can you give an example of what
you are trying to accomplish?
--
Thanks,
Rob
Post by rajkumar
Hi,
I am developing an application with mod_callcenter. I need to know the
following about mod_callcenter.
* Is it possible to add/update/delete the queue configurations
dynamically
Post by rajkumar
without using static xml configurations.
* How can I control the call flow (for playback message and recording)
before and after bridging the call.
Thanks in advance
regards
rajkumar k
Mark Crane
2011-03-14 17:16:54 UTC
Permalink
1. In mod_callcenter, there is no command like "callcenter_config queue add"
This would be a great feature to have ability to add and delete new call center queues.

Mark J Crane


--- On Fri, 12/31/10, Rob Hutton <justlikeef at gmail.com> wrote:

From: Rob Hutton <justlikeef at gmail.com>
Subject: Re: [Freeswitch-users] mod_callcenter features
To: "Rajkumar K" <rajkumar.kmry at gmail.com>
Cc: freeswitch-users at lists.freeswitch.org
Date: Friday, December 31, 2010, 12:19 AM

1. Try something like:

reloadxml
callcenter_config queue load|reload queue_name

2. I don't believe so.? Hit Moc on the IRC channel.? I am trying, also...
--
Thanks,
Rob
Hi,
1. In mod_callcenter, there is no command like "callcenter_config queue add"
for adding queues dynamically. We need to configure it in
callcenter.conf.xml file and run "callcenter_config queue reload <queue
name>". So is there any other ways to add queues.
2. The mod_callcenter automatically bridges the call once it identifies the
available agent. But the requirement is to identify the available agent and
leave the bridge control to our dial plan. There we need to other operations
(like announcing caller name to agent) instead of? bridging the call.
regards
rajkumar k
Post by Rob Hutton
http://wiki.freeswitch.org/wiki/Mod_callcenter
Everything starts with callcenter_config, so you can feel your way around
the command line and everything is fairly self explanatory.
What do you mean control the call flow?? Can you give an example of what
you are trying to accomplish?
--
Thanks,
Rob
Hi,
???I am developing an application with mod_callcenter. I need to know the
following about mod_callcenter.
???* Is it possible to add/update/delete the queue configurations
dynamically
without using static xml configurations.
???* How can I control the call flow (for playback message and recording)
before and after bridging the call.
Thanks in advance
regards
rajkumar k
_______________________________________________
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




-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20110314/1867b62c/attachment.html
Loading...