[Asterisk-java-users] setCallingPres() don't work
Brought to you by:
srt
From: Daniele R. <dan...@gm...> - 2014-10-14 15:41:38
|
Hi, I'm using Asterisk 11.12.1 with Asterisk Java 1.0.0.M3. I'm trying to hide the callerId when I create an originateasync. When I want to display the callerid I do: action.setCallerId(telefonata.getCallerId()); action.setCallingPres(3); instead when I want to hide it I do: action.setCallingPres(32); unfortunally seems that the call is not sent by asterisk. I see that "This property is only available on BRIstuffed Asterisk servers." But how I can hide the caller id if I'm using a sip trunking asterisk server? Thanks very much -- Daniele Renda |