Hello i am new in asterisk and am requesting for your guidance in configuring chan_dongle with asterisk. I have successfully configured it to be read but the problem is that i cannot see the Subscriber Number
My question is what am i supposed to configure in order for the dongle to read the Subscriber Number, any assistance is highly appreciated
[defaults]
context=default ; context for incoming calls, SMS and USSD
group=0 ; calling group
rxgain=0 ; increase the incoming volume; may be negative
txgain=0 ; increase the outgoint volume; may be negative
autodeletesms=yes ; auto delete incoming sms
resetdongle=yes ; reset dongle during initialization with ATZ command
u2diag=-1 ; set ^U2DIAG parameter on device (0 = disable everything except modem function)
usecallingpres=yes ; use the caller ID presentation or not
callingpres=allowed_passed_screen ; set caller ID presentation. By default use default network settings
disablesms=no ; disable of SMS reading from device when received. Enable this option to disable
smsaspdu=yes ; if 'yes' send SMS in PDU mode.
language=en ; set channel default language
mindtmfgap=45 ; minimal interval from end of previews DTMF from begining of next in ms
mindtmfduration=80 ; minimal DTMF tone duration in ms
mindtmfinterval=200 ; minimal interval between ends of DTMF of same digits in ms
callwaiting=auto ; if 'yes' allow incoming calls waiting; by default use network settings
disable=no ; if 'yes' no load this device and just ignore this section
exten=+1234567890 ; exten for start incoming calls, only in case of Subscriber Number not available!,
dtmf=relax ; control of incoming DTMF detection, possible values:
[dongle0]
audio=/dev/ttyUSB1 ; tty port for audio connection;
data=/dev/ttyUSB0 ; tty port for AT commands;
imei=123456789012345
imsi=612849384756451
I don’t understand why someone would neede to know subscriber number from asterisk cli?
In dongle.conf there is an exten for start incoming calls, only in case of Subscriber Number not available