Project

General

Profile

Actions

Feature #6990

closed

Adding sip truck

Added by TOUNKARA OUMAR over 5 years ago. Updated over 5 years ago.

Status:
Rejected
Priority:
Normal
Category:
Features
Target version:
Start date:
08/30/2018
Due date:
% Done:

0%

Estimated time:

Description

Hi everybody,

Just want to know why when i add a new trunk sip all the campaign that i configured are setting on the new one and let the firt one. I want to use a different gsm trunk sip for each campaign. This is my configurations:

CARRIER 1

1010]
disallow=all
allow=gsm
allow=ulaw
type=friend
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=very
nat=yes
host=192.168.0.202
username=1010
secret=1010

exten => _9399294696.,1,AGI
exten => _9399294696.,2,Dial(SIP/00${EXTEN:10}@1010,,tTo)
exten => _9399294696.,3,Hangup

CARRIER 2

[1011]
disallow=all
allow=gsm
allow=ulaw
type=friend
dtmfmode=rfc2833
context=trunkinbound
qualify=yes
insecure=very
nat=yes
host=192.168.0.202
username=1011
secret=1011

exten => _9399294696.,1,AGI
exten => _9399294696.,2,Dial(SIP/00${EXTEN:10}@1011,,tTo)
exten => _9399294696.,3,Hangup

Actions

Also available in: Atom PDF

Go to top