How To Recive Incoming Calls In Chan Dongle ?

Home » Asterisk Users » How To Recive Incoming Calls In Chan Dongle ?
Asterisk Users 2 Comments

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.

2 thoughts on - 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 “exten34” (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*