Getting callerid of ooh323 endpoint

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?

I doubt that the quotes are valid.

I tried without quotes in the callerid value in ooh323.conf, but still not reflected in any events/messages, or in “ooh323 show peer 123”

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.