* You are viewing Posts Tagged ‘dont’

Asterisk ConfBridge

This applicationĀ  enters the user into a specified conference bridge. The user can exit the conference by hangup only.
The join sound can be set using the CONFBRIDGE_JOIN_SOUND variable and the leave sound can be set using the CONFBRIDGE_LEAVE_SOUND variable. These can be unique to the caller. This application will not automatically answer the channel.

Syntax

ConfBridge([confno[,options]])

Arguments

  • confno – The conference number
  • options
    • a – Set admin mode.
    • A – Set marked mode.
    • c – Announce user(s) count on joining a conference.
    • m – Set initially muted.
    • M – Enable music on hold when the conference has a single caller. Optionally, specify a musiconhold class to use. If one is not provided, it will use the channel’s currently set music class, or default.
      • class
    • 1 – Do not play message when first person enters
    • s – Present menu (user or admin) when # is received (send to menu).
    • w – Wait until the marked user enters the conference.
    • q – Quiet mode (don’t play enter/leave sounds).

 

User provided sample:

[macro-confbridge-setup]

exten => s,1,Set(NUM=$[0${NUM} + 1]);
exten => s,n,Set(CONFNO=99${NUM})
exten => s,n,GotoIf(${DB_EXISTS(confbridge:${CONFNO})}?1)
exten => s,n,Set(DB(confbridge/${CONFNO})=1)

[foo]
exten => s,1,Macro(confbridge-setup)
exten => s,n,ConfBridge(${CONFNO})
exten => s,n,NoOp( ${DB_DELETE(confbridge/${CONFNO})} )
 

DONT_OPTIMISE, BETTER_BACKTRACES and performance

Hi

How much impact on performance do DONT_OPTIMISE and BETTER_BACKTRACES
have on a busy (13000+ entries in cdr for yesterday) server?

I’m trying to decide whether to have them on in case of crashes or not.

4 sec delay in voice menu (asterisk)

Hi guys,

I have very weird case, which i dont understand. I have voice menu where
customer is choosing language, and all works fine apart from this that
after pressing 1 applications related to 1-ext are being processed
immediatly and after pressinf 2, there is 4-5 sec delay betweek 1st
application is being processed related to that extension 2.

Difference which i am seeing in this log files is that in 2nd case,
there is ” == CDR updated on …”, but why in 1st case it isnt and in
2nd is ? Could that be my source of problem ?

Thanks for your help, any hint will do

Regards
Robert

Asterisk 1..8 multiple queue

Thanks for reply but is there any alternative way? Because we don’t
have mysql and we dont want to use mysql.

duplicate keys change from zaptel to dahdi 2.4.0

I just updated from zaptel to dahdi 2.4.0
I dont recall missing keys or duplicating keys with zaptel.
With dahdi 2.4.0 I tried serveral calls and I was trying to enter 204
and I got 2204.

Is there another or new parameter I need to tweek?

Thanks,

jerry