Robinson C P
2007-Apr-18 23:24 UTC
[asterisk-users] Re: asterisk-users Digest, Vol 33, Issue 80
Hi all, * i am using widows based asterisk pbx(AstWin) which i have down loaded from www.asteriskwin32.com . we r using x-lite as a soft phone now .we have created 10 sip users in sip.conf and configured extensions.conf too. all of us could make calls through asterisk. we made 10 calls at the same time through one peer. now i wanted to transfer the call from one user to another. how can i do that with out sip signals. i mean, with dial plan. with out x-lite....? * do asterisk can communicate with sqlserver-2005...? * how can we create a predictive dialer...? do asterisk can make calls itself..? what is the basic concept behind it......? * do asterisk can make call itself or do we have to send sip signals which is saying that please dial this number...? * can we do the recording part with the help of asterisk( i mean, using monitor() application)...? * how we can work on meet me() application(3 way conferencing)..?any idea about that...? * when asterisk make calls, if it is an answering machine or fax, what will be the response from asterisk server..? do we can drop the call accordingly...? * asterisk can sense the human voice...? * Do u have any idea how to create a soft phone like x-lite..? with regards, Robinson -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070418/09abdddc/attachment-0001.htm
Remco Post
2007-Apr-18 23:50 UTC
[asterisk-users] Re: asterisk-users Digest, Vol 33, Issue 80
Robinson C P wrote:> Hi all, > > * i am using widows based asterisk pbx(AstWin) which i have down loaded > from www.asteriskwin32.com <http://www.asteriskwin32.com> . we r using > x-lite as a soft phone now .we have created 10 sip users in sip.conf and > configured extensions.conf too. all of us could make calls through > asterisk. we made 10 calls at the same time through one peer. now i > wanted to transfer the call from one user to another. how can i do that > with out sip signals. i mean, with dial plan. with out x-lite....? > > * do asterisk can communicate with sqlserver-2005...?I don't know which asterisk version you are running. In version 1.2 there is at least the possibility to store cdr records in an odbc database, I'm using version 1.4.2 to do far more intresting things in my dialplan using func_odbc to route calls to groups of users and maintain an on-line telephone directory....> > * how can we create a predictive dialer...? do asterisk can make calls > itself..? what is the basic concept behind it......? >I'm not sure what you mean. Asterisk can initiate a call, just drop a callfile in the queue, this is pretty wel documented on www.voip-info.org> * do asterisk can make call itself or do we have to send sip signals > which is saying that please dial this number...? > > * can we do the recording part with the help of asterisk( i mean, using > monitor() application)...? >yes you can.> * how we can work on meet me() application(3 way conferencing)..?any > idea about that...? > > * when asterisk make calls, if it is an answering machine or fax, what > will be the response from asterisk server..? do we can drop the call > accordingly...? > > * asterisk can sense the human voice...? > > * Do u have any idea how to create a soft phone like x-lite..? > > with regards, > RobinsonI guess you are very new to asterisk. Asterisk is very feature rich. Check out www.voip-info.org, it is a great resource about asterisk. Also find the book (on-line) 'Asterisk, the future of telephony' aka 'Asterisk TFOT', it will get you started on asterisk big time if you want to do the more intresting things as you describe. -- Remco Post "I didn't write all this code, and I can't even pretend that all of it makes sense." -- Glen Hattrup