Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

IVR Service capable of concurrent calls

  • 16-01-2006 5:18pm
    #1
    Registered Users, Registered Users 2 Posts: 67 ✭✭


    Hi: I would like to establish an IVR service capable of dealing with simultaneous users. This would initially be low volume (maybe 5 concurrent calls though I would like to allow for expansion).

    I would prefer an Irish +353 number though this is not imperative and I would consider others +1, +44, etc. The important thing would be for the number to be accessible from standard (POTS) phones.

    I have a number of questions in relation to this:

    Can I use Asterisk as a gateway to a standard PSTN line? What I mean is can user Asterisk to split the incoming calls to a standard 01 telephone line and route those calls to different IP addresses on the LAN?

    Assuming I can't do this can I use a broadband service provider like blueface? Do I then use the SIP protocol to route incoming calls?

    I have seen the service operated by IP http://www.ipcomms.net/. Does anybody have any comments on the suitability or otherwise of this kind of service? Are there any Irish/European-based alternatives?

    Am I over-complicating things? (wouldn't be the first time)... I don't have any experience in this arena but I am techically competent. What is the cheapest/simplest way of accomplishing this? I would appreciate some details on what hardware/software that would be required.

    regards,

    SFK.


Comments

  • Registered Users, Registered Users 2 Posts: 1,340 ✭✭✭bhickey


    skeegan wrote:
    Can I use Asterisk as a gateway to a standard PSTN line? What I mean is can user Asterisk to split the incoming calls to a standard 01 telephone line and route those calls to different IP addresses on the LAN?

    Absolutely, you can have normal PSTN lines presented to Asterisk on analogue, BRI (Basic Rate ISDN) or PRI (Primary Rate ISDN) lines. You simply put the relevant cards inside your Asterisk server depending on the type of lines you want to use and then connect your incoming lines to them.

    Assuming I can't do this can I use a broadband service provider like blueface? Do I then use the SIP protocol to route incoming calls?

    And/or you can also use SIP or IAX for incoming calls as well as normal landlines. In this case the calls would terminate initially with your VoIP provider(s) and they would forward them to you via SIP or IAX.


  • Registered Users, Registered Users 2 Posts: 67 ✭✭skeegan


    thanks bhickey,
    bhickey wrote:
    Absolutely, you can have normal PSTN lines presented to Asterisk on analogue, BRI (Basic Rate ISDN) or PRI (Primary Rate ISDN) lines. You simply put the relevant cards inside your Asterisk server depending on the type of lines you want to use and then connect your incoming lines to them.

    To clarify: can I take one standard PSTN analogue line and split that into a number of channels using Asterisk. Presumably by "card" in terms of PSTN you mean a standard PCI voice modem? Regarding the other options (ISDN), can you recommend any particular cards?
    bhickey wrote:
    And/or you can also use SIP or IAX for incoming calls as well as normal landlines. In this case the calls would terminate initially with your VoIP provider(s) and they would forward them to you via SIP or IAX.

    If I did pursue this option (voip) would users be able to call the service using standard (POTS) phones? (via an 076 number?)


  • Registered Users, Registered Users 2 Posts: 1,340 ✭✭✭bhickey


    skeegan wrote:
    To clarify: can I take one standard PSTN analogue line and split that into a number of channels using Asterisk. Presumably by "card" in terms of PSTN you mean a standard PCI voice modem? Regarding the other options (ISDN), can you recommend any particular cards?

    You can only have 1 call per incoming analogue line (you can have 30 on a PRI). By "card" I mean , for example, those supplied by Digium. Have a look at their hardware range on their website. Sangoma also do some of the higher-end cards.

    If I did pursue this option (voip) would users be able to call the service using standard (POTS) phones? (via an 076 number?)

    Yes, if you wanted a normal geographic (e.g. 01-, 021-) number then this would need to be supplied by or ported to a VoIP provider so that they can send the calls to you using VoIP. 076 numbers would work in the same way.


Advertisement