Hi Sam. Very useful job!!! Just a question: in version 0.0.3 labels of "client node" is a bit confusing. Isn't it? in "SIP password" field is the name of application (i noticed). So what's SIP User field? Thanks
Hi Sam! Thanks for your work! Sorry for using translate. I'm new to asterisk. But I really want to figure it out. Can you tell us in detail what needs to be done in the asterisk? If you know about the FreePBX, can you tell me how it can be configured? Best regard!
HI Maksim, Its still very early days for the project and especially if you're not familiar with Asterisk, I'd suggest looking at something else, if you let me know what sort of thing you're trying to do I can point you at a good solution.
This looks like its on the path to what Im wanting todo with nodered. But Im looking for a way to trigger based off of DTMF. Will you by chance be adding a DTMF input node function?
Yeah its fairly high up on my list of things to do but its proving a little complex as the DTMF events come from the channel so I'm figuring out how best to expose that in a node. Shameless work plug but you might also want to take a look at flows.nodered.org/node/node-red-contrib-nexmo which is a set of Nodes for the Nexmo Voice API (my employer) and does DTMF collection right now.
I looked briefly at nexmo a couple days ago. I noticed its a Vonage service. Does the api work with asterisk? I guess it would since it appears to have SIP integration. or is it a paid service that only works with vonage?
Justin T yeah you could connect asterisk to nexmo via sip but it is still a separate paid cloud service so might nit be ideal for your use case. I should get some time to work on the node red asterisk ARI stuff this weekend
yeah I think your solutions/implementation is more on the lines of what Im looking for. Im not going to pay a subscription just for DTMF integration. If it comes down to it Ill just drop in another cheep grand stream GXV3500 to integrate DTMF. But Id really like to limit/decrease physical devices on the network.
@@mumbles1justin Spent a bit more time on this today, I've added DTMF detection to version 0.0.2 which should show up on NPM now. The digits are emitted from the ARI client node on a separate output, you also have an answer node, you can receive DTMF either before or after answering the call.
Sam this is really great work! I’m so impressed!! Thanks so much!!
Tested it and works like charm, thanks for the effort Sam!!! :)
Hi Sam. Very useful job!!! Just a question: in version 0.0.3 labels of "client node" is a bit confusing. Isn't it? in "SIP password" field is the name of application (i noticed). So what's SIP User field? Thanks
Hi Sam , how to install this node. i cant do it
Hi Sam! Thanks for your work!
Sorry for using translate.
I'm new to asterisk. But I really want to figure it out.
Can you tell us in detail what needs to be done in the asterisk?
If you know about the FreePBX, can you tell me how it can be configured?
Best regard!
HI Maksim, Its still very early days for the project and especially if you're not familiar with Asterisk, I'd suggest looking at something else, if you let me know what sort of thing you're trying to do I can point you at a good solution.
Hi Sam!
Excellent job!
The bridgedial and dynamic pjsip extensions are not available in version 0.0.2.
When will you make them available?
0.0.3 has just been pushed with those nodes in it
This is brilliant. Thank you!
This looks like its on the path to what Im wanting todo with nodered. But Im looking for a way to trigger based off of DTMF.
Will you by chance be adding a DTMF input node function?
Yeah its fairly high up on my list of things to do but its proving a little complex as the DTMF events come from the channel so I'm figuring out how best to expose that in a node. Shameless work plug but you might also want to take a look at flows.nodered.org/node/node-red-contrib-nexmo which is a set of Nodes for the Nexmo Voice API (my employer) and does DTMF collection right now.
I looked briefly at nexmo a couple days ago. I noticed its a Vonage service. Does the api work with asterisk? I guess it would since it appears to have SIP integration. or is it a paid service that only works with vonage?
Justin T yeah you could connect asterisk to nexmo via sip but it is still a separate paid cloud service so might nit be ideal for your use case. I should get some time to work on the node red asterisk ARI stuff this weekend
yeah I think your solutions/implementation is more on the lines of what Im looking for. Im not going to pay a subscription just for DTMF integration. If it comes down to it Ill just drop in another cheep grand stream GXV3500 to integrate DTMF. But Id really like to limit/decrease physical devices on the network.
@@mumbles1justin Spent a bit more time on this today, I've added DTMF detection to version 0.0.2 which should show up on NPM now. The digits are emitted from the ARI client node on a separate output, you also have an answer node, you can receive DTMF either before or after answering the call.