Is it possible to get the callerid of an OOH323 peer through the AMI (or ARI, or even CLI)? I have set callerid for the peer in ooh323.conf as follows:
[123]
type=friend
context=default
ip=192.168.1.100
port=1720
disallow=all
allow=ulaw
e164=12345
rtptimeout=60
dtmfmode=rfc2833
callerid="SomeName"
But I don’t see the “SomeName” in any AMI events / ARI messages, and the “ooh323 show peer 123” does not include a callerid field. I’ve based the above on the sample ooh323.conf file. Is it possible to get the callerid name of an OOH323 peer?