Jump to content

Search the Community

Showing results for tags 'pbx'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Forum
    • Forum Rules
    • Forum Support
    • Forum Announcements
  • Blog
    • Blog Posts
    • Blog Article Writers
  • Mobile
    • Symbian S60v3
    • Symbian S60v5
    • Symbian^3/Anna/Belle
    • Android
    • iPhone/iOS
    • Windows Phone
    • Nokia Series40 (S40)
    • BlackBerry (RIM)
    • Maemo and MeeGo
    • BADA
    • Java or Basic Phone
  • Computers
    • Hardware
    • Software
  • Tablet PC (Tab)
    • Tablet Discussions
    • Applications
    • Games
  • Other Gadgets
    • USB Data Card
  • Programming
    • Programming in C/C++/C#
    • Scripts
    • Programming in Java
    • Visual basic
    • HTML
    • PHP
  • Web
    • Website
    • Forum
  • Networking
    • Networking Information
  • Education Zone
    • School Zone
    • College Zone
  • Graphics
    • Graphic Resources
    • Graphic Battles
    • Graphic Services
    • Photography
    • Show Off Your Designing Skills
  • General Category
    • GL Discussion Board
    • Wallpapers Section

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Current Phone

Found 2 results

  1. Hey Everyone, We’re a stationery wholesaler. In addition to the stationery we’re a supplier of printed matters as well and we’re going to add a packaging materials division this year. We currently have a two phone lines installed in my Asterisk phone system. Due to the business improvement, we will need three phone lines. What we’re thinking is a VoIP system with three phone numbers (one for the stationery, printed matters and packaging materials). We have broadband Internet connection. We have a variety of calls (ordering, inquiry, quotation, delivery information) related to more different product groups. Our company has a workforce of 2 sales representatives. They have to accept about 50 incoming calls and the number of outgoing calls equal per day. My boss is afraid that our sales staff won’t be able to accept each call after opening the third division – and installing the third phone line. He don’t want to replace our Asterisk but he needs some new features like call queuing and voicemail, but we’d benefit greatly from an IVR menu system, too. He asked me, as an ignorant of VoIP programming, to develop some new funtionalities like these. The IVR seems the most difficult one. I found a C# solution for this (a short snippet can be seen below): void call_DtmfReceived(object sender, VoIPEventArgs<DtmfInfo> e) { DisposeCurrentHandler(); switch (e.Item.Signal.Signal) { case 0: break; case 1: TextToSpeech("Product XY has been designed for those software developers who especially interested in VoIP developments. If you prefer .NET programming languages, you might be interested in Product XY."); break; case 2: MP3ToSpeaker(); break; } } (Source: Codeproject) But I’m looking for another solution that makes it possible to add some new menu items without modifying the source code. Does anyone have any useful ideas? But first there’s a need for a VoIP SDK. I’ve been looking at ’Ozeki VoIP SIP SDK for .NET - 2 simultaneous calls’. According to this page it is compatible with Asterisk. Can anyone tell me if this is a good option for a business such as mine? Is there any other option I should look at? Any help would be appreciated! Regards,Gerard
  2. Hey Everyone, We’re a stationery wholesaler. In addition to the stationery we’re a supplier of printed matters as well and we’re going to add a packaging materials division this year. We currently have a two phone lines installed in my Asterisk phone system. Due to the business improvement, we will need three phone lines. What we’re thinking is a VoIP system with three phone numbers (one for the stationery, printed matters and packaging materials). We have broadband Internet connection. We have a variety of calls (ordering, inquiry, quotation, delivery information) related to more different product groups. Our company has a workforce of 2 sales representatives. They have to accept about 50 incoming calls and the number of outgoing calls equal per day. My boss is afraid that our sales staff won’t be able to accept each call after opening the third division – and installing the third phone line. He don’t want to replace our Asterisk but he needs some new features like call queuing and voicemail, but we’d benefit greatly from an IVR menu system, too. He asked me, as an ignorant of VoIP programming, to develop some new funtionalities like these. The IVR seems the most difficult one. I found a C# solution for this (a short snippet can be seen below): void call_DtmfReceived(object sender, VoIPEventArgs<DtmfInfo> e) { DisposeCurrentHandler(); switch (e.Item.Signal.Signal) { case 0: break; case 1: TextToSpeech("Product XY has been designed for those software developers who especially interested in VoIP developments. If you prefer .NET programming languages, you might be interested in Product XY."); break; case 2: MP3ToSpeaker(); break; } } (Source: Codeproject) But I’m looking for another solution that makes it possible to add some new menu items without modifying the source code. Does anyone have any useful ideas? But first there’s a need for a VoIP SDK. I’ve been looking at ’Ozeki VoIP SIP SDK for .NET - 2 simultaneous calls’. According to this page it is compatible with Asterisk. Can anyone tell me if this is a good option for a business such as mine? Is there any other option I should look at? Any help would be appreciated! Regards,Gerard
×
×
  • Create New...