> On Mon, 2009-08-03 at 09:16 -0400, Damian Krzeminski wrote: > > Cuneyt M wrote: > > > When a user logs into User Portal, he/she can retrieve his Call > Details > > > (missed calls, call history). > > > > > > How can i retrieve this information via an API (REST or others) to > be > > > integrated with in-house HR intranet? > > > > > > I've used click-to-dial REST api before with curl and it proved be > > > working well. I would, ideally, like to use the same approach to > > > retrieve a User's (extension) Call details (missed calls, call > history etc.) > > > > > > Would appreciate any pointers on how to achieve this. > > > > > > all the best! > > > > Call resolver does not offer any specific API to retrieve calls for a > > particular user. > > ... but the CDR database itself is readable, and the schema is > documented, so you can build whatever application you need. > >
Pretty certain you need to modify /var/lib/pgsql/data/pg_hba.conf to allow for host other than localhost to connect to the database. (listen_addresses = 'localhost') After this is modified a restart of postrgres is needed. Issue was opened some time ago: http://track.sipfoundry.org/browse/XX-5357 Vote away :) > > _______________________________________________ > sipx-dev mailing list [email protected] > List Archive: http://list.sipfoundry.org/archive/sipx-dev > Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev > sipXecs IP PBX -- http://www.sipfoundry.org/ _______________________________________________ sipx-dev mailing list [email protected] List Archive: http://list.sipfoundry.org/archive/sipx-dev Unsubscribe: http://list.sipfoundry.org/mailman/listinfo/sipx-dev sipXecs IP PBX -- http://www.sipfoundry.org/
