Hmm, I am trying to build lcr from your git repo. But it seems to be broken
chan_lcr.c:701:2: warning: #warning DISABLED DUE TO DOUBLE LOCKING PROBLEM chan_lcr.c: In function 'lcr_in_setup': chan_lcr.c:950: error: 'struct ast_channel' has no member named 'redirecting' chan_lcr.c:951: error: 'struct ast_channel' has no member named 'caller' chan_lcr.c: In function 'lcr_request': chan_lcr.c:2145: error: 'requestor' undeclared (first use in this function) chan_lcr.c:2145: error: (Each undeclared identifier is reported only once chan_lcr.c:2145: error: for each function it appears in.) make[1]: *** [chan_lcr.po] Error 1 make[1]: Leaving directory `/home/manatails/gsmc/lcr' make: *** [all] Error 2
-----Original Message----- From: openbsc-bounces@lists.osmocom.org [mailto:openbsc-bounces@lists.osmocom.org] On Behalf Of Holger Hans Peter Freyther Sent: Sunday, November 11, 2012 9:37 PM To: Pierre Kim Cc: openbsc@lists.osmocom.org Subject: Re: ChanModify
On Sun, Nov 11, 2012 at 08:50:54PM +0900, Pierre Kim wrote:
Here's the pcap file captured from built in mncc. It works just fine. And the console says <000b> bsc_api.c:374 Sending ChanModify for speech 33 1 <000b> osmo_msc.c:73 Assignment complete should not have been reached.
Hi,
the PBX is 'LCR'? The MNCC interface was not versioned and there were some changes. I added versioning and I think Andreas had not merged my code: http://git.misdn.eu/?p=projects/lcr.git;a=shortlog;h=refs/heads/holger/clean ing
holger