09-22-2010 07:50 AM - edited 03-16-2019 12:55 AM
Hi
I am running CCM version 7.1.5. My problem is that when i have video capabilities enabled, i am unable to ring external mobile phones. When i disable this, mobile calls work fine. On previous versions of CCM, you were able to tick a box saying 'retry video call as audio'. This tick box seems not to be available in CCM version 7.1.5(even though it says its available in the help page. This is affecting my 9971 phones. has anyone come across this before?
Thanks,
Derek
09-24-2010 12:43 PM
Hi Derek,
I think the new CCMAdmin for a 99XX device will not expose the "Retry Video Call as Audio" option but it is set to true in the database.
You can verify that it is set to true in database by running the SQL query from the CLI (SSH session). The following example is using the MAC address of the 9971 phone
adin:run sql select pkid from device where name = 'SEP00230432C385'
retryvideocallasaudio
=====================
t
You can find the PKID of the device using MAC and can also verify this setting as follows
admin:run sql select pkid from device where name = 'SEP00230432C385'
pkid
====================================
df354918-4a8d-4ed5-838e-b401e774bce5
admin:run sql select name,retryvideocallasaudio from device where pkid = 'df354918-4a8d-4ed5-838e-b401e774bce5'
name retryvideocallasaudio
=============== =====================
SEP00230432C385 t
admin:
11-09-2010 07:17 AM
Same problem.
Is it possible to solve?
11-09-2010 08:37 AM
looks to me like some kind of software bug. The phone defaults to retry as audio, but it doesn't work.
11-10-2010 09:52 AM
Hi Derek,
If you run the sql query what are you seeing the value for retry as audio (true or false , t or f) ? If it is set to t and still not working then it will be another issue.
Thanks,
Lakshmi
12-14-2010 05:37 AM
Found the solution.
In voice gateway configuration you need to add bearer-cap speech command in the section voice-port
looks like:
voice-port 1/1:23
bearer-cap speech
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide