Jump to content

Edit History

Srikant

Srikant

Hi Mc_,

When trying to add the caller to the conference using channels API + metaflows to initiate a transfer of the callee's leg to the conference. As suggested by you earlier

I am getting as "Channel not bridged" error 

The process which i followed is 

1) i have created a dynamic conference with some name "conference1"

2) Caller is trying to call to the number which will play some music when connected 

3) trying to add that caller to the conference using the below 

{ "data": 
       { "action": "transfer",
         "target": "conference1",
         "transfer_type":"attended"
       }}

Where target is the conference name which i created earlier and i have also tried giving "target" value  with different parameters of the conference as below 

GET :- http://localhost:8000/v2/accounts/:Account_id/channels/

 

{
    "data": [
        {
            "answered"true,
            "authorizing_id""63748802689-fefb279a",
            "authorizing_type""conference",
            "callee_id_name""919160681234",
            "callee_id_number""+919160681234",
            "caller_id_name""Conference",
            "caller_id_number""+919160681234",
            "channel_authorized""true",
            "custom_application_vars""",
            "destination""919160681234",
            "direction""outbound",
            "elapsed_s"15,
            "from_tag""325yQep1Um7pg",
            "interaction_id""63748803758-7070b996",
            "is_loopback"true,
            "is_onhold"false,
            "loopback_leg_name""A",
            "loopback_other_leg""95a8490e-4e3f-11ea-b2c4-4965ca0b9069",
            "reseller_id""30b1b0b598268e8daad1e6cb02536377",
            "resource_id""368309d51427d23a7975286ef39a7039",
            "timestamp"63748803759,
            "to_tag""sansay12833rdb25",
            "uuid""95f6daf6-4e3f-11ea-b2da-4965ca0b9069"
        }
    ]
 
Please let me know why it is not connecting to the conference or are there any additional setting which need to be done
 
Thanks
Srikant V
Srikant

Srikant

Hi Mc_,

When trying to add the caller to the conference using channels API + metaflows to initiate a transfer of the callee's leg to the conference.

I am getting as "Channel not bridged" error 

The process which i followed is 

1) i have created a dynamic conference with some name "conference1"

2) Caller is trying to call to the number which will play some music when connected 

3) trying to add that caller to the conference using the below 

{ "data": 
       { "action": "transfer",
         "target": "conference1",
         "transfer_type":"attended"
       }}

Where target is the conference name which i created earlier and i have also tried giving "target value  with different parameters of the conference as below 

GET :- http://localhost:8000/v2/accounts/:Account_id/channels/

 

{
    "data": [
        {
            "answered"true,
            "authorizing_id""63748802689-fefb279a",
            "authorizing_type""conference",
            "callee_id_name""919160681234",
            "callee_id_number""+919160681234",
            "caller_id_name""Conference",
            "caller_id_number""+919160681234",
            "channel_authorized""true",
            "custom_application_vars""",
            "destination""919160681234",
            "direction""outbound",
            "elapsed_s"15,
            "from_tag""325yQep1Um7pg",
            "interaction_id""63748803758-7070b996",
            "is_loopback"true,
            "is_onhold"false,
            "loopback_leg_name""A",
            "loopback_other_leg""95a8490e-4e3f-11ea-b2c4-4965ca0b9069",
            "reseller_id""30b1b0b598268e8daad1e6cb02536377",
            "resource_id""368309d51427d23a7975286ef39a7039",
            "timestamp"63748803759,
            "to_tag""sansay12833rdb25",
            "uuid""95f6daf6-4e3f-11ea-b2da-4965ca0b9069"
        }
    ]
 
Please let me know why it is not connecting to the conference or are there any additional setting which need to be done
 
Thanks
Srikant V
×
×
  • Create New...