- Mitglied seit
- 22 Jun 2005
- Beiträge
- 6
- Punkte für Reaktionen
- 0
- Punkte
- 0
hi leute,
ich brauche bei dem folgenden problem eure hilfe:
meine asterisk anlage hat folgende einstellungen:
interne gespräche werden über sip telefonene durchgeführt, externe gespräche werden über eine avm c2 karte in verbindung mit chan_capi_cm treibern abgewickelt.
wähle ich eine externe rufnummer, höre ich das sogenannte tuuten nicht(besetzt-, oder wahl töne).
füge ich meinem dialstring B oder b ein höre ich die oben beschriebenen töne aber mein gesprächpartner hört mich dann nicht mehr.
hier ist mein dial string für externe gespräche ohne tuuten mit stimme: CAPI/g1/$OUTNUM$/d
hier ist mein dial string für externe gespräche mit tuuten ohne stimme: CAPI/g1/$OUTNUM$/db oder CAPI/g1/$OUTNUM$/dB
ich hätte gerne beides zusammen, mit tuuten und mit stimme
achso ja vielleicht kann mir jemand mal ein anderes wort für das tuuten nennen.
hier ein paar infos:
Asterisk 1.2.7.1
*@H v2.0
anlagenanschluss
ich brauche bei dem folgenden problem eure hilfe:
meine asterisk anlage hat folgende einstellungen:
interne gespräche werden über sip telefonene durchgeführt, externe gespräche werden über eine avm c2 karte in verbindung mit chan_capi_cm treibern abgewickelt.
wähle ich eine externe rufnummer, höre ich das sogenannte tuuten nicht(besetzt-, oder wahl töne).
füge ich meinem dialstring B oder b ein höre ich die oben beschriebenen töne aber mein gesprächpartner hört mich dann nicht mehr.
hier ist mein dial string für externe gespräche ohne tuuten mit stimme: CAPI/g1/$OUTNUM$/d
hier ist mein dial string für externe gespräche mit tuuten ohne stimme: CAPI/g1/$OUTNUM$/db oder CAPI/g1/$OUTNUM$/dB
ich hätte gerne beides zusammen, mit tuuten und mit stimme
achso ja vielleicht kann mir jemand mal ein anderes wort für das tuuten nennen.
hier ein paar infos:
Asterisk 1.2.7.1
*@H v2.0
anlagenanschluss
Code:
[general]
nationalprefix=0
internationalprefix=00
rxgain=0.8
txgain=0.8
language=de ;set default language
;ulaw=yes ;set this, if you live in u-law world instead of a-law
[AVMC21]
ntmode=yes ;if isdn card operates in nt mode, set this to yes
isdnmode=did ;'MSN' (point-to-multipoint) or 'DID' (direct inward dial)
;when using NT-mode, 'DID' should be set in any case
incomingmsn=* ;allow incoming calls to this list of MSNs/DIDs, * = any
defaultcid=0 ;set a default caller id to that interface for dial-out,
;this caller id will be used when dial option 'd' is set.
controller=1 ;capi controller number to use
group=1 ;dialout group
prefix=0 ;set a prefix to calling number on incoming calls
softdtmf=on ;enable/disable software dtmf detection, recommended for AVM cards
relaxdtmf=off ;in addition to softdtmf, you can use relaxed dtmf detection
accountcode= ;PBX accountcode to use in CDRs
context=from-trunk ;context for incoming calls
;holdtype=hold ;when the PBX puts the call on hold, ISDN HOLD will be used. If set
;to 'local' (default value), no hold is done and the PBX may play MOH.
immediate=yes ;DID: immediate start of pbx with extension 's' if no digits were
; received on incoming call (no destination number yet)
;MSN: start pbx on CONNECT_IND and don't wait for SETUP/SENDING-COMPLETE.
; info like REDIRECTINGNUMBER may be lost, but this is necessary for
; drivers/pbx/telco which does not send SETUP or SENDING-COMPLETE.
;echosquelch=1 ;_VERY_PRIMITIVE_ echo suppression
;echocancel=yes ;EICON DIVA SERVER (CAPI) echo cancelation (yes=g165)
;(possible values: 'no', 'yes', 'force', 'g164', 'g165')
;echocancelold=yes ;use facility selector 6 instead of correct 8 (necessary for older eicon drivers)
;echotail=64 ;echo cancel tail setting (default=0 for maximum)
;echocancelnlp=1 ;activate non-linear-processing; this improves echo cancel ratio, but might
;incorporate variable gain in the signal path.
;bridge=yes ;native bridging (CAPI line interconnect) if available
;callgroup=1 ;PBX call group
;language=de ;set language for this device (overwrites default language)
;disallow=all ;RTP codec selection (valid with Eicon DIVA Server only)
;allow=all ;RTP codec selection (valid with Eicon DIVA Server only)
devices=2
[AVMC22]
ntmode=yes ;if isdn card operates in nt mode, set this to yes
isdnmode=did ;'MSN' (point-to-multipoint) or 'DID' (direct inward dial)
;when using NT-mode, 'DID' should be set in any case
incomingmsn=* ;allow incoming calls to this list of MSNs/DIDs, * = any
defaultcid=0 ;set a default caller id to that interface for dial-out,
;this caller id will be used when dial option 'd' is set.
controller=2 ;capi controller number to use
group=1 ;dialout group
prefix=0 ;set a prefix to calling number on incoming calls
softdtmf=on ;enable/disable software dtmf detection, recommended for AVM cards
relaxdtmf=off ;in addition to softdtmf, you can use relaxed dtmf detection
accountcode= ;PBX accountcode to use in CDRs
context=from-trunk ;context for incoming calls
;holdtype=hold ;when the PBX puts the call on hold, ISDN HOLD will be used. If set
;to 'local' (default value), no hold is done and the PBX may play MOH.
immediate=yes ;DID: immediate start of pbx with extension 's' if no digits were
; received on incoming call (no destination number yet)
;MSN: start pbx on CONNECT_IND and don't wait for SETUP/SENDING-COMPLETE.
; info like REDIRECTINGNUMBER may be lost, but this is necessary for
; drivers/pbx/telco which does not send SETUP or SENDING-COMPLETE.
;echosquelch=1 ;_VERY_PRIMITIVE_ echo suppression
;echocancel=yes ;EICON DIVA SERVER (CAPI) echo cancelation (yes=g165)
;(possible values: 'no', 'yes', 'force', 'g164', 'g165')
;echocancelold=yes ;use facility selector 6 instead of correct 8 (necessary for older eicon drivers)
;echotail=64 ;echo cancel tail setting (default=0 for maximum)
;echocancelnlp=1 ;activate non-linear-processing; this improves echo cancel ratio, but might
;incorporate variable gain in the signal path.
;bridge=yes ;native bridging (CAPI line interconnect) if available
;language=de ;set language for this device (overwrites default language)
;disallow=all ;RTP codec selection (valid with Eicon DIVA Server only)
;allow=all ;RTP codec selection (valid with Eicon DIVA Server only)
devices=2