Hi First check if call is coming to the asterisk server, from there call will be directed to mcu server.
On Thu, Sep 22, 2011 at 12:25, Sivaramkrishna Neeruganti <[email protected]>wrote: > Hi Amit, > > I am unable to dial the mcuWeb server from X-lite .my mcu log shows it > hasnt received any new participant request . > > this is what the mcu log says > > [0xb78d36d0][01316667834.768]-Adding rtmp application mcu/publisher > [0xb78d36d0][01316667834.768]-Adding rtmp application mcu/receiver > [0xb78d36d0][01316667834.768]-Adding rtmp application mcu/watcher > [0xb78d36d0][01316667834.768]-Adding rtmp application broadcaster/publish > [0xb78d36d0][01316667834.768]-Adding rtmp application broadcaster > [0xb78d36d0][01316667834.768]-Adding rtmp application streamer/mp4 > [0xb78d36d0][01316667834.768]-Adding rtmp application streamer/flv > [0xb78d36d0][01316667834.768]-Adding rtmp application bridge/input > [0xb78d36d0][01316667834.768]-Adding rtmp application bridge/output > [0xb78d36d0][01316667834.769]>Init RTMP Server > [0xb78d36d0][01316667834.769]<Init RTMP Server [1935] > [0xb78d36d0][01316667834.769]-Start [0xbf86beb8] > [0xb78d36d0][01316667834.769]>Run [0xbf86beb8] > [0xb7810b70][01316667834.769]-RTMP Server Thread [2485] > [0xb78d36d0][01316667834.769]-Handler on /status > [0xb78d36d0][01316667834.769][0xb7810b70][01316667834.769]>Run RTMP Server > [0xbf86c0d4] > > [0xb7810b70][01316667834.769]-Accepting connections [1] > -Handler on /mediagateway > [0xb78d36d0][01316667834.769]-Handler on /mcu > [0xb78d36d0][01316667834.769]-Handler on /jsr309 > [0xb78d36d0][01316667834.769]-Handler on /events/jsr309 > [0xb78d36d0][01316667834.769]-Handler on /broadcaster > [0xb700fb70][01316667929.845]-Dispatching [/mcu] > [0xb700fb70][01316667929.845]>ProcessRequest [uri:/mcu] > [0xb700fb70][01316667929.845]-ProcessRequest [method:CreateConference] > [0xb700fb70][01316667929.846]>CreateConference > [0xb700fb70][01316667929.866]<CreateConferencei [100] > [0xb700fb70][01316667929.866]>GetConferenceRef [100] > [0xb700fb70][01316667929.866]<GetConferenceRef [1,1] > [0xb700fb70][01316667929.866]-Init multiconf > [0xb680eb70][01316667929.867]-MixAudioThread [2485] > [0xb700fb70][01316667929.868]Couldn't open the logo image file [logo.png] > [0xb700fb70][01316667929.868]>Create mosaic > [0xb700fb70][01316667929.868]>SetCompositionType [id:0,comp:1,size:1] > [0xb700fb70][01316667929.868]>Updating mosaic > [0xb700fb70][01316667929.868]<Updated mosaic > [0xb700fb70][01316667929.868]<SetCompositionType > [0xb700fb70][01316667929.868]<Create mosaic [id:0] > [0xb700fb70][01316667929.868][0xb5fe7b70][01316667929.868]>CreateMixer > audio [500] > -MixVideoThread [2485] > [0xb5fe7b70][01316667929.868]>MixVideo > [0xb700fb70][01316667929.868]<CreateMixer audio > [0xb700fb70][01316667929.868]>CreateMixer text [500] > [0xb57e6b70][01316667929.868]-MixTextThread [2485] > [0xb57e6b70][01316667929.868]>MixText > [0xb700fb70][01316667929.868]-Text [500,watcher] > [0xb700fb70][01316667929.868]<CreateMixer text > [0xb700fb70][01316667929.868]>Init audio encoder > [0xb700fb70][01316667929.868]<Init audio encoder > [0xb700fb70][01316667929.869]>Init text encoder > [0xb700fb70][01316667929.869]<Init text encoder > [0xb700fb70][01316667929.869]-SetAudioCodec [8,PCMA] > [0xb700fb70][01316667929.869]>Init mixer [500] > [0xb700fb70][01316667929.869]PipeAudioOutput init > [0xb700fb70][01316667929.869]<Init mixer [500] > [0xb700fb70][01316667929.869]>Init mixer [500] > [0xb700fb70][01316667929.869]PipeTextOutput init > [0xb700fb70][01316667929.869]-AddReader [500] > [0xb700fb70][01316667929.869]-Text [500,watcher] > [0xb700fb70][01316667929.869][500,500] > [0xb700fb70][01316667929.869]<Init mixer [500] > [0xb700fb70][01316667929.869]>Start encoding audio > [0xb700fb70][01316667929.869]<StartSending audio [1] > [0xb700fb70][01316667929.869]>Start encoding text > [0xb4fe5b70][01316667929.869]Encoding audio [2485] > [0xb4fe5b70][01316667929.869]>Encode Audio > [0xb700fb70][01316667929.869]<StartSending text [1] > [0xb4fe5b70][01316667929.869]-CreateAudioCodec [8] > [0xb700fb70][01316667929.869]>ReleaseConferenceRef [100] > [0xb700fb70][01316667929.869]<ReleaseConferenceRef > [0xb700fb70][01316667929.870]<ProcessRequest [time:24] > [0xb47e4b70][01316667929.869]Encoding text [2485] > [0xb700fb70][01316667929.900]-Dispatching [/mcu] > [0xb700fb70][01316667929.900]>ProcessRequest [uri:/mcu] > [0xb700fb70][01316667929.901]-ProcessRequest [method:SetCompositionType] > [0xb700fb70][01316667929.901]<ProcessRequest [time:0] > > dial rule in extensions.conf exten => 300,1,Dial(SIP/mcuWeb,,) > i have created the conference in the mcuWeb server with DID 300 and as > mentioned in my previous mail . > > can u help me in dialing mcuWeb server from X-lite .i cant figure out whats > going wrong . > > Thanks , > Siva. > > > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > asterisk-video mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-video > -- Amit Anand +91 9818559898
-- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- asterisk-video mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-video
