Closed GoogleCodeExporter closed 9 years ago
your problem is related to invalid context .. you are using default context,
you need to change the default context to whatever suit your scenario . e.g
defult config in dongle.conf is
[defaults]
; now you can set here any not required device settings as template
; sure you can overwrite in any [device] section this default values
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
#############
change "context=default " to "context=dongle-in" as default context is no
longer a valid context in asterisk 11.
and then add in extentions.conf
Extensions.conf
[dongle-in]
exten => s,1,Dial(SIP/1000,60,m)
exten => s,n,Hangup()
that's it .
Original comment by alihmd....@gmail.com
on 1 Apr 2013 at 9:25
one more thing .. don't forget to reload dialplan or reload asterisk after
committing changes in conf files .
Original comment by alihmd....@gmail.com
on 1 Apr 2013 at 9:30
Original comment by bg_...@mail.ru
on 27 Apr 2013 at 3:26
Original issue reported on code.google.com by
jersonju...@gmail.com
on 30 Mar 2013 at 7:25