[asterisk-users] One way calling on asterisk to cisco call manager integration
Danny Nicholas
danny at debsinc.com
Sat Jul 23 13:04:32 CDT 2011
Try duplicating cucm as cucm2 with qualify=no and dialing on cucm2.
-----Original Message-----
From: asterisk-users-bounces at lists.digium.com
[mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Mitch Johnson
Sent: Saturday, July 23, 2011 12:55 PM
To: asterisk-users at lists.digium.com
Subject: [asterisk-users] One way calling on asterisk to cisco call manager
integration
I'm trying to integrate my Asterisk box with my call manager 8 server. I
can call from the call manager to a phone on asterisk, but I can't call from
a phone on asterisk to call manager. Any help would be greatly appreciated.
sip.conf
[2000]
type=friend
secret=
dtmfmode=rfc2833
host=dynamic
canreinvite=no
context=myphones
allow=ulaw
nat=yes
[2001]
type=friend
secret=
dtmfmode=rfc2833
host=dynamic
canreinvite=no
context=myphones
allow=ulaw
nat=yes
[2002]
type=friend
secret=
dtmfmode=rfc2833
host=dynamic
canreinvite=no
context=myphones
allow=ulaw
nat=yes
;*******************************
; BEGIN: CUCM(s) Added Below
;*******************************
[cucm]
host=172.16.200.232
type=friend
;nat=no
;type=peer
context=incoming
canreinvite=yes
;insecure=invite
;disallow=all
;allow=g729
allow=ulaw
qualify=yes
extensions.conf
[general]
static=yes
[global]
[myphones]
exten=>2000,1,Dial(SIP/2000)
exten=>2001,1,Dial(SIP/2001)
exten=>2002,1,Dial(SIP/2002)
include=>incoming
**********************************
; BEGIN: Add OFFNET Patterns Here
;**********************************
; OFFNET dialing for CUCM
[incoming]
exten => _X.,1,Dial(SIP/cucm/${EXTEN:0},30,rt)
include=>myphones
--
_____________________________________________________________________
-- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to
Asterisk? Join us for a live introductory webinar every Thurs:
http://www.asterisk.org/hello
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