[asterisk-users] Asterisk as gateway

Atux Atux atuxnull at gmail.com
Thu Mar 22 07:18:54 CDT 2018


i would like to ask how to connect 2 systems. I would like to have an
asterisk where it will have all the connections to the outside world (sip
trunks) and it will called the gateway. This asterisk will have extension
numbers of 3XX.
In the LAN there will be 2 other asterisk boxes (A & B) where A will have
the extension numbers 4XX and B the 5XX.
-gateway 3XX has all sip trunks to the outside world
-A 4XX.
-B 5XX

I would like to have A to connect to the gateway as extension 308 and route
all calls incoming/outgoing through the gateway. the same applies to B as
extension 309.
i am kinda lost with config and the dialplan. In the gateway i have in the
sip.conf 2extensions 308 &309. in the gateway's extension.conf i have 5
DIDs for 308 and another 5 for 309 as follows:

308's first DID up to 123456784
exten => 123456780,1,Set(CALLERID(name)=${DB(cidname/${CALLERID(num)})})
exten => 123456780,n,Answer()
exten => 123456780,n,Wait(1)
exten => 123456780,n,Dial(SIP/308,20)
exten => 123456780,n,VoiceMail(308 at home,u)
exten => 123456780,n,Busy(3)





309's first DID up to 123456789
exten => 123456785,1,Set(CALLERID(name)=${DB(cidname/${CALLERID(num)})})
exten => 123456785,n,Answer()
exten => 123456785,n,Wait(1)
exten => 123456785,n,Dial(SIP/309,20)
exten => 123456785,n,VoiceMail(309 at home,u)
exten => 123456785,n,Busy(3)



Some help please?
John
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20180322/463dee0b/attachment.html>


More information about the asterisk-users mailing list