Re: [Asterisk-Users] Can i do voice chat without using the hardware

2004-03-22 Thread suresh kumar
Hi,

INSTALLED ASTERISK PROPERLY AND WORKS FINE. AFTER I
MADE A WRONG DECISION TO INSTALL iaxComm in the
Client, it's created problem. When i type asterisk -r
command, Now i got display as
[EMAIL PROTECTED] asterisk]# asterisk -r
Asterisk CVS-03/18/04-18:01:45, Copyright (C)
1999-2004 Digium.
Written by Mark Spencer [EMAIL PROTECTED]
=
Connected to Asterisk CVS-03/18/04-18:01:45 currently
running on edventure17 (pid = 4462)
edventure17*CLI
WHY I AM NOT GETTING *CLI prompt? edventure12 i gave
when registering the iaxComm. How can i get back *CLI
prompt?
  
  
   
I am using an on board sound card. HOW CAN I CHECK
WHETHER IT'S CONFIGURED OR NOT?
  
  
   
I'm also assuming that you still have the default
extensions.conf.   If
so, you should be able to type dial 600
  
  
   
YES ... I didn't change the default extensions.conf.
If i type dial 600 in edventure17*CLI prompt, getting
display as  No such command 'dial' (type 'help' for
help).
So i type reload in edventure17*CLI prompt and enter
the key. Then i type dial 600 , i got edventure17*CLI
prompt.
Is there anything wrong with my configuration?
If it's wrong, How to fix that?


Now what can i do to get back to the asterisk solution
part. I am not able to continue ...
PLease advice me what can i do in this stage.

Thanks  Regards,
Suresh 


wrote:
snip
I would like to get some help from you.
My server ip is 192.168.1.1 and i would like to
connect to another ip 192.168.1.2. So how can i
specify the ip 192.168.1.2 so that make a call from
192.168.1.1?
  
  
   
Basic configuration is described in the QUICKSTART
that came with the binary.
But, since you want to originate calls from the
asterisk server, that's a bit different.
  
  
   
I'm assuming that you have asterisk installed and
working with your sound card.
  
  
   
I'm also assuming that you still have the default
extensions.conf.   If so, you should be able to type
dial 600
  
  
   
YES ... I didn't change the default extensions.conf.
If i type dial 600 in edventure17*CLI prompt, getting
display as  No such command 'dial' (type 'help' for
help).
So i type reload in edventure17*CLI prompt and enter
the key. Then i type dial 600 , i got edventure17*CLI
prompt.
If it's wrong, How to fix that?
  
  
   
at the CLI prompt and get the echo test.  If not,
you'll have to get that fixed before going further.
  
  
   
If you can dial extensions from the console OK, then
just
  
  
   
1.  Make and iax.conf entry for an extension
  
  
   
[101]
type=friend
host=dynamic
secret=foo
context=default
callerid=Remote PC 101
diasallow=all
allow=gsm
  
  
   
2.  Make an extensions.conf  entry for that extension
in the default context
  
  
   
exten = 101,1,Dial(IAX2/101)
  
  
   
3.  Configure iaxComm on the other machine to use the
iaxconf entry (username 101, password foo)
  
  
   
as described in the QUICKSTART.
  
  
   

Should i install softphone s/w in server
(192.168.1.1)
and other machine (192.168.1.2)?




__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.

Re: [Asterisk-Users] Can i do voice chat without using the hardware

2004-03-22 Thread Michael Van Donselaar
On Mon, 22 Mar 2004 06:31:00 -0800 (PST), suresh kumar [EMAIL PROTECTED]
wrote:

Hi,

PLEASE STOP YELLING

INSTALLED ASTERISK PROPERLY AND WORKS FINE. AFTER I
MADE A WRONG DECISION TO INSTALL iaxComm in the
Client, it's created problem. When i type asterisk -r
command, Now i got display as
[EMAIL PROTECTED] asterisk]# asterisk -r
Asterisk CVS-03/18/04-18:01:45, Copyright (C)
1999-2004 Digium.
Written by Mark Spencer [EMAIL PROTECTED]
=
Connected to Asterisk CVS-03/18/04-18:01:45 currently
running on edventure17 (pid = 4462)
edventure17*CLI
   *is* the command prompt

WHY I AM NOT GETTING *CLI prompt? edventure12 i gave
when registering the iaxComm. How can i get back *CLI
prompt?

You *do* have a command prompt.

Installing iaxComm did not break anything.  When you untar the tar file, you
get an executable, two text files called QUICKSTART and README and a 16 bit pcm
file called ringtone.raw.  No shared libraries.  No changes to any .conf files

When run, iaxComm creates a lockfile ~/iaxComm.lock to prevent two instances
from running at the same time.  It also creates a config file of its own,
~/.iaxComm.  Neither of these files will conflict with asxterisk in any way.

  
  
   
I am using an on board sound card. HOW CAN I CHECK
WHETHER IT'S CONFIGURED OR NOT?
  
  
   
I'm also assuming that you still have the default
extensions.conf.   If
so, you should be able to type dial 600
  
  
   
YES ... I didn't change the default extensions.conf.
If i type dial 600 in edventure17*CLI prompt, getting
display as  No such command 'dial' (type 'help' for
help).

I think this is a result of asterisk not recognizing your sound card

So i type reload in edventure17*CLI prompt and enter
the key. Then i type dial 600 , i got edventure17*CLI
prompt.
Is there anything wrong with my configuration?
If it's wrong, How to fix that?


Now what can i do to get back to the asterisk solution
part. I am not able to continue ...
PLease advice me what can i do in this stage.

Thanks  Regards,
Suresh 


wrote:
snip
I would like to get some help from you.
My server ip is 192.168.1.1 and i would like to
connect to another ip 192.168.1.2. So how can i
specify the ip 192.168.1.2 so that make a call from
192.168.1.1?
  
  
   
Basic configuration is described in the QUICKSTART
that came with the binary.
But, since you want to originate calls from the
asterisk server, that's a bit different.
  
  
   
