Auto dial out issue in asterisk

2019-08-11 06:42发布

I am applying an auto dial in asterisk using .call file My a.call

Channel: DAHDI/g0/09*********
MaxRetries: 1
RetryTime: 600
WaitTime: 30
Context: outgoing
Extension: 10
Priority: 1

My problem is that every time above number is called by same number means even if i change the dialled number(receiver number above) the caller number is same.How can i set the caller number in an outgoing call? Thanks in advance.

2条回答
够拽才男人
2楼-- · 2019-08-11 07:07

You can use

Channel: DAHDI/g0/09*********
MaxRetries: 1
RetryTime: 600
WaitTime: 30
Context: outgoing
Extension: 10
Priority: 1
Callerid: 12345

Note, dahdi g0 have be digital trunk and ALLOW change of callerid.

查看更多
Summer. ? 凉城
3楼-- · 2019-08-11 07:07

You just add the parameter on your .call file

Callerid: <your_callerid>
查看更多
登录 后发表回答