Re: [asterisk-users] PJSIP trunk to Telynx
On 10/20/2017 8:46 PM, Joshua Colp wrote: On Fri, Oct 20, 2017, at 10:17 PM, Carlos Chavez wrote: Has anyone used Telynx as a SIP trunk provider? It works with chan_sip but it I seem to be having problems trying to set up a PJSIP trunk. I always get a 401 Unauthorized when they send me a call. I know my username and password are correct since I can register and PJSIP uses the same information for inbound as for the registration. Unfortunately their support department said "PJSIP what?". It seems mos SIP providers know Asterisk but are not aware of the important change coming. I already got a nasty surprise from Voicepulse stating that they do not support PJSIP so their service will not work with newer installations. Generally ITSPs don't authenticate to you, they expect the device or software to just know the call is from them and to accept it. In PJSIP this is done by using an identify section and matching based on IP address. There's also the line option[1] to outbound registration which works with some equipment, if it works then no identify section is required. Thank you. I forgot that little detail. I just changed my identify section to use an endpoint that does not have an auth section and only uses the IP in the AOR section. It is working now. -- Telecomunicaciones Abiertas de México S.A. de C.V. Carlos Chávez dCAP #1349 +52-(55)8116-9161 -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Re: [asterisk-users] ASR Suggestions for small dictionnary (<1000 entries) lookup in France/french
Very interesting opinion: I never thought of this "natural language API" extension but it seems quite necessary to me, now. A quick search over the net showed [2] which is said to support both French and combine with Google Cloud Speech API. Sticking to IVR seems far simpler and safe though. [2] https://cloud.google.com/natural-language/?hl=en 2017-10-22 11:21 GMT+02:00 Jonathan H : > Having experimented with something similar myself, I'd say you are > about to create a vast amount of complexity by moving away from keypad > entry. > > Also, a lot of the natural language APIs don't support French - for > example, Amazon Lex or https://dialogflow.com would be great for this > as they understand contexts and intents... but they don't understand > French. > > But if you pursue ASR, try this: > https://cloud.google.com/speech/ > Switch the console to French and see how you get on. In English, > sometimes it turns it into a number, sometimes it comes out as "twenty > five thousand two hundred twelve". > > I think you have two choices with ASR: > > 1: Explain to the caller that they must say one digit at a time, in > which case, easy! Pick any free speech recognition you want. > 2: Try and handle "natural language" ways of speaking numbers, in > which case be prepared for a lot of debugging and learning! > > I could be wrong - if anyone knows, please let us both know, too! > > On 22 October 2017 at 09:46, Olivier wrote: > > Hello, > > > > I'm in the early stages of designing an Emergency calling service IVR > > application. > > > > The IVR application asks simple one or two questions like "which is the > > postal code of the area you are currently calling from ?" "Is the correct > > ?". The expected values are a 5-digits number like > > "twenty-five-thousand-two-hundreds-twelve" or "twenty-five-two-twelve" > > variations or "yes or no". > > > > From received answers, this application would route incoming call to an > > appropriate Public Safety Answering Point. > > > > As IVR requires working DTMF and sometimes it's not easy to type DTMF > with > > wireless phones, I wonder if I should or not use ASR as an alternative to > > IVR. > > > > My requirements are: > > - spoken language is France/french > > - low call volume (<5 calls at peak time) > > - asterisk 13 and up support > > - hosted (prefered) or online > > - if hosted, should be installable on Debian (prefered) or CentOS on a > > dedicated VM. > > > > 1. What do you think of using ASR for such application ? Would you favor > > IVR, ASR or implement both ? > > 2. Which ASR would you recommend ? > > > > Best regards > > > > > > > > > > -- > > _ > > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > > > Check out the new Asterisk community forum at: > > https://community.asterisk.org/ > > > > New to Asterisk? Start here: > > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > > > asterisk-users mailing list > > To UNSUBSCRIBE or update options visit: > >http://lists.digium.com/mailman/listinfo/asterisk-users > > -- > _ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: https://community.asterisk. > org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users > -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
Re: [asterisk-users] ASR Suggestions for small dictionnary (<1000 entries) lookup in France/french
Having experimented with something similar myself, I'd say you are about to create a vast amount of complexity by moving away from keypad entry. Also, a lot of the natural language APIs don't support French - for example, Amazon Lex or https://dialogflow.com would be great for this as they understand contexts and intents... but they don't understand French. But if you pursue ASR, try this: https://cloud.google.com/speech/ Switch the console to French and see how you get on. In English, sometimes it turns it into a number, sometimes it comes out as "twenty five thousand two hundred twelve". I think you have two choices with ASR: 1: Explain to the caller that they must say one digit at a time, in which case, easy! Pick any free speech recognition you want. 2: Try and handle "natural language" ways of speaking numbers, in which case be prepared for a lot of debugging and learning! I could be wrong - if anyone knows, please let us both know, too! On 22 October 2017 at 09:46, Olivier wrote: > Hello, > > I'm in the early stages of designing an Emergency calling service IVR > application. > > The IVR application asks simple one or two questions like "which is the > postal code of the area you are currently calling from ?" "Is the correct > ?". The expected values are a 5-digits number like > "twenty-five-thousand-two-hundreds-twelve" or "twenty-five-two-twelve" > variations or "yes or no". > > From received answers, this application would route incoming call to an > appropriate Public Safety Answering Point. > > As IVR requires working DTMF and sometimes it's not easy to type DTMF with > wireless phones, I wonder if I should or not use ASR as an alternative to > IVR. > > My requirements are: > - spoken language is France/french > - low call volume (<5 calls at peak time) > - asterisk 13 and up support > - hosted (prefered) or online > - if hosted, should be installable on Debian (prefered) or CentOS on a > dedicated VM. > > 1. What do you think of using ASR for such application ? Would you favor > IVR, ASR or implement both ? > 2. Which ASR would you recommend ? > > Best regards > > > > > -- > _ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > Check out the new Asterisk community forum at: > https://community.asterisk.org/ > > New to Asterisk? Start here: > https://wiki.asterisk.org/wiki/display/AST/Getting+Started > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: >http://lists.digium.com/mailman/listinfo/asterisk-users -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
[asterisk-users] ASR Suggestions for small dictionnary (<1000 entries) lookup in France/french
Hello, I'm in the early stages of designing an Emergency calling service IVR application. The IVR application asks simple one or two questions like "which is the postal code of the area you are currently calling from ?" "Is the correct ?". The expected values are a 5-digits number like "twenty-five-thousand-two-hundreds-twelve" or "twenty-five-two-twelve" variations or "yes or no". >From received answers, this application would route incoming call to an appropriate Public Safety Answering Point. As IVR requires working DTMF and sometimes it's not easy to type DTMF with wireless phones, I wonder if I should or not use ASR as an alternative to IVR. My requirements are: - spoken language is France/french - low call volume (<5 calls at peak time) - asterisk 13 and up support - hosted (prefered) or online - if hosted, should be installable on Debian (prefered) or CentOS on a dedicated VM. 1. What do you think of using ASR for such application ? Would you favor IVR, ASR or implement both ? 2. Which ASR would you recommend ? Best regards -- _ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- Check out the new Asterisk community forum at: https://community.asterisk.org/ New to Asterisk? Start here: https://wiki.asterisk.org/wiki/display/AST/Getting+Started asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users