Project

General

Profile

Campaigns & Sip Question?

Added by forward Source about 12 years ago

Hello Everybody Please Help Me to use different sip account for specific campaign. I have two sip accounts and i have 2 campaigns in server. I want to use each sip account for specific campaign. when i place sip show registry command in asterisk its shows both sip registered. But when we makes call it use only one sip account for both campaign. Please help me out how i can use specific sip account for specific campaign.


Replies (1)

RE: Campaigns & Sip Question? - Added by Wilper Necesario about 12 years ago

Hi,

You can use 2 different dial plan for your carrier this can be use by each of your campaign e.g.
Diaplan 1.
exten => _91XXXXXXXXXX,1,AGI
exten => _91XXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@goautodial,,tTo)
exten => _91XXXXXXXXXX,3,Hangup

Dialplan 2.
exten => _71XXXXXXXXXX,1,AGI
exten => _71XXXXXXXXXX,2,Dial(SIP/${EXTEN:1}@goautodial,,tTo)
exten => _71XXXXXXXXXX,3,Hangup

Campaign 1 can uuse 91 and campaign 2 can be use 71.

Cheers
q^_6p

    (1-1/1)
    Go to top