Vitor Mazuco
2016-Mar-04 20:45 UTC
[asterisk-users] How to recive Incoming calls in Chan Dongle ?
Hi! How can I setup my Chan Dongle recived calls in my Asterisk? I have to setup in dongle.conf ? Or in extensions.conf? And the code for recive I found this site http://asterisk-service.com/page/chan-dongle-use I have to To save Subscriber Number before? See the error log in my Asterisk pbx.c:6796 __ast_pbx_run: Channel 'Dongle/dongle1-0100000000' sent to invalid extension but no invalid handler: context,exten,priority=URA,+5511965380290,1,Noop(),1 Thanks in advanced.
Ashish Gupta
2016-Mar-04 21:00 UTC
[asterisk-users] How to recive Incoming calls in Chan Dongle ?
Hi Vitor, The dongle.conf file contains your configuration setting related to your particular dongle. There, set the "context=dongle" (or anything you specified in extensions.conf), then provide the "exten=1234" (The extensions that will be called in the particular context). Also provide the imei number in the end of the file. Now in the extensions.conf file start with the context you provided in dongle.conf(eg. dongle). Now write the following command to answer the call coming through the dongle- [dongle] exten => 1234,1,Answer() HTH, Ashish *Ashish Gupta* *B.Tech (ECE) 3rd Year* *The LNM Institute of Information Technology* *Jaipur, Rajasthan - 302031 , India* *Mobile No: +917597056895* On Sat, Mar 5, 2016 at 2:15 AM, Vitor Mazuco <vitor.mazuco at gmail.com> wrote:> Hi! > > How can I setup my Chan Dongle recived calls in my Asterisk? > > I have to setup in dongle.conf ? Or in extensions.conf? > > And the code for recive I found this site > http://asterisk-service.com/page/chan-dongle-use > > I have to To save Subscriber Number before? > > See the error log in my Asterisk > > pbx.c:6796 __ast_pbx_run: Channel 'Dongle/dongle1-0100000000' sent to > invalid extension but no invalid handler: > context,exten,priority=URA,+5511965380290,1,Noop(),1 > > > Thanks in advanced. > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160305/ccfdae4c/attachment.html>
Vitor Mazuco
2016-Mar-04 21:45 UTC
[asterisk-users] How to recive Incoming calls in Chan Dongle ?
Humm yes, thanks very much ! Em 04/03/2016 18:00, "Ashish Gupta" <ashishlnmiit3 at gmail.com> escreveu:> Hi Vitor, > > The dongle.conf file contains your configuration setting related to your > particular dongle. There, set the "context=dongle" (or anything you > specified in extensions.conf), then provide the "exten=1234" (The > extensions that will be called in the particular context). Also provide the > imei number in the end of the file. > > Now in the extensions.conf file start with the context you provided in > dongle.conf(eg. dongle). Now write the following command to answer the call > coming through the dongle- > > [dongle] > exten => 1234,1,Answer() > > HTH, > Ashish > > *Ashish Gupta* > *B.Tech (ECE) 3rd Year* > *The LNM Institute of Information Technology* > *Jaipur, Rajasthan - 302031 , India* > *Mobile No: +917597056895 <%2B917597056895>* > > On Sat, Mar 5, 2016 at 2:15 AM, Vitor Mazuco <vitor.mazuco at gmail.com> > wrote: > >> Hi! >> >> How can I setup my Chan Dongle recived calls in my Asterisk? >> >> I have to setup in dongle.conf ? Or in extensions.conf? >> >> And the code for recive I found this site >> http://asterisk-service.com/page/chan-dongle-use >> >> I have to To save Subscriber Number before? >> >> See the error log in my Asterisk >> >> pbx.c:6796 __ast_pbx_run: Channel 'Dongle/dongle1-0100000000' sent to >> invalid extension but no invalid handler: >> context,exten,priority=URA,+5511965380290,1,Noop(),1 >> >> >> Thanks in advanced. >> >> -- >> _____________________________________________________________________ >> -- Bandwidth and Colocation Provided by http://www.api-digital.com -- >> New to Asterisk? Join us for a live introductory webinar every Thurs: >> http://www.asterisk.org/hello >> >> 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 -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20160304/7607b4c1/attachment.html>
Maybe Matching Threads
- [dongle0] timedout while waiting 'OK' in response to 'AT'
- [dongle0] timedout while waiting 'OK' in response to 'AT'
- [dongle0] timedout while waiting 'OK' in response to 'AT'
- [dongle0] timedout while waiting 'OK' in response to 'AT'
- PlaySMS with Chan Dongle?