cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
346
Views
0
Helpful
1
Replies

Jabber Voice and Video - participant name attribute not populated

Hi,

I'm currently using the Jabber SDK version 11.0 and trying to figure out why the participant.name is always blank.

Is there a field in CUCM that needs to be given a value?  If so, which property of End User would it be if it is an End User property?

Also, is there a way for the caller to send some information to the callee through the API? 

I was wondering that if I started a conversation and provide an attribute in the object passed to startCoversation, that I can

get it in the conversation object that is passed in the incoming call handler.  This might be a strectch but just wondering if the plugin have that kind of capability.

Example:

obj = {

  participant: {

     recepient: 1005,

     customAttr: 'test'

  }

}

Thanks,

Russel

1 Reply 1

dstaudt
Cisco Employee
Cisco Employee

In general I believe the calling party name comes from the 'Alerting Name' fields, for individual line configurations:

Screenshot from 2016-08-29 12-59-26.png

Unfortunately, there is no pass-through-data capability with Jabber/CUCM.