[asterisk-users] Trunk & Outbound Route for a Cisco VOIP router?
Jon Weisman
jweisman at ibell.net
Wed Sep 12 22:36:35 CDT 2007
Doug,
Not sure on the trixbox side but for asterisk:
Asterisk server: 10.0.0.1
Cisco Gateway: 10.0.0.2
In sip.conf
[cisco]
context=cisco
type=friend
host=10.0.0.2
dtmf=rfc2833
extension.conf
exten=>_011.,1,Dial(SIP/${EXTEN}@cisco)
In the Cisco:
dial-peer voice 100 voip
application session
destination-pattern .T
session protocol sipv2
session target ipv4:10.0.0.1
session transport udp
dial-peer voice 1 pots
application session
destination-pattern 011T
no digit-strip
direct-inward-dial
port 0:D
forward-digits-all
!
sip-ua
retry invite 4
retry response 3
retry bye 2
retry cancel 2
sip-server ipv4:10.0.0.1
hope this helps
-Jon
----- Original Message -----
From: "Doug" <Doug at NaTel.net>
To: <asterisk-users at lists.digium.com>
Sent: Wednesday, September 12, 2007 11:18 PM
Subject: [asterisk-users] Trunk & Outbound Route for a Cisco VOIP router?
> Hi,
>
> I am trying to set up TrixBox/FreePBX with
> a trunk and outbound route to a Cisco VOIP
> router. Has anyone on the list done this
> successfully? Willing to share config file
> snippets?
>
> Mucho thanks if you can help!
>
>
> _______________________________________________
>
> Sign up now for AstriCon 2007! September 25-28th.
> http://www.astricon.net/
>
> --Bandwidth and Colocation Provided by http://www.api-digital.com--
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
More information about the asterisk-users
mailing list