Re: [Asterisk-java-devel] Call is not initiating between two extensions through Asterisk-Java progr
Brought to you by:
srt
From: Chandramouli P <mou...@gm...> - 2013-11-06 11:55:46
|
Hello Jacob, Thank you for your reply. I tried as you suggested in both the below scenarios. But, I am not getting anything. Please find the below modified extensions.conf file: *Scenario 1:* [abcd] exten => 121,1,Dial(SIP/121,15) exten => 121,2,Hangup [abcd](+) exten => 115,1,Dial(SIP/115,15) exten => 115,2,Hangup *Scenario 2:* [abcd] exten => 121,1,Dial(SIP/121,15) exten => 121,2,Hangup exten => 115,1,Dial(SIP/115,15) exten => 115,2,Hangup I tested AMI through Telnet connected successfully. Please find the below output: # telnet 127.0.0.1 5038 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. Asterisk Call Manager/1.3 Action: Login UserName: manager Secret: password I pressed "Enter" key two times and got the below output: Response: Success Message: Authentication accepted After Step 8 (I mean after creating the .class file), Do I need to execute any command? Any update would be appreciated. Thanks in advance. Regards, CMP On 11/5/2013 7:23 PM, ast...@li... wrote: > Re: Call is not initiating between two extensions through > Asterisk-Java program (Jac...@L-...) |