Jump to content

Ramesh Atta

Members
  • Posts

    6
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. Hi MC_, I have attached the document with all the detailed steps that we have done along with the longs. Could you please check once and see if we are missing something? Thanks & Regards Ramesh Babu Atta Metaflow_Issues.docx
  2. H MC_, Yes we did configured the metaflows on the account. It was able to bind the binding digit as "*" which is printing in the freeswitch log. But after that it is not accepting subsequent digits to inoke the corresponding module. Here are the detailed thags that we have done. 1. { "data": { "binding_digit": "*", "listen_on": "self", "numbers": { "2": { "data": { "id": "476174715a4ddb1c377334401213daa8", "leg": "both" }, "module": "play" } } } 2. After setting the metaflow on the account we have started the konami app started the cb_channels module started the cb_metaflow module 2. While the call is playing the scilence stream , we have pressed "*2" with the expectation that it will execute the play module , but nothing happens Could you please check this once and see if we are doing something wrong?.
  3. Hi MC_, We have done the following steps. We have enabled the konami kazoo application using sup kapps_controller start_app konami We have also enabled the metaflows in crossbar by sup crossbar_maintenance start_module cb_metaflows we enabled the cb_channels module using sup crossbar_maintenance start_module cb_channels After doing these things also, the logs says that the metaflow has been put on the channel, but not able to see it is running. We are trying for help from Kazoo forums. The sequence of steps: A specific call flow has been mapped to a number A PIVOT has been added in the call flow and mapped to a URL. The output from the URL is { "module": "play", "data": { "id": "silence_stream://60000", } } After that we have executed a PUT on the channel with a metaflow definition : http://ip:8000/v2/accounts/:accountid/channel/:UUID, we have replaced the accountid and UUID from Kazoo log The metaflow we PUT was { "action": "metaflow", "data": { "module": "play", "data": { "id": "476174715a4ddb1c377334401213daa8" } } } Kazoo log says that PUT has been successfully executed and callflow ends with out playing the media with the 14d528a8d83fc0361cfc6ebcf8837d50 id. We are not able see if the metaflow is executing in the log. Somehow system is not executing the metaflow Could you please check and guide us, where are we going wrong? Could you please explain how to enable the metaflow on an account? Thanks & Regards Ramesh
  4. Thank you so much mc_ for the direction. Will try this and keep you posted on this. Can you also guide us how to make the Konami application run? Do we have have instructions documented somewhere? I have gonr through https://github.com/2600hz/kazoo/tree/master/applications/konami But did not find the instructions Or how to check if that is already running?
  5. After a little bit ay R & D, figured out that METAFLOW is the way to go. Could you please confirm? I think we should set the Metaflow against a accountid/callflowid/callid. How to tell Kazoo that this metaflow shoud run against a specific call/callflow? Could you please advice?
  6. HI James Aimonetti, We are trying to create a workflow using the PIVOT as our call configurations are outside Kazoo and we need to retrieve from there. But the flow is some thing like this. A call comes to a specific number to Kazoo. The associated call flow will get executed. Now a PIVOT will execute to invoke the external application. It gives the response back saying that play media while we are searching for an available operator and ends. The external system wants to make an API call(to be developed as custom API) to tell that please dial to this AGENT number. Now the question is how to update the callflow object with the received in the API call in point 4? Please suggest the way forward. Thanks & Regards Ramesh
×
×
  • Create New...