I'm assuming that you have asterisk installed and
working with your sound card.
  
  
   
I'm also assuming that you still have the default
extensions.conf.   If so, you should be able to type
dial 600
  
  
   
YES ... I didn't change the default extensions.conf.
If i type dial 600 in edventure17*CLI prompt, getting
display as  No such command 'dial' (type 'help' for
help).
So i type reload in edventure17*CLI prompt and enter
the key. Then i type dial 600 , i got edventure17*CLI
prompt.
If it's wrong, How to fix that?
  
  
   
at the CLI prompt and get the echo test.  If not,
you'll have to get that fixed before going further.
  
  
   
If you can dial extensions from the console OK, then
just
  
  
   
1.  Make and iax.conf entry for an extension
  
  
   
[101]
type=friend
host=dynamic
secret=foo
context=default
callerid=Remote PC 101
diasallow=all
allow=gsm
  
  
   
2.  Make an extensions.conf  entry for that extension
in the default context
  
  
   
exten = 

Re: [Asterisk-Users] Can i do voice chat without using the hardware

2004-03-22 Thread suresh kumar
Hi Michael,

Thanks a lot for your help.
I can see the four files when i untar the iaxComm. 
How can i get the *CLI prompt?
Is it possible to uninstall the asterisk package?
If so, how can i uninstall so that i can configure
asterisk with iaxComm.

Thanks  Regards,
Suresh


--- Michael Van Donselaar [EMAIL PROTECTED]
wrote:
 On Mon, 22 Mar 2004 06:31:00 -0800 (PST), suresh
 kumar [EMAIL PROTECTED]
 wrote:
 
 Hi,
 
 PLEASE STOP YELLING
 
 INSTALLED ASTERISK PROPERLY AND WORKS FINE. AFTER I
 MADE A WRONG DECISION TO INSTALL iaxComm in the
 Client, it's created problem. When i type asterisk
 -r
 command, Now i got display as
 [EMAIL PROTECTED] asterisk]# asterisk -r
 Asterisk CVS-03/18/04-18:01:45, Copyright (C)
 1999-2004 Digium.
 Written by Mark Spencer [EMAIL PROTECTED]

=
 Connected to Asterisk CVS-03/18/04-18:01:45
 currently
 running on edventure17 (pid = 4462)
 edventure17*CLI
    *is* the command prompt
 
 WHY I AM NOT GETTING *CLI prompt? edventure12 i
 gave
 when registering the iaxComm. How can i get back
 *CLI
 prompt?
 
 You *do* have a command prompt.
 
 Installing iaxComm did not break anything.  When
 you untar the tar file, you
 get an executable, two text files called QUICKSTART
 and README and a 16 bit pcm
 file called ringtone.raw.  No shared libraries.  No
 changes to any .conf files
 
 When run, iaxComm creates a lockfile ~/iaxComm.lock
 to prevent two instances
 from running at the same time.  It also creates a
 config file of its own,
 ~/.iaxComm.  Neither of these files will conflict
 with asxterisk in any way.
 

   

   

 I am using an on board sound card. HOW CAN I CHECK
 WHETHER IT'S CONFIGURED OR NOT?

   

   

 I'm also assuming that you still have the default
 extensions.conf.   If
 so, you should be able to type dial 600

   

   

 YES ... I didn't change the default
 extensions.conf.
 If i type dial 600 in edventure17*CLI prompt,
 getting
 display as  No such command 'dial' (type 'help'
 for
 help).
 
 I think this is a result of asterisk not recognizing
 your sound card
 
 So i type reload in edventure17*CLI prompt and
 enter
 the key. Then i type dial 600 , i got
 edventure17*CLI
 prompt.
 Is there anything wrong with my configuration?
 If it's wrong, How to fix that?
 
 
 Now what can i do to get back to the asterisk
 solution
 part. I am not able to continue ...
 PLease advice me what can i do in this stage.
 
 Thanks  Regards,
 Suresh 
 
 
 wrote:
 snip
 I would like to get some help from you.
 My server ip is 192.168.1.1 and i would like to
 connect to another ip 192.168.1.2. So how can i
 specify the ip 192.168.1.2 so that make a call
 from
 192.168.1.1?

   

   

 Basic configuration is described in the QUICKSTART
 that came with the binary.
 But, since you want to originate calls from the
 asterisk server, that's a bit different.

   

   

 I'm assuming that you have asterisk installed and
 working with your sound card.

   

   

 I'm also assuming that you still have the default
 extensions.conf.   If so, you should be able to
 type
 dial 600

   

   

 YES ... I didn't change the default
 extensions.conf.
 If i type dial 600 in edventure17*CLI prompt,
 getting
 display as  No such command 'dial' (type 'help'
 for
 help).
 So i type reload in edventure17*CLI prompt and
 enter
 the key. Then i type dial 600 , i got
 edventure17*CLI
 prompt.
 If it's wrong, How to fix that?

   

   

 at the CLI prompt and get the echo test.  If not,
 you'll have to get that fixed before going
 further.

   

   

 If you can dial extensions from the console OK,
 then
 just

   

   

 1.  Make and iax.conf entry for an extension

   

Re: [Asterisk-Users] Can i do voice chat without using the hardware

2004-03-22 Thread Michael Van Donselaar
On Mon, 22 Mar 2004 08:00:58 -0800 (PST), suresh kumar [EMAIL PROTECTED]
wrote:

Hi Michael,

Thanks a lot for your help.
I can see the four files when i untar the iaxComm. 
How can i get the *CLI prompt?

Just as you have been: asterisk -r

Is it possible to uninstall the asterisk package?
If so, how can i uninstall so that i can configure
asterisk with iaxComm.

You don't need to uninstall either package to get the other to run.

Asterisk and iaxComm can coexist in the same filesystem.  You just can't run
them at the same time.

You can have asterisk and iaxComm installed on the same machine.  No need to
uninstall either application.  They have no files in common.


Thanks  Regards,
Suresh


