Conference and Dial Out

Hi Guys,
Those extension (1106,1107) actually on Cisco Call Manager.
There is a Conference number on Asterisk Server which is 3030.
Once I call to conference number (3030) system automatically calls those extensions. I used Elastix distribution for testing.
I just wondered is there any better solution for that. Because I did something with luck. I am not sure all of this.

I used this blog for integration between CCM and Asterisk.
uccisco.wordpress.com/2014/05/1 … ntegration

nano 1106.call
Channel: Local/3030@from-internal
CallerID: “Emergency” <3030>
Extension: 1106
Priority: 1
WaitTime: 15

nano 1107.call
Channel: Local/3030@from-internal
CallerID: “Emergency” <3030>
Extension: 1107
Priority: 1
WaitTime: 15

chown asterisk:asterisk /etc/asterisk/1106.call
chown asterisk:asterisk /etc/asterisk/1107.call

I have added those bold lines to Meet-me section.

[ext-meetme]
include => ext-meetme-custom
exten => STARTMEETME,1,ExecIf($["${MEETME_MUSIC}" != “”]?Set(CHANNEL(musicclass)=${MEETME_MUS$
exten => STARTMEETME,n,Set(GROUP(meetme)=${MEETME_ROOMNUM})
exten => STARTMEETME,n,GotoIf($[${MAX_PARTICIPANTS} > 0 && ${GROUP_COUNT(${MEETME_ROOMNUM}@me$
exten => STARTMEETME,n,MeetMe(${MEETME_ROOMNUM},${MEETME_OPTS},${PIN})
exten => STARTMEETME,n,Hangup

exten => 3030,1,System(cp /etc/asterisk/*.call /var/spool/asterisk/outgoing)
exten => h,1, Hangup