Project

General

Profile

Actions

Feature #2243

closed

Random cli number change in outbound calls

Added by Amit Brahmachari over 8 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
High
Category:
Features
Target version:
-
Start date:
09/28/2015
Due date:
09/30/2015
% Done:

0%

Estimated time:
72.00 h

Description

Hi team,
I have 5 cli numbers, I want to change randomly for outbound calls. How it's possible.
I am using Goautodial version 2.1,asterisk 1.4,

Thanks
Amit

Actions #1

Updated by manish kadiya over 8 years ago

Try This

[outbound]
exten => _886X.,1,Noop
exten => n,Gosub(pickCallerIDnum,cell${RAND},1)
exten => n,Dial(SIP/${EXTEN}@gateway,32,gCX)

[pickCallerIDnum]
exten => cell1,1,Set(CALLERID=09xxxxxxx1)
exten => n,Return
exten => cell2,1,Set(CALLERID=09xxxxxxx2)
exten => n,Return
exten => cell3,1,Set(CALLERID=09xxxxxxx3)
exten => n,Return
exten => cell4,1,Set(CALLERID=09xxxxxxx4)
exten => n,Return
exten => cell5,1,Set(CALLERID=09xxxxxxx5)
exten => n,Return


or create new dial plan entry with different dial code in ext.conf

For Camp1
exten => _1NXXNXXXXXX,1,Set(CALLERID=<insert callerID here>)

For Camp2
exten => _2NXXNXXXXXX,1,Set(CALLERID=<insert callerID here>)

For Camp3
exten => _3NXXNXXXXXX,1,Set(CALLERID=<insert callerID here>)

For Camp4
exten => _4NXXNXXXXXX,1,Set(CALLERID=<insert callerID here>)

For Camp5
exten => _5NXXNXXXXXX,1,Set(CALLERID=<insert callerID here>)

Change Dial prefix in each Camp.

Actions #2

Updated by Wittie Manansala over 8 years ago

  • Status changed from New to Closed

Hi,

This issue/bug tracker is meant for bugs, feature request and issues related to the GOautodial CE ISO, system installation and the GOautodial applications (GOadmin, GOreports and GOagent). To get help from the community, please post your concerns in our forum board at http://goautodial.org/projects/goautodialce/boards

Actions

Also available in: Atom PDF

Go to top