What was the result of my earlier suggestion?  See below.

Joshua Billings wrote:
You will need to insert the line before each place where you send calls to Meetme and change the existing priority 1 to n. For example:

exten => 8600099,1,Playback(/var/lib/asterisk/sounds/silence/1)
exten => 8600099,n,Meetme(8600099)

exten => 8600100,1,Playback(/var/lib/asterisk/sounds/silence/1)
exten => 8600100,n,Meetme(8600100)

And so on...

This is assuming the path for sound files is: /var/lib/asterisk/sounds/silence/1 You may need to modify the path if your folder locations are different. Good luck!

- Josh



David @ULC wrote:
Any more suggestions ?


On Wed, Jul 1, 2009 at 8:30 AM, David @ULC <[email protected] <mailto:[email protected]>> wrote:

    Thanks for the Reply,

I was waiting online for someone to reply : -)
    Here is my Extension file : [ Where should I enter those line ? ]

    exten => 8600099,1,Meetme(8600099)

    exten => 8600100,1,Meetme(8600100)

    exten => 8601,1,Meetme(8601)

    exten => h,1,DeadAGI(agi://127.0.0.1:4577/call_log
    <http://127.0.0.1:4577/call_log>)
    exten =>
    
h,2,DeadAGI(agi://127.0.0.1:4577/VD_hangup--HVcauses--PRI-----NODEBUG-----${HANGUPCAUSE}-----${DIALSTATUS}-----${DIALEDTIME}-----${ANSWEREDTIME}
    
<http://127.0.0.1:4577/VD_hangup--HVcauses--PRI-----NODEBUG-----$%7BHANGUPCAUSE%7D-----$%7BDIALSTATUS%7D-----$%7BDIALEDTIME%7D-----$%7BANSWEREDTIME%7D>))

    exten => i,1,Playback(invalid)

    exten => t,1,Goto(#,1)

    exten => _68600XXX,1,Meetme(${EXTEN:1},mq)

    exten => _78600XXX,1,Meetme(${EXTEN:1},q)

    exten => _85026666666666.,1,Wait(2)
    exten => _85026666666666.,2,Voicemail(${EXTEN:14})
    exten => _85026666666666.,3,Hangup()

    exten => _851XXXXX,1,Answer()
    exten => _851XXXXX,2,Playback(${EXTEN})
    exten => _851XXXXX,3,Hangup()

    exten => _90009.,1,Answer()
    exten => _90009.,2,AGI(agi-VDADcloser.agi,${EXTEN}-----START)
    exten => _90009.,3,Hangup()

    exten => _9X.,1,AGI(agi://127.0.0.1:4577/call_log
    <http://127.0.0.1:4577/call_log>)
    exten => _9X.,2,Dial(SIP/${EXTEN:1...@sip8||tTor)
    exten => _9X.,3,Hangup()

    exten => _8X.,1,AGI(agi://127.0.0.1:4577/call_log
    <http://127.0.0.1:4577/call_log>)
    exten => _8X.,2,Dial(SIP/${EXTEN:1...@sip209||tTor)
    exten => _8X.,3,Hangup()


    exten => _X38600XXX,1,MeetMeAdmin(${EXTEN:2},t,${EXTEN:0:1})
    exten => _X38600XXX,2,Hangup()

    exten => _X48600XXX,1,MeetMeAdmin(${EXTEN:2},T,${EXTEN:0:1})
    exten => _X48600XXX,2,Hangup()

    exten => _[1-7]X.,1,AGI(agi://127.0.0.1:4577/call_log
    <http://127.0.0.1:4577/call_log>)
    exten => _[1-7]X.,2,Dial(SIP/${ext...@sip8||tTor)
    exten => _[1-7]X.,3,Hangup()




    On Wed, Jul 1, 2009 at 6:19 AM, David @ULC <[email protected]
    <mailto:[email protected]>> wrote:


        When I login to the asterisk, I just hear the HALF of the
        welcome message :

        "You are currently the " instead of "You are currently the
        only person in the conference"

        Thats also, I hear it after 60 secs or so..

        Asterisk 1.2.27



------------------------------------------------------------------------

_______________________________________________
-- 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
_______________________________________________
-- 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

Reply via email to