--- Michael Van Donselaar [EMAIL PROTECTED]
wrote:
 On Mon, 22 Mar 2004 06:31:00 -0800 (PST), suresh
 kumar [EMAIL PROTECTED]
 wrote:
 
 Hi,
 
 PLEASE STOP YELLING
 
 INSTALLED ASTERISK PROPERLY AND WORKS FINE. AFTER I
 MADE A WRONG DECISION TO INSTALL iaxComm in the
 Client, it's created problem. When i type asterisk
 -r
 command, Now i got display as
 [EMAIL PROTECTED] asterisk]# asterisk -r
 Asterisk CVS-03/18/04-18:01:45, Copyright (C)
 1999-2004 Digium.
 Written by Mark Spencer [EMAIL PROTECTED]

=
 Connected to Asterisk CVS-03/18/04-18:01:45
 currently
 running on edventure17 (pid = 4462)
 edventure17*CLI
    *is* the command prompt
 
 WHY I AM NOT GETTING *CLI prompt? edventure12 i
 gave
 when registering the iaxComm. How can i get back
 *CLI
 prompt?
 
 You *do* have a command prompt.
 
 Installing iaxComm did not break anything.  When
 you untar the tar file, you
 get an executable, two text files called QUICKSTART
 and README and a 16 bit pcm
 file called ringtone.raw.  No shared libraries.  No
 changes to any .conf files
 
 When run, iaxComm creates a lockfile ~/iaxComm.lock
 to prevent two instances
 from running at the same time.  It also creates a
 config file of its own,
 ~/.iaxComm.  Neither of these files will conflict
 with asxterisk in any way.
 

   

   

 I am using an on board sound card. HOW CAN I CHECK
 WHETHER IT'S CONFIGURED OR NOT?

   

   

 I'm also assuming that you still have the default
 extensions.conf.   If
 so, you should be able to type dial 600

   

   

 YES ... I didn't change the default
 extensions.conf.
 If i type dial 600 in edventure17*CLI prompt,
 getting
 display as  No such command 'dial' (type 'help'
 for
 help).
 
 I think this is a result of asterisk not recognizing
 your sound card
 
 So i type reload in edventure17*CLI prompt and
 enter
 the key. Then i type dial 600 , i got
 edventure17*CLI
 prompt.
 Is there anything wrong with my configuration?
 If it's wrong, How to fix that?
 
 
 Now what can i do to get back to the asterisk
 solution
 part. I am not able to continue ...
 PLease advice me what can i do in this stage.
 
 Thanks  Regards,
 Suresh 
 
 
 wrote:
 snip
 I would like to get some help from you.
 My server ip is 192.168.1.1 and i would like to
 connect to another ip 192.168.1.2. So how can i
 specify the ip 192.168.1.2 so that make a call
 from
 192.168.1.1?

   

   

 Basic configuration is described in the QUICKSTART
 that came with the binary.
 But, since you want to originate calls from the
 asterisk server, that's a bit different.

   

   

 I'm assuming that you have asterisk installed and
 working with your sound card.

   

   

 I'm also assuming that you still have the default
 extensions.conf.   If so, you should be able to
 type
 dial 600

   

   

 YES ... I didn't change the default
 extensions.conf.
 If i type dial 600 in edventure17*CLI prompt,
 getting
 display as  No such command 'dial' (type 'help'
 for
 help).
 So i type reload in edventure17*CLI prompt and
 enter
 the key. Then i type dial 600 , i got
 edventure17*CLI
 prompt.
 If it's wrong, How to fix that?

   

   

 at the CLI prompt and get the echo test.  If not,
 you'll have to get that fixed before going
 further.
  

Re: [Asterisk-Users] Can i do voice chat without using the hardware

2004-03-21 Thread suresh kumar
Hi,

Thanks a lot for your help.

After installing iaxComm, When I test Asterisk typing
# asterisk –c
  
 
I got a display like this (Not getting any CLI prompt)
  
 
 [chan_iax.so] = (Inter Asterisk eXchange)
  == Manager registered action IAX1peers
  == Parsing '/etc/asterisk/iax1.conf': Not found (No
such file or directory
)
  
 
Why i am getting this error? How can i tackle this
error?
Before installing the iaxComm, i will get the CLI
prompt. Now it's not getting it. So please help me to
solve this problem.


Thanks  Regards,
Sur

--- Michael Van Donselaar [EMAIL PROTECTED]
wrote:
 On Fri, 19 Mar 2004 05:53:44 -0800 (PST), suresh
 kumar [EMAIL PROTECTED]
 wrote:
 
 Hi,
 Thanks for your help. I had gone through the
 www.voip-info.org and got more information
 regarding
 the asterisk. Still now i am not clear, how can i
 test
 this software. I had gone through the
 mailarchieves,
 but didn't get any solution.
 
 My aim is that, i want to connect my PC (where i
 installed the asterisk) to another PC in my network
 for voice chating. For this purpose, what are the
 steps to
 be done? which are the files to be modified. I
 would
 like to make use of the existing Hardware (sound
 card,
 network card etc), i am not using any extra
 hardware.
 Is X-Lite work in Linux? or any compatible s/w that
 works under linux?
 
 iaxComm uses asterisk's native IAX protocol.  It
 runs on Windows, Linux and OSX.
 Precompiled binaries for RedHat 9, Windows, and OSX
 (Panther) ara available at:
 
 http://iaxclient.sourceforge.net/iaxcomm/index.html
 
 linphone is a SIP softphone for Linux:
 
 http://www.linphone.org
 
 I am expecting an help from experienced person like
 you. Or can you please send
 me the link where i can get more information to
 tackle
 my problem.
 Thanking you,
 Best Regards,
 Sur
 
 
 --- Matt Ammerman [EMAIL PROTECTED] wrote:
  Sure thing.  You're going to have to get SIP
  involved though.  This
  means using sip.conf to create new sip users.
  Do a search on www.voip-info.org for sip.conf and
 it
  will explain how to
  configure a user for SIP.
  Then you'll need SIP clients (hard VoIP phones,
 or
  SIP soft clients such
  as Windows Messenger or X-Lite).
  You can make VoIP calls over an existing network
  infrastructure without
  analog hardware.
  For instance, I have an internal Asterisk PBX
  allowing VoIP
  conversations between X-Lite, Windows Messenger,
 and
  Pingtel clients -
  all over networking connections, no T1/E1/Analog
  needed.
  You need the hardware when you start interfacing
  with the PSTN for the
  most part.
  
 


