At first sight there is no problem, your code looks good, no warnings
etc, is just that nobody picks up in the other end. Do you have access
to the other Asterisk server? what does the console shows up? I have
not used the manager with Java, but that does not seems to be your
problem. I guess you should try to isolate the problem. Delete all the
manager and java things, and attempt to make a direct dial with some
phone to SIP/6021 blah.... <br>
<br>
Regards<br><br><div><span class="gmail_quote">On 2/27/06, <b class="gmail_sendername">María Chóliz</b> &lt;<a href="mailto:mariacholiz@gmail.com">mariacholiz@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi,<br><br>I have a problem dialing a SIP phone which is logged in as different<br>Astesrik machine from the one I am working with.<br><br>I want to call a phone in Another astersik machine in , if it answers,<br>calling a SiP phone registered in my ASterisk:
<br><br>My dialplan is:<br><br>[mariaSIP]<br>exten =&gt; _1.,1,Wait(1)<br>exten =&gt; _1.,2,Dial(SIP/6021@192.168.0.51:5038,20)<br>exten =&gt; _1.,3,HangUp()<br><br>exten =&gt; 222,1,MusicOnHold()<br><br>exten =&gt; 444,1,Dial(${STRING3})
<br>exten =&gt; 444,2,Ringing<br><br>SIP/6021 is the telephone logged in the another machine, which is<br><a href="http://192.168.0.51">192.168.0.51</a> and asterisk is listening in <a href="http://192.168.0.51">192.168.0.51
</a>, port 5038<br><br>And my Manager-java code is :<br><br>originateAction.setChannel(&quot;Local/16007@mariaSIP/n&quot;);<br>originateAction.setCallerId(&quot;asterisk&quot;);<br>originateAction.setCallingPres(new Boolean(true));
<br>originateAction.setContext(&quot;mariaSIP&quot;);<br>originateAction.setExten(&quot;222&quot;);<br>originateAction.setPriority(nPriority);<br>originateAction.setTimeout(nTimeout);<br>originateResponse = managerConnection.sendAction
(originateAction, 30000);<br>if(originateResponse.getResponse().equals(&quot;Success&quot;))<br>{<br>&nbsp;&nbsp; setVarAction.setVariable(&quot;STRING3&quot;);<br>&nbsp;&nbsp; setVarAction.setValue(&quot;SIP/6020&quot;);<br>&nbsp;&nbsp; originateResponse = 
managerConnection.sendAction(setVarAction, 30000);<br>&nbsp;&nbsp; if(originateResponse.getResponse().equals(&quot;Success&quot;))<br>&nbsp;&nbsp;{<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;RedirectAction redirectAction = new RedirectAction();<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;redirectAction.setChannel
(sChannel);<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;redirectAction.setContext(&quot;mariaSIP&quot;);<br>redirectAction.setExten(&quot;444&quot;);<br>redirectAction.setPriority (new<br>Integer(1));<br>&nbsp;&nbsp;&nbsp;&nbsp;originateResponse = managerConnection.sendAction
(redirectAction,<br>30000);&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;if (originateResponse.getResponse().equals(&quot;Success&quot;))<br>&nbsp;&nbsp;&nbsp;&nbsp;{<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;....<br>&nbsp;&nbsp;&nbsp;&nbsp;}<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ....<br>&nbsp;&nbsp; }<br><br>My problem is that in my manager console on 192.-...-.191 I dial, but
<br>the other asterisk doesn´t seem to realiza I am dialing.. my console<br>says....<br><br>Executing Wait(&quot;Local/16007@mariaSIP-9938,2&quot;, &quot;1&quot;) in new stack<br>&nbsp;&nbsp;&nbsp;&nbsp;-- Executing Dial(&quot;Local/16007@mariaSIP-9938
,2&quot;,<br>&quot;SIP/6021@192.168.0.51:5038,20&quot;) in new stack<br>&nbsp;&nbsp;&nbsp;&nbsp;-- Called 6021@192.168.0.51:5038<br>&nbsp;&nbsp;&nbsp;&nbsp;-- Nobody picked up in 20000 ms<br>&nbsp;&nbsp;&nbsp;&nbsp;-- Executing Hangup(&quot;Local/16007@mariaSIP-9938,2&quot;, &quot;&quot;) in new stack
<br>&nbsp;&nbsp;== Spawn extension (mariaSIP, 16007, 3) exited non-zero on<br>'Local/16007@mariaSIP-9938,2'<br><br><br>Can any body help me? I will be very gratefull for any help. Thanks in advance,<br><br>--<br>María<br>_______________________________________________
<br>--Bandwidth and Colocation provided by <a href="http://Easynews.com">Easynews.com</a> --<br><br>Asterisk-Users mailing list<br>To UNSUBSCRIBE or update options visit:<br>&nbsp;&nbsp; <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">
http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br><br clear="all"><br>-- <br>&quot;Su nombre es GNU/Linux, no solamente Linux, mas info en <a href="http://www.gnu.org">http://www.gnu.org
</a>&quot;