| 本帖最後由 bubblestar 於 2011-9-27 10:26 編輯 
 Curious to know the Caller ID display status in the incoming settings.  In your configuration of [from-gv], you use account@gmail.com.  Can we expect to see the REAL Caller ID number on our telephone set when someone dial in? Or we can only see the Google Voice's server telephone number instead. I ask because I use the following settings and it can show the real caller id number.  Yours is neat and easier for everyone to understand.  If it can generate the same effect, I would rather take yours.
 複製代碼[from-gv]                                                        
exten => _[@Xa-z].,1,Noop(Incoming Google Voice call for ${EXTEN})
same => n,Set(CALLERID(number)=${CALLERID(name):2:10})        ; make known of the calling party
same => n,Set(CALLERID(name)=${CALLERID(number)})
same => n,Answer()
same => n,Wait(2)
same => n,SendDTMF(1)
same => n,Dial(SIP/1001,30)
exten => h,1,Hangup()
 |