__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Can i do voice chat without using the hardware

2004-03-21 Thread suresh kumar
Hi Girish,

Thanks a lot for your help.

I am also made an attempt to install Linphone, but i
got an error. According to your suggestion, i
installed softphone from zultys.com. That's fine.

I had gone through the
http://www.automated.it/guidetoasterisk.htm; link and
got more information from this link.

Now i am facing the problem is that When I test
Asterisk typing # asterisk –c
  
 
i am getting a display as
Asterisk already running on /var/run/asterisk.ctl. 
Use 'asterisk -r' to connect.
  
 
When i type asterisk -r, i am NOT getting any CLI
prompt now ... getting display as
Asterisk CVS-03/18/04-18:01:45, Copyright (C)
1999-2004 Digium.
Written by Mark Spencer [EMAIL PROTECTED]
=
  
 

So what should i do now? I don't have any information
to debug this.
I am new to this area, so please give me a help to
solve this problem. 

I got an advice from the another expert, saying that i
have to install iaxComm (uses asterisk's native IAX
protocol). So I tried to install that, it's also
creating some problem (Saying that Parsing
'/etc/asterisk/iax1.conf': Not found (No such file or
directory) ).

I am waiting for your reply.

Thanks  Regards,
Suresh
  
 


--- Girish Gopinath [EMAIL PROTECTED]
wrote:
 Suresh,
 
 From: suresh kumar [EMAIL PROTECTED]
 Subject: RE: [Asterisk-Users] Can i do voice chat
 without using the 
 hardware
 Date: Fri, 19 Mar 2004 05:50:00 -0800 (PST)
 
 Thanks a lot for your valuable information. I will
 go
 through it once again. Still i don't have any idea
 to
 connect two PC's. Hope i may get help from you.
 
 For configuring 2 softphones with Asterisk see this
 link: 
 http://www.automated.it/guidetoasterisk.htm
 That helped me a lot in learning Asterisk. It
 explains configuring your sip 
 phones with Asterisk.
 
 Is there any softwares like X-lite for Linux?
 
 Yes, I think you can use linophone. But i was not
 able to install linophone 
 because of some make issues. Also i have tested the
 softphone from zultys. 
 It works well with Asterisk.  You can get it from
 their web 
 site:http://www.zultys.com
 
 Regards, Girish
 

_
 Catch the formula fever! Get all the latest news. 
 http://www.msn.co.in/formula2004/ Right here on MSN.
 
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]

http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
   

http://lists.digium.com/mailman/listinfo/asterisk-users-users
 To UNSUBSCRIBE or update options visit:
   
http://lists.digium.com/mailman/listinfo/asterisk-users


__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Can i do voice chat without using the hardware

2004-03-21 Thread Michael Van Donselaar
On Sun, 21 Mar 2004 04:00:39 -0800 (PST), suresh kumar [EMAIL PROTECTED]
wrote:

Hi,

Thanks a lot for your help.

After installing iaxComm, When I test Asterisk typing
# asterisk –c

Are you running iaxComm on the same machine as asterisk?  You can't do that.
  
 
I got a display like this (Not getting any CLI prompt)
  
 
 [chan_iax.so] = (Inter Asterisk eXchange)
  == Manager registered action IAX1peers
  == Parsing '/etc/asterisk/iax1.conf': Not found (No
such file or directory
)
  
 
Why i am getting this error? How can i tackle this
error?
Before installing the iaxComm, i will get the CLI
prompt. Now it's not getting it. So please help me to
solve this problem.


Thanks  Regards,
Sur

--- Michael Van Donselaar [EMAIL PROTECTED]
wrote:
 On Fri, 19 Mar 2004 05:53:44 -0800 (PST), suresh
 kumar [EMAIL PROTECTED]
 wrote:
 
 Hi,
 Thanks for your help. I had gone through the
 www.voip-info.org and got more information
 regarding
 the asterisk. Still now i am not clear, how can i
 test
 this software. I had gone through the
 mailarchieves,
 but didn't get any solution.
 
 My aim is that, i want to connect my PC (where i
 installed the asterisk) to another PC in my network
 for voice chating. For this purpose, what are the
 steps to
 be done? which are the files to be modified. I
 would
 like to make use of the existing Hardware (sound
 card,
 network card etc), i am not using any extra
 hardware.
 Is X-Lite work in Linux? or any compatible s/w that
 works under linux?
 
 iaxComm uses asterisk's native IAX protocol.  It
 runs on Windows, Linux and OSX.
 Precompiled binaries for RedHat 9, Windows, and OSX
 (Panther) ara available at:
 
 http://iaxclient.sourceforge.net/iaxcomm/index.html
 
 linphone is a SIP softphone for Linux:
 
 http://www.linphone.org
 
 I am expecting an help from experienced person like
 you. Or can you please send
 me the link where i can get more information to
 tackle
 my problem.
 Thanking you,
 Best Regards,
 Sur
 
 
 --- Matt Ammerman [EMAIL PROTECTED] wrote:
  Sure thing.  You're going to have to get SIP
  involved though.  This
  means using sip.conf to create new sip users.
  Do a search on www.voip-info.org for sip.conf and
 it
  will explain how to
  configure a user for SIP.
  Then you'll need SIP clients (hard VoIP phones,
 or
  SIP soft clients such
  as Windows Messenger or X-Lite).
  You can make VoIP calls over an existing network
  infrastructure without
  analog hardware.
  For instance, I have an internal Asterisk PBX
  allowing VoIP
  conversations between X-Lite, Windows Messenger,
 and
  Pingtel clients -
  all over networking connections, no T1/E1/Analog
  needed.
  You need the hardware when you start interfacing
  with the PSTN for the
  most part.
  
 


