返回列表 發帖
I just copied from the example and I am sorry that I do not know the exact meaning of each of them. Perhaps, we have looked into the sample file for gtalk.conf.sample.

YH

TOP

回復 16# 角色


    It is my fault just copy and paste. Now just use allowguest =no

TOP

For detail, we make take a look at the sample of sip.conf.

YH

TOP

本帖最後由 bubblestar 於 2011-10-2 11:45 編輯

回復 11# ckleea


   
Since the total telephone number including the country code 1 is 11 digits instead of 10, another modification should be made as below to indicate all numbers.  Otherwise, the last digit will be truncated.  Would ckleea c-hing put this into his script to reflect the whole picture for our future reference.  Thanks.

Set(CALLERID(number)=${CALLERID(name):1:11})

This will show up 11 digits including US code 1


If users do not want to show all 11 digits on the screen display, the code should be:

Set(CALLERID(number)=${CALLERID(name):2:10})

This will show up 10 digits excluding US code 1

TOP

回復 19# bubblestar


    Updated

TOP

回復 19# bubblestar

Many thanks for reminding me.

YH

TOP

There is another thread discussing about the multiple GV accounts on Asterisk 1.8 box.

http://www.mitbbs.com/clubarticle_t/voip/31224603.html

YH

TOP

回復 22# 角色


    Very interesting to look at their outbound rules which can assign different gv account based on the rules.

TOP

返回列表