Re: [Asterisk-java-users] help in Meetmejoin event!
Brought to you by:
srt
From: Andre L. M. R. <and...@go...> - 2006-02-13 19:26:09
|
I receive from Asterisk server this response:=20 net.sf.asterisk.manager.response.ManagerResponse: actionId=3D'null'; = message=3D'Originate successfully queued'; response=3D'Success'; = uniqueId=3D'null'; systemHashcode=3D15858385 but the connection don't send for conference room. In the extension I = continue with the external connection made previously. =20 ----- Original Message -----=20 From: Forte, Graham (GFORTE)=20 To: ast...@li...=20 Sent: Monday, February 13, 2006 4:11 PM Subject: [Asterisk-java-users] help in Meetmejoin event!=20 Stephan helped me on this one, try: 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. 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 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)); 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... |