__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Can i do voice chat without using the hardware

2004-03-21 Thread suresh kumar
Hi,

Yes.. i installed iaxComm in the same machine.Hope that was a wrong method. 
How can i uninstall iaxComm so that i can get the CLI prompt?
Please help me to provide a solution for this.

Thanks  Regards,
SurMichael Van Donselaar [EMAIL PROTECTED] wrote:
On Sun, 21 Mar 2004 04:00:39 -0800 (PST), suresh kumar <[EMAIL PROTECTED]>wrote:Hi,Thanks a lot for your help.After installing iaxComm, When I test Asterisk typing# asterisk –cAre you running iaxComm on the same machine as asterisk? You can't do that.  I got a display like this (Not getting any CLI prompt)   [chan_iax.so] = (Inter Asterisk eXchange) == Manager registered action IAX1peers == Parsing '/etc/asterisk/iax1.conf': Not found (Nosuch file or directory)  Why i am getting this error? How can i tackle thiserror?Before installing the iaxComm, i will get the CLIprompt. Now it's not getting it. So please help me tosolve this problem.Thanks 
 p;
 Regards,Sur--- Michael Van Donselaar <[EMAIL PROTECTED]>wrote: On Fri, 19 Mar 2004 05:53:44 -0800 (PST), suresh kumar <[EMAIL PROTECTED]> wrote:  Hi, Thanks for your help. I had gone through the www.voip-info.org and got more information regarding the asterisk. Still now i am not clear, how can i test this software. I had gone through the mailarchieves, but didn't get any solution.  My aim is that, i want to connect my PC (where i installed the asterisk) to another PC in my network for voice chating. For this purpose, what are the steps to be done? which are the files to be modified. I would like to make use of the existing Hardware
 (sound card, network card etc), i am not using any extra hardware. Is X-Lite work in Linux? or any compatible s/w that works under linux?  iaxComm uses asterisk's native IAX protocol. It runs on Windows, Linux and OSX. Precompiled binaries for RedHat 9, Windows, and OSX (Panther) ara available at:  http://iaxclient.sourceforge.net/iaxcomm/index.html  linphone is a SIP softphone for Linux:  http://www.linphone.org  I am expecting an help from experienced person like you. Or can you please send me the link where i can get more information to tackle my problem. Thanking you, Best Regards, Sur   --
 - Matt
 Ammerman <[EMAIL PROTECTED]>wrote:  Sure thing. You're going to have to get SIP  involved though. This  means using sip.conf to create new sip users.  Do a search on www.voip-info.org for sip.conf and it  will explain how to  configure a user for SIP.  Then you'll need SIP clients (hard VoIP phones, or  SIP soft clients such  as Windows Messenger or X-Lite).  You can make VoIP calls over an existing network  infrastructure without  analog hardware.  For instance, I have an internal Asterisk PBX  allowing VoIP  conversations between X-Lite, Windows Messenger, and  Pingtel clients -  all over networking connect
 ions, no
 T1/E1/Analog  needed.  You need the hardware when you start interfacing  with the PSTN for the  most part.   __Do you Yahoo!?Yahoo! Finance Tax Center - File online. File on time.http://taxes.yahoo.com/filing.html___Asterisk-Users mailing list[EMAIL PROTECTED]http://lists.digium.com/mailman/listinfo/asterisk-usersTo UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users___Asterisk-Users mailing list[EMAIL PROTECTED]http://lists.digium.com/mailman/listinfo/asterisk-usersTo UNSUBSCRIBE or update options
 visit:http://lists.digium.com/mailman/listinfo/asterisk-usersDo you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.

RE: [Asterisk-Users] Can i do voice chat without using the hardware

2004-03-21 Thread suresh kumar
Hi,

Yes... finally i solved that problem. I am getting CLI
prompt.

When i type asterisk -r command, Now i got display as
[EMAIL PROTECTED] asterisk]# asterisk -r
Asterisk CVS-03/18/04-18:01:45, Copyright (C)
1999-2004 Digium.
Written by Mark Spencer [EMAIL PROTECTED]
=
Connected to Asterisk CVS-03/18/04-18:01:45 currently
running on edventure17 (pid = 3650)
edventure17*CLI
  
 
I would like to get some help from you.
My server ip is 192.168.1.1 and i would like to
connect to another ip 192.168.1.2. So how can i
specify the ip 192.168.1.2 so that make a call from
192.168.1.1?  
 

Should i install softphone s/w in server (192.168.1.1)
and other machine (192.168.1.2)? 

In sip.conf file how can i specify the ip 102.168.1.2

If you have time, please help me to get a solution.
  
 
Thanks  Regards,
Suresh


--- Girish Gopinath [EMAIL PROTECTED]
wrote:
 Suresh,
 
 From: suresh kumar [EMAIL PROTECTED]
 Subject: RE: [Asterisk-Users] Can i do voice chat
 without using the 
 hardware
 Date: Fri, 19 Mar 2004 05:50:00 -0800 (PST)
 
 Thanks a lot for your valuable information. I will
 go
 through it once again. Still i don't have any idea
 to
 connect two PC's. Hope i may get help from you.
 
 For configuring 2 softphones with Asterisk see this
 link: 
 http://www.automated.it/guidetoasterisk.htm
 That helped me a lot in learning Asterisk. It
 explains configuring your sip 
 phones with Asterisk.
 
 Is there any softwares like X-lite for Linux?
 
 Yes, I think you can use linophone. But i was not
 able to install linophone 
 because of some make issues. Also i have tested the
 softphone from zultys. 
 It works well with Asterisk.  You can get it from
 their web 
 site:http://www.zultys.com
 
 Regards, Girish
 

_
 Catch the formula fever! Get all the latest news. 
 http://www.msn.co.in/formula2004/ Right here on MSN.
 
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]

http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
   

