[Asterisk-java-users] initiating a call from one sip to another through manager
Brought to you by:
srt
From: Forte, G. \(GFORTE\) <gf...@ar...> - 2006-01-10 15:36:29
|
Hello all, I am having trouble initiating a call from one sip phone to another = through the manager. Both phones get "focus" but when I pick either up I get a busy signal. I am trying to dial SIP/200 from SIP/201 both are on separate pcs from = asterisk. =20 here is a code snippet: =20 originateAction =3D new OriginateAction(); originateAction.setChannel("SIP/201"); originateAction.setContext("external"); originateAction.setExten("SIP/200"); originateAction.setPriority(new Integer(1)); originateAction.setTimeout(new Integer(60000)); originateAction.setCallerId("201"); =20 TIA! |