Re: [Asterisk-java-users] asterisk 11
Brought to you by:
srt
From: Jhoan O. <jho...@gm...> - 2013-05-03 17:44:30
|
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 > > |