http://lists.digium.com/mailman/listinfo/asterisk-users-users
 To UNSUBSCRIBE or update options visit:
   
http://lists.digium.com/mailman/listinfo/asterisk-users


__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Can i do voice chat without using the hardware

2004-03-21 Thread Michael Van Donselaar
On Sun, 21 Mar 2004 07:38:17 -0800 (PST), suresh kumar [EMAIL PROTECTED]
wrote:

Hi,
 
Yes.. i installed iaxComm in the same machine. Hope that was a wrong method. 
How can i uninstall iaxComm so that i can get the CLI prompt?
Please help me to provide a solution for this.
 
Thanks  Regards,
Sur

You don't need to.  From looking at another of your posts, it looks like you've
got asterisk running in the background.  Typing asterisk -r should get you the
CLI of the asterisk that is running in the backgound.

Michael Van Donselaar [EMAIL PROTECTED] wrote:
On Sun, 21 Mar 2004 04:00:39 -0800 (PST), suresh kumar 
wrote:

Hi,

Thanks a lot for your help.

After installing iaxComm, When I test Asterisk typing
# asterisk –c

Are you running iaxComm on the same machine as asterisk? You can't do that.
 
 
I got a display like this (Not getting any CLI prompt)
 
 
 [chan_iax.so] = (Inter Asterisk eXchange)
 == Manager registered action IAX1peers
 == Parsing '/etc/asterisk/iax1.conf': Not found (No
such file or directory
)
 
 
Why i am getting this error? How can i tackle this
error?
Before installing the iaxComm, i will get the CLI
prompt. Now it's not getting it. So please help me to
solve this problem.


Thanks  Regards,
Sur

--- Michael Van Donselaar 
wrote:
 On Fri, 19 Mar 2004 05:53:44 -0800 (PST), suresh
 kumar 
 wrote:
 
 Hi,
 Thanks for your help. I had gone through the
 www.voip-info.org and got more information
 regarding
 the asterisk. Still now i am not clear, how can i
 test
 this software. I had gone through the
 mailarchieves,
 but didn't get any solution.
 
 My aim is that, i want to connect my PC (where i
 installed the asterisk) to another PC in my network
 for voice chating. For this purpose, what are the
 steps to
 be done? which are the files to be modified. I
 would
 like to make use of the existing Hardware (sound
 card,
 network card etc), i am not using any extra
 hardware.
 Is X-Lite work in Linux? or any compatible s/w that
 works under linux?
 
 iaxComm uses asterisk's native IAX protocol. It
 runs on Windows, Linux and OSX.
 Precompiled binaries for RedHat 9, Windows, and OSX
 (Panther) ara available at:
 
 http://iaxclient.sourceforge.net/iaxcomm/index.html
 
 linphone is a SIP softphone for Linux:
 
 http://www.linphone.org
 
 I am expecting an help from experienced person like
 you. Or can you please send
 me the link where i can get more information to
 tackle
 my problem.
 Thanking you,
 Best Regards,
 Sur
 
 
 --- Matt Ammerman wrote:
  Sure thing. You're going to have to get SIP
  involved though. This
  means using sip.conf to create new sip users.
  Do a search on www.voip-info.org for sip.conf and
 it
  will explain how to
  configure a user for SIP.
  Then you'll need SIP clients (hard VoIP phones,
 or
  SIP soft clients such
  as Windows Messenger or X-Lite).
  You can make VoIP calls over an existing network
  infrastructure without
  analog hardware.
  For instance, I have an internal Asterisk PBX
  allowing VoIP
  conversations between X-Lite, Windows Messenger,
 and
  Pingtel clients -
  all over networking connections, no T1/E1/Analog
  needed.
  You need the hardware when you start interfacing
  with the PSTN for the
  most part.
  
 


__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
 http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Can i do voice chat without using the hardware

2004-03-21 Thread Michael Van Donselaar
On Sun, 21 Mar 2004 09:11:33 -0800 (PST), suresh kumar [EMAIL PROTECTED]
wrote:

snip
I would like to get some help from you.
My server ip is 192.168.1.1 and i would like to
connect to another ip 192.168.1.2. So how can i
specify the ip 192.168.1.2 so that make a call from
192.168.1.1?  

Basic configuration is described in the QUICKSTART that came with the binary.
But, since you want to originate calls from the asterisk server, that's a bit
different.

I'm assuming that you have asterisk installed and working with your sound card.
I'm also assuming that you still have the default extensions.conf.   If so, you
should be able to type

dial 600

at the CLI prompt and get the echo test.  If not, you'll have to get that fixed
before going further.

If you can dial extensions from the console OK, then just 

1.  Make and iax.conf entry for an extension

[101]
type=friend
host=dynamic
secret=foo
context=default
callerid=Remote PC 101
diasallow=all
allow=gsm

2.  Make an extensions.conf  entry for that extension in the default context

exten = 101,1,Dial(IAX2/101)

3.  Configure iaxComm on the other machine to use the iaxconf entry (username
101, password foo)

as described in the QUICKSTART.


Should i install softphone s/w in server (192.168.1.1)
and other machine (192.168.1.2)? 

You don't want iaxComm installed on the asterisk server.  Just on the remote
machines.

In sip.conf file how can i specify the ip 102.168.1.2

iaxComm does not use the SIP protocol.  It's config file is iax.conf

If you have time, please help me to get a solution.
  
 
Thanks  Regards,
Suresh


--- Girish Gopinath [EMAIL PROTECTED]
wrote:
 Suresh,
 
 From: suresh kumar [EMAIL PROTECTED]
 Subject: RE: [Asterisk-Users] Can i do voice chat
 without using the 
 hardware
 Date: Fri, 19 Mar 2004 05:50:00 -0800 (PST)
 
 Thanks a lot for your valuable information. I will
 go
 through it once again. Still i don't have any idea
 to
 connect two PC's. Hope i may get help from you.
 
 For configuring 2 softphones with Asterisk see this
 link: 
 http://www.automated.it/guidetoasterisk.htm
 That helped me a lot in learning Asterisk. It
 explains configuring your sip 
 phones with Asterisk.
 
 Is there any softwares like X-lite for Linux?
 
 Yes, I think you can use linophone. But i was not
 able to install linophone 
 because of some make issues. Also i have tested the
 softphone from zultys. 
 It works well with Asterisk.  You can get it from
 their web 
 site:http://www.zultys.com
 
 Regards, Girish
 

