atefsaeed2010 / asterisk-chan-dongle-01

Automatically exported from code.google.com/p/asterisk-chan-dongle
Other
0 stars 1 forks source link

Caller ID on incoming calls #174

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Is there any way to see callerid on incoming calls? I tried but it shows only 
exten value as callerid.

Original issue reported on code.google.com by geosoh...@gmail.com on 3 Jun 2014 at 11:40

GoogleCodeExporter commented 9 years ago
exten => s,1,Progress()
same => n,Set(CALLERID(all)=${CALLERID(num)})
same => n,Dial(SIP/100&SIP/101,60,Tt)

Original comment by jersonju...@gmail.com on 4 Jun 2014 at 1:51

GoogleCodeExporter commented 9 years ago
Yes, usual way 

Original comment by bg_...@mail.ru on 23 Jul 2014 at 7:32

GoogleCodeExporter commented 9 years ago

Original comment by bg_...@mail.ru on 23 Jul 2014 at 7:32