[Asterisk-java-users] help in Meetmejoin event!
Brought to you by:
srt
From: Forte, G. \(GFORTE\) <gf...@ar...> - 2006-02-13 19:12:26
|
Stephan helped me on this one, try: =20 originateAction =3D new OriginateAction(); originateAction.setChannel("Zap/1-1"); originateAction.setContext("default"); originateAction.setApplication("MeetMe"); originateAction.setData("8200"); //you had no quotes originateAction.setCallerId("Painel <" + 8200 + ">"); originateAction.setPriority(new Integer(1)); originateAction.setTimeout(new Long(30000)); originateAction.setAsync(Boolean.TRUE); //add this ________________________________ From: ast...@li... on behalf of Andre = Luiz Martins Rodrigues Sent: Mon 2/13/2006 1:45 PM To: ast...@li... Subject: [Asterisk-java-users] help in Meetmejoin event! Hello everbody. =20 I need of help. In the application that am developing I am finding the = following problem. When I receive a connection, or when I do a = connection in some moments I need to transfer for conference (Event: = MeetmeJoin). However when I perform: =20 =20 originateAction =3D new OriginateAction(); originateAction.setChannel("Zap/1-1"); originateAction.setContext("default"); originateAction.setApplication("MeetMe"); originateAction.setData(8200); originateAction.setCallerId("Painel <" + 8200 + ">"); originateAction.setPriority(new Integer(1)); originateAction.setTimeout(new Long(30000)); =20 Nothing happens. Someone knows to say as I can transfer a connection = for conference? =20 Andr=E9 Luiz Martins Rodrigues Analista de Sistemas - Govoip #VoIP: 3400 0500 Fone: 55 (34) 3214-5500=20 and...@go... |