I am trying to configure NConference as a test for RC3.  I can hear the voice 
prompt for entering pin as well as voice prompt for incorrect pin; however, I'm 
unable to hook to the NConference.  Please help me resolve this issue.

Here's my dial plan
==============
[ext-nconf]
exten => 2663,1,Set(NCONF_ROOMNUM=2007)
exten => 2663,n,GotoIf($[${DIALSTATUS} = ANSWER]?READPIN)
exten => 2663,n,Answer
exten => 2663,n,Wait(1)
exten => 2663,n(READPIN),Read(PIN,enter-conf-pin-number,,)
exten => 2663,n,GotoIf($[foo${PIN} = foo1966]?ADMIN)
exten => 2663,n,Playback(conf-invalidpin)
exten => 2663,n,Goto(READPIN)
exten => 2663,n(ADMIN),Set(NCONF_OPTS=MV)
exten => 2663,n,NConference(${NCONF_ROOMNUM}/${NCONF_OPTS}/${PIN})
exten => h,1,Hangup




Here's my debugging session
====================
.....
   -- Executing GotoIf("IAX2/2907-3", "?READPIN") in new stack
    -- Executing Answer("IAX2/2907-3", "eter-Nguyens-Computer*CLI> m") in new 
stack
    -- Executing Wait("IAX2/2907-3", "1") in new stack
    -- Executing Read("IAX2/2907-3", "PIN|enter-conf-pin-number||") in new stack
    -- Playing 'enter-conf-pin-number' (language 'en')
    -- User entered '1966'> 
    -- Executing GotoIf("IAX2/2907-3", "1?ADMIN") in new stack
    -- Goto (from-internal,2663,9)
    -- Executing Set("IAX2/2907-3", "NCONF_OPTS=MV") in new stack
    -- Executing NConference("IAX2/2907-3", "2007/MV/1966") in new stack
Jan  8 16:42:55 WARNING[4747]: cPeter-Nguyens-Computer*CLI> hannel.c:2145 
set_format: Unable to find a codec translation path from gsm to slin
Jan  8 16:42:55 ERROR[4747]: member.c:374 member_exec: unable to set read 
format.
  == Spawn extension (from-internal, 2663, 10) exited non-zero on 'IAX2/2907-3'
    -- Executing Hangup("IAX2/2907-3", "") in new stack
  == Spawn extenPeter-Nguyens-Computer*CLI> sion (from-internal, h, 1) exited 
non-zero on 'IAX2/2907-3'


_______________________________________________
Openpbx-users mailing list
[email protected]
http://lists.openpbx.org/mailman/listinfo/openpbx-users

Reply via email to