_
 Catch the formula fever! Get all the latest news. 
 http://www.msn.co.in/formula2004/ Right here on MSN.
 
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]

http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
   

http://lists.digium.com/mailman/listinfo/asterisk-users-users
 To UNSUBSCRIBE or update options visit:
   
http://lists.digium.com/mailman/listinfo/asterisk-users


__
Do you Yahoo!?
Yahoo! Finance Tax Center - File online. File on time.
http://taxes.yahoo.com/filing.html
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Can i do voice chat without using the hardware

2004-03-19 Thread suresh kumar
Hi Girish,

Thanks a lot for your valuable information. I will go
through it once again. Still i don't have any idea to
connect two PC's. Hope i may get help from you.

Is there any softwares like X-lite for Linux?

Thanks  Regards,
Suresh

--- Girish Gopinath [EMAIL PROTECTED]
wrote:
 Suresh,
 
 From: suresh kumar [EMAIL PROTECTED]
 Subject: [Asterisk-Users] Can i do voice chat
 without  using  the hardware
 
 snip
 Without using any of Digium's hardware or T1 or E1
 interfaces
 , can i do voice chat between two computers
 (intranet/internet)?
 
 If possible, How can i do that? (Any configuaration
 setting is required?)
 Sur
 
 
 You can use Asterisk's SIP channels for this. You
 need to have IP 
 phones/Softphones that register with Asterisk. If
 you are using windows you 
 can freely download and install evaluation versions
 of SJphone or Xlite.
 
 For configurations, see the 'User Contributed Links'
 section of 
 http://www.asteriskpbx.org/index.php?menu=support
 
 There are plenty of documents available to help
 you...
 
 Good luck, Girish
 
 

__
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Can i do voice chat without using the hardware

2004-03-19 Thread suresh kumar
Hi,
Thanks for your help. I had gone through the
www.voip-info.org and got more information regarding
the asterisk. Still now i am not clear, how can i test
this software. I had gone through the mailarchieves,
but didn't get any solution.

My aim is that, i want to connect my PC (where i
installed the asterisk) to another PC in my network
for voice chating. For this purpose, what are the
steps to
be done? which are the files to be modified. I would
like to make use of the existing Hardware (sound card,
network card etc), i am not using any extra hardware.
Is X-Lite work in Linux? or any compatible s/w that
works under linux?

I am expecting an help from experienced person like
you. Or can you please send
me the link where i can get more information to tackle
my problem.
Thanking you,
Best Regards,
Sur


--- Matt Ammerman [EMAIL PROTECTED] wrote:
 Sure thing.  You're going to have to get SIP
 involved though.  This
 means using sip.conf to create new sip users.
 Do a search on www.voip-info.org for sip.conf and it
 will explain how to
 configure a user for SIP.
 Then you'll need SIP clients (hard VoIP phones, or
 SIP soft clients such
 as Windows Messenger or X-Lite).
 You can make VoIP calls over an existing network
 infrastructure without
 analog hardware.
 For instance, I have an internal Asterisk PBX
 allowing VoIP
 conversations between X-Lite, Windows Messenger, and
 Pingtel clients -
 all over networking connections, no T1/E1/Analog
 needed.
 You need the hardware when you start interfacing
 with the PSTN for the
 most part.
 


__
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Can i do voice chat without using the hardware

2004-03-19 Thread David J Carter


My aim is that, i want to connect my PC (where i
installed the asterisk) to another PC in my network
for voice chating. For this purpose, what are the
steps to
be done? which are the files to be modified. I would
like to make use of the existing Hardware (sound card,
network card etc), i am not using any extra hardware.
Is X-Lite work in Linux? or any compatible s/w that
works under linux?

Have a look at these sites: -


 http://www.codepipe.com/id25.htm
   http://www.jaredsmith.net/misc/hgta/
 http://www.wwworks-inc.com/asterisk/
 http://www.fnords.org/~eric/asterisk/
 http://bcwireless.net/moin.cgi/VoIPHowTo
 http://www.automated.it/guidetoasterisk.htm
 http://www.asterisk.org/index.php?menu=support
 http://www.voip-info.org/wiki-Asterisk+config+files
 http://www.voip-info.org/tiki-index.php?page=Asterisk

If you have the CLI prompt then your almost there.

If you have the audio set up in asterisk then you can use a
headset/microphone to call the other party.

CLIdial 1234

when finished

CLIhangup

Simple huh?

Regards


Dave

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Can i do voice chat without using the hardware

2004-03-19 Thread Michael Van Donselaar
On Fri, 19 Mar 2004 05:53:44 -0800 (PST), suresh kumar [EMAIL PROTECTED]
wrote:

Hi,
Thanks for your help. I had gone through the
www.voip-info.org and got more information regarding
the asterisk. Still now i am not clear, how can i test
this software. I had gone through the mailarchieves,
but didn't get any solution.

My aim is that, i want to connect my PC (where i
installed the asterisk) to another PC in my network
for voice chating. For this purpose, what are the
steps to
be done? which are the files to be modified. I would
like to make use of the existing Hardware (sound card,
network card etc), i am not using any extra hardware.
Is X-Lite work in Linux? or any compatible s/w that
works under linux?

iaxComm uses asterisk's native IAX protocol.  It runs on Windows, Linux and OSX.
Precompiled binaries for RedHat 9, Windows, and OSX (Panther) ara available at:

http://iaxclient.sourceforge.net/iaxcomm/index.html

linphone is a SIP softphone for Linux:

http://www.linphone.org

I am expecting an help from experienced person like
you. Or can you please send
me the link where i can get more information to tackle
my problem.
Thanking you,
Best Regards,
Sur


