Jump to content

Special Ring tone for Transer


Jack Noe

Recommended Posts

Hi all.

 

I have a customer with Polycom phones, VVX.

We set a ring tone for internal and another ringtone for external, via the device settings in the callflows, and uploading the a CFG file

image.png.fbbe890c7f1bf0e334f1a1afe8f29a8f.png

 

 

But  a call transferred blindly, has a ring tone as external.

The customer, wants a blind transfer to have a ring tone as internal, or a separate ring tone.

How can we set this up?

 

Thanks 

 

 

 

Link to comment
Share on other sites

Curious as to what the difference is between:

"ringtones": {
            "internal": "<http://localhost>;info=Internal",
            "external": "<http://localhost>;info=External"
        },

and this method:

"sip":{
         "custom_sip_headers": {
              "in":{
                  "Alert-Info":"<http://localhost>;info=Special1",
                  "X-device-header-in": ""
               },
               "out":{
                   "Alert-Info":"<http://localhost>;info=Special2",
                    "X-device-outbound": ""
                }
            }
        }

And I see all the documentation falls under Callflow, so can this be written to a callflow element instead of a device?

Link to comment
Share on other sites

×
×
  • Create New...