Re: [Asterisk-java-users] asterisk 11
Brought to you by:
srt
From: Максим Б. <bui...@gm...> - 2013-05-04 10:05:28
|
Thanks for the reply. "SIP/1002-00000000" this is only a sample. I look at the channel name in the asterisk log after creating a connection. fragment of the log: -- Executing [2000@webrtc:4] MixMonitor("SIP/1002-00000000", "/var/lib/asterisk/sounds/1367661071.0_20130504-135111.wav") in new stack You are right, the name of the channel is changing, but I use the actual name. 2013/5/3 Jhoan Orozco <jho...@gm...> > No esta pasando nada, porque el canal que pasas como argumento, > posiblemente ya no existe, debes buscar la forma de pasarle el canal que en > ese momento esta activo, los canales entre llamadas siempre cambien de > nombre. > > Ejemplo: SIP: 1000 > > 1° llamada: SIP/1000-7654567d89d64d > 2° Llamada: SIP/1000-iuytr5tyuio33i4u > 3° Llamada: SIP/1000-09876f7890d098 > > Conclusion: el canal nunca se va a llamar igual > > > There's nothing going on, because the channel you pass as an argument, > possibly longer exists, you must find a way to pass the channel is active > at that time, the channels between calls always change their name. > > Example: SIP: 1000 > > 1 call: SIP/1000-7654567d89d64d > 2nd Call: SIP/1000-iuytr5tyuio33i4u > 3rd Call: SIP/1000-09876f7890d098 > > Conclusion: the channel will never be the same call > > > > > > 2013/5/3 Максим Буйлин <bui...@gm...> > >> I'm trying to send the StopMonitorAction using asterisk-java-0.3.1.jar. >> But nothing happens. >> code example: >> dmc.sendAction(new StopMonitorAction("SIP/1002-00000000")); >> >> Asterisk 11.3.0 >> Ubuntu 12.04.2 LTS (GNU/Linux 3.2.0-23-generic x86_64) >> >> >> ------------------------------------------------------------------------------ >> Get 100% visibility into Java/.NET code with AppDynamics Lite >> It's a free troubleshooting tool designed for production >> Get down to code-level detail for bottlenecks, with <2% overhead. >> Download for free and get started troubleshooting in minutes. >> http://p.sf.net/sfu/appdyn_d2d_ap2 >> _______________________________________________ >> Asterisk-java-users mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/asterisk-java-users >> >> > > > ------------------------------------------------------------------------------ > Get 100% visibility into Java/.NET code with AppDynamics Lite > It's a free troubleshooting tool designed for production > Get down to code-level detail for bottlenecks, with <2% overhead. > Download for free and get started troubleshooting in minutes. > http://p.sf.net/sfu/appdyn_d2d_ap2 > _______________________________________________ > Asterisk-java-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/asterisk-java-users > > |