--- Matt Ammerman [EMAIL PROTECTED] wrote:
 Sure thing.  You're going to have to get SIP
 involved though.  This
 means using sip.conf to create new sip users.
 Do a search on www.voip-info.org for sip.conf and it
 will explain how to
 configure a user for SIP.
 Then you'll need SIP clients (hard VoIP phones, or
 SIP soft clients such
 as Windows Messenger or X-Lite).
 You can make VoIP calls over an existing network
 infrastructure without
 analog hardware.
 For instance, I have an internal Asterisk PBX
 allowing VoIP
 conversations between X-Lite, Windows Messenger, and
 Pingtel clients -
 all over networking connections, no T1/E1/Analog
 needed.
 You need the hardware when you start interfacing
 with the PSTN for the
 most part.
 


__
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Can i do voice chat without using the hardware

2004-03-19 Thread Girish Gopinath
Suresh,

From: suresh kumar [EMAIL PROTECTED]
Subject: RE: [Asterisk-Users] Can i do voice chat without using the 
hardware
Date: Fri, 19 Mar 2004 05:50:00 -0800 (PST)

Thanks a lot for your valuable information. I will go
through it once again. Still i don't have any idea to
connect two PC's. Hope i may get help from you.
For configuring 2 softphones with Asterisk see this link: 
http://www.automated.it/guidetoasterisk.htm
That helped me a lot in learning Asterisk. It explains configuring your sip 
phones with Asterisk.

Is there any softwares like X-lite for Linux?
Yes, I think you can use linophone. But i was not able to install linophone 
because of some make issues. Also i have tested the softphone from zultys. 
It works well with Asterisk.  You can get it from their web 
site:http://www.zultys.com

Regards, Girish

_
Catch the formula fever! Get all the latest news. 
http://www.msn.co.in/formula2004/ Right here on MSN.

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Can i do voice chat without using the hardware

2004-03-19 Thread Chris Albertson

--- David J Carter [EMAIL PROTECTED] wrote:
 
 
 My aim is that, i want to connect my PC (where i
 installed the asterisk) to another PC in my network
 for voice chating. For this purpose, what are the
 steps to
 be done? which are the files to be modified. I would
 like to make use of the existing Hardware (sound card,
 network card etc), i am not using any extra hardware.
 Is X-Lite work in Linux? or any compatible s/w that
 works under linux?
 
 Have a look at these sites: -
 
 
  http://www.codepipe.com/id25.htm
  http://www.jaredsmith.net/misc/hgta/
  http://www.wwworks-inc.com/asterisk/
  http://www.fnords.org/~eric/asterisk/
  http://bcwireless.net/moin.cgi/VoIPHowTo
  http://www.automated.it/guidetoasterisk.htm
  http://www.asterisk.org/index.php?menu=support
  http://www.voip-info.org/wiki-Asterisk+config+files
  http://www.voip-info.org/tiki-index.php?page=Asterisk
 
 If you have the CLI prompt then your almost there.
 
 If you have the audio set up in asterisk then you can use a
 headset/microphone to call the other party.
 
 CLIdial 1234
 
 when finished
 
 CLIhangup
 
 Simple huh?
 
 Regards
 
 
 Dave
 
 ___
 Asterisk-Users mailing list
 [EMAIL PROTECTED]
 http://lists.digium.com/mailman/listinfo/asterisk-users
 To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users


=
Chris Albertson
  Home:   310-376-1029  [EMAIL PROTECTED]
  Cell:   310-990-7550
  Office: 310-336-5189  [EMAIL PROTECTED]
  KG6OMK

__
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com
___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Can i do voice chat without using the hardware

2004-03-18 Thread Matt Ammerman
Sure thing.  You're going to have to get SIP involved though.  This
means using sip.conf to create new sip users.
Do a search on www.voip-info.org for sip.conf and it will explain how to
configure a user for SIP.
Then you'll need SIP clients (hard VoIP phones, or SIP soft clients such
as Windows Messenger or X-Lite).
You can make VoIP calls over an existing network infrastructure without
analog hardware.
For instance, I have an internal Asterisk PBX allowing VoIP
conversations between X-Lite, Windows Messenger, and Pingtel clients -
all over networking connections, no T1/E1/Analog needed.
You need the hardware when you start interfacing with the PSTN for the
most part.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of suresh kumar
Sent: March 18, 2004 11:21 AM
To: [EMAIL PROTECTED]
Subject: [Asterisk-Users] Can i do voice chat without using the hardware

Hi,

I am new to VOIP and Asterisk. I have downloaded and installed Asterisk
in my Linux machine and tested using asterisk -c command  it
works fine. It's an excellent product.
Without using any of Digium's hardware or T1 or E1 interfaces , can i do
voice chat between two computers (intranet/internet)?

If possible, How can i do that? (Any configuaration setting is
required?)

Waitng for your help.

Regards,
Sur




__
Do you Yahoo!?
Yahoo! Mail - More reliable, more storage, less spam
http://mail.yahoo.com ___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


RE: [Asterisk-Users] Can i do voice chat without using the hardware

2004-03-18 Thread Girish Gopinath
Suresh,

From: suresh kumar [EMAIL PROTECTED]
Subject: [Asterisk-Users] Can i do voice chat without  using  the hardware
snip
Without using any of Digium's hardware or T1 or E1
interfaces
, can i do voice chat between two computers
(intranet/internet)?
If possible, How can i do that? (Any configuaration
setting is required?)
Sur
You can use Asterisk's SIP channels for this. You need to have IP 
phones/Softphones that register with Asterisk. If you are using windows you 
can freely download and install evaluation versions of SJphone or Xlite.

For configurations, see the 'User Contributed Links' section of 
http://www.asteriskpbx.org/index.php?menu=support

There are plenty of documents available to help you...

Good luck, Girish

_
Take a loan. Win great prizes! Handsome prizes to be won!  Take a loan  win 
TV, Fridge  many more prizes ! http://go.msnserver.com/IN/44044.asp

___
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users