| Author |
Message |
mr_mcs
Joined: Jan 29, 2009
Posts: 7
Status: Offline
|
| Posted:
Jan 29, 2009 - 11:27 AM |
|
|
Can any one tell me the source code C# dialer for asterisk
or any kind of help in C# dialer for asterisk ? |
|
|
|
 |
dean
Site Admin
Joined: Dec 13, 2003
Posts: 7868
Location: London
Status: Offline
|
| Posted:
Jan 29, 2009 - 12:08 PM |
|
|
Welcome to VOIP User.
Can you define what you mean be dialer? Predictive dialer? Softphone? |
|
|
|
 |
mr_mcs
Joined: Jan 29, 2009
Posts: 7
Status: Offline
|
| Posted:
Jan 29, 2009 - 12:18 PM |
|
Thanks dean.
I am new to asterisk, I need to implement outbound dialer, which will pick phone number of persons from database & call them, then play IVR for them.
Can I setup asterisk for this purpose? or
I need to write a program (C#), if this how & where ?
| dean : | Welcome to VOIP User.
Can you define what you mean be dialer? Predictive dialer? Softphone? |
|
|
|
|
 |
dean
Site Admin
Joined: Dec 13, 2003
Posts: 7868
Location: London
Status: Offline
|
| Posted:
Jan 29, 2009 - 02:32 PM |
|
|
Ah, ok, a SPIT system... not sure we approve of that (I get enough of those at home thanks).
I suspect you'll need to custom build it. |
|
|
|
 |
mr_mcs
Joined: Jan 29, 2009
Posts: 7
Status: Offline
|
| Posted:
Jan 30, 2009 - 07:29 AM |
|
Can you plz give some tips or reference how to start. I want to make calls on PSTN PRI.
I am use to of making such custom software, but in windows envoirment using different telephony cards like dialogic etc.
I want to switch on Asterisk & Linux due to cost factor. Plz suggest how should i start. I want to use C#, any sample code or reference ? how to build such application ? using which api ? etc
Thanks in advance
| dean : | Ah, ok, a SPIT system... not sure we approve of that (I get enough of those at home thanks).
I suspect you'll need to custom build it. |
|
|
|
|
 |
dean
Site Admin
Joined: Dec 13, 2003
Posts: 7868
Location: London
Status: Offline
|
| Posted:
Jan 30, 2009 - 09:14 AM |
|
| Quote: | | I want to switch on Asterisk & Linux |
I'm not sure how well C# is supported on Linux. I know of Mono, but I don't know anyone that's used it. C would be far better on Linux. Asterisk is written in C.
| Quote: | | any sample code or reference ? how to build such application ? using which api ? |
The complete source code for Asterisk is available. There are also sample dial plans etc in the documentation. If you read that I suspect you'll be 90% there. |
|
|
|
 |
mr_mcs
Joined: Jan 29, 2009
Posts: 7
Status: Offline
|
| Posted:
Feb 02, 2009 - 12:22 PM |
|
|
Hi,
I am new to Asterisk & linux, I have 2 PRI, I want to shift on asterisk solution.
I want to dedicate all 30 channels of one PRI as a outgoing channel, Channel will pick
telephone numbers to make outgoing call from database, then make calls, when call drops
the process will automatically repeat.
I want also to develop a program which will run when call connected, Like play menus
file , get DTMF etc.
I want to use C++ or C# on same Asterisk server. (not client)
kindly guide me soultion stepwise.
thankz in advance |
|
|
|
 |
dean
Site Admin
Joined: Dec 13, 2003
Posts: 7868
Location: London
Status: Offline
|
| Posted:
Feb 02, 2009 - 01:09 PM |
|
| Quote: | | kindly guide me soultion stepwise. |
Step 1 would be install Asterisk and get to understand the call plan system that it uses. There are some guides and examples in the Asterisk docs.
When you understand the routing mechanisms and how Asterisk works the rest should be pretty easy and self-explanatory.
Asterisk has an AGI interface that you can use to control it from your own code (details in the docs). |
|
|
|
 |
mr_mcs
Joined: Jan 29, 2009
Posts: 7
Status: Offline
|
| Posted:
Feb 03, 2009 - 08:11 AM |
|
|
can any one tell me which linux version should i use
like centos,redhat etc and asteriskNOW install which linux version?
which 1 is better asteriskNOW or tribox and which 1 is free?
please guide me thankz |
|
|
|
 |
dean
Site Admin
Joined: Dec 13, 2003
Posts: 7868
Location: London
Status: Offline
|
| Posted:
Feb 03, 2009 - 09:10 AM |
|
Any Linux.
All three you mention are openSource, as stated on their websites.
We can help, but we can't do your reading for you  |
|
|
|
 |
|