atefsaeed2010 / datacard

Automatically exported from code.google.com/p/datacard
Other
0 stars 1 forks source link

reject calls mode #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For outbound calls only, it could be of interest to reject all incoming calls.. 
For example:

rejectincoming = yes

This can be done via dialplan, but I think this could be a nice feature..

Original issue reported on code.google.com by pag...@gmail.com on 4 Dec 2010 at 1:07

GoogleCodeExporter commented 9 years ago
exten => s,1,Hangup()

easy solution :)

Also can use call forwarding feature or disable incoming calls if allowed by 
network.

Original comment by bg_...@mail.ru on 4 Dec 2010 at 2:02

GoogleCodeExporter commented 9 years ago
;), I knew this solution... only a suggestion...

Original comment by pag...@gmail.com on 4 Dec 2010 at 2:09

GoogleCodeExporter commented 9 years ago
disabling all incoming voice calls at network level another complete solution. 

Also adding the proposed features leads to unhandled from dialplan level 
behavior of the device. For example until incoming call rejected device has 
busy state for 
asterisk but it is not clear why.

In case of lot of incoming calls device still busy long time without any 
visible reason :)))

Will also produce human configuration errors.

Original comment by bg_...@mail.ru on 4 Dec 2010 at 3:10

GoogleCodeExporter commented 9 years ago
ok, you're right... makes more sense you answer...

thanks,

Original comment by pag...@gmail.com on 4 Dec 2010 at 3:14

GoogleCodeExporter commented 9 years ago

Original comment by bg_...@mail.ru on 4 Dec 2010 at 4:34