[Asterisk-Users] Meet Me Configuration

2005-07-13 Thread Cavanna, Richard










I am trying to configure MeetMe so that external callers can
enter the conference rooms after an IVR menu. I have created Conf rooms for
all internal Exts with a prefix of 8. When I call into the system from
my vonage trunck the IVR picks up but will not let me dial a conf room. It
tells me it is a invalid extension. 



Can anyone help with a sample conf on this? 



Thanks,

RC






___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Re: [Asterisk-Users] Meet Me Configuration

2005-07-13 Thread Kib Eki

do you have a zap module installed?

if not you must run ztdummy as a timer interface


Cavanna, Richard wrote:
 

I am trying to configure MeetMe so that external callers can enter the 
conference rooms after an IVR menu.  I have created Conf rooms for all 
internal Ext’s with a prefix of 8.  When I call into the system from my 
vonage trunck the IVR picks up but will not let me dial a conf room.  It 
tells me it is a invalid extension.


 

Can anyone help with a sample conf on this? 

 


Thanks,

RC




___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users


Re: [Asterisk-Users] Meet Me Configuration

2005-07-13 Thread Cavanna, Richard
ztdummy is working and MeetMe is working internally (until 2 min ago
when I made the wrong change but I will back track and make that right
again).

Only the external users coming in over a trunk can not access.  IVR
picks up but only allows ext dialing.

Info:
Asterisk CVS-v1-0-06
Meet me .conf (simplified)
conf = 82000
conf = 82001

extensions.conf - IVR menu
[aa_2]
include = aa_2-custom
exten = fax,1,Goto(ext-fax,in_fax,1)   ; 
exten = h,1,Hangup()   ; 
exten = i,1,Playback(invalid)  ; 
exten = i,2,Goto(s,7)  ; 
include = ext-local
include = app-messagecenter
include = app-directory
exten = s,1,GotoIf($[${DIALSTATUS} = ANSWER]?4); 
exten = s,2,Answer()   ; 
exten = s,3,Wait(1); 
exten = s,4,SetVar(DIR-CONTEXT=default); 
exten = s,5,DigitTimeout(3); main-incoming
exten = s,6,ResponseTimeout(7) ; 
exten = s,7,Background(custom/aa_2);
___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[Asterisk-Users] Meet Me Configuration

2005-07-13 Thread Cavanna, Richard








ztdummy is working and Meet
Me is working internally (until 2 min ago when I made the wrong change but I
will back track and make that right again).



Only the external users
coming in over a trunk can not access. IVR picks up but only allows ext
dialing.



Info:

Asterisk CVS-v1-0-06

Meet me .conf (simplified)

 conf = 82000

 conf = 82001



extensions.conf - IVR menu

 [aa_2]

 include =
aa_2-custom

 exten =
fax,1,Goto(ext-fax,in_fax,1) ; 

 exten =
h,1,Hangup() ; 

 exten =
i,1,Playback(invalid) ; 

 exten =
i,2,Goto(s,7) ; 

 include =
ext-local

 include =
app-messagecenter

 include =
app-directory

 exten =
s,1,GotoIf($[${DIALSTATUS} = ANSWER]?4) ; 

 exten =
s,2,Answer() ; 

 exten =
s,3,Wait(1) ; 

 exten =
s,4,SetVar(DIR-CONTEXT=default) ; 

 exten =
s,5,DigitTimeout(3) ; main-incoming

 exten =
s,6,ResponseTimeout(7) ; 

 exten =
s,7,Background(custom/aa_2) ;



Thanks






___
Asterisk-Users mailing list
Asterisk-Users@lists.digium.com
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users