- Mitglied seit
- 31 Okt 2008
- Beiträge
- 93
- Punkte für Reaktionen
- 0
- Punkte
- 0
Hallo Zusammen,
Ich habe ein Problem und zwar wird bei mir die letzte Ziffer CallerID abgeschnitten bzw gar nicht erst mitgesendet, OBWOHL man in der CLI sieht, dass diese richtig genreriert wird:
Die Nummer lautet 55xxx40 und wird auch so übergeben, aber anscheinend scheint SIP da irgendwie dran rumzufummeln.
Aufbau ist wie folgt: SIP Telefon via ISDN Karte von Junghanns (duoBRI) zum Ziel. Die Karte ängt am Anlagenanschluss.
Auszug Sip.conf:
Auszug extensions.conf
zapata.conf
Vielen Dank schonmal im Voraus!
Ich habe ein Problem und zwar wird bei mir die letzte Ziffer CallerID abgeschnitten bzw gar nicht erst mitgesendet, OBWOHL man in der CLI sieht, dass diese richtig genreriert wird:
-- Goto (isdn_anruf,002xxxxxxxx47,1)
-- Executing [002xxxxxxxx47@isdn_anruf:1] Set("SIP/40-021df740", "GROUP()=isdn") in new stack
-- Executing [002xxxxxxxx47@isdn_anruf:2] Set("SIP/40-021df740", "CALLERID(num)=55xxxx40") in new stack
-- Executing [002xxxxxxxx47@isdn_anruf:3] Set("SIP/40-021df740", "DIAL_NUMBER=02xxxxxxxx47") in new stack
-- Executing [002xxxxxxxx47@isdn_anruf:4] Dial("SIP/40-021df740", "Zap/g1/02xxxxxxxx47||tT") in new stack
-- Requested transfer capability: 0x00 - SPEECH
-- Called g1/022822788447
-- Zap/1-1 is proceeding passing it to SIP/40-021df740
-- Zap/1-1 is ringing
-- Zap/1-1 answered SIP/40-021df740
-- ast_get_srv: SRV lookup for '_sip._udp.sipgate.de' mapped to host sipgate.de, port 5060
-- Channel 0/1, span 1 got hangup request, cause 16
-- Hungup 'Zap/1-1'
== Spawn extension (isdn_anruf, 002xxxxxxxx47, 4) exited non-zero on 'SIP/40-021df740'
Die Nummer lautet 55xxx40 und wird auch so übergeben, aber anscheinend scheint SIP da irgendwie dran rumzufummeln.
Aufbau ist wie folgt: SIP Telefon via ISDN Karte von Junghanns (duoBRI) zum Ziel. Die Karte ängt am Anlagenanschluss.
Auszug Sip.conf:
[general]
srvlookup=yes
port = 5060
;bindport = 5060
bindaddr = 0.0.0.0
qualify=no
disallow=all ; First disallow all codecs
allow=ulaw
allow=alaw ; Allow codecs in order of
allow=g729
allow=gsm
allow=slinear
; Durchwahl 40
[40]
type = friend
username = 40
secret = 1234
host = dynamic
callerid = DW <40>
context = intern
callgroup=1
pickupgroup=1
mailbox=40
subscribecontext=BLF_group_1
busylevel = 1
canreinvite=no
call-limit=1
Auszug extensions.conf
;exten => _00.,n,Set(aktchans=${IF($[${aktchans} > 4]?4:${aktchans})})
;exten => _00.,n,Set(DB(ISDN/aktivechannels)=${aktchans})
exten => _00.,1,Set(GROUP()=isdn)
exten => _00.,n,Set(CALLERID(num)=55xxxxx${CALLERID(num)})
exten => _00.,n,Set(DIAL_NUMBER=${EXTEN:1})
exten => _00.,n,Dial(Zap/g1/${EXTEN:1},,tT)
exten => _00.,n,Set(dummy=${DIALSTATUS})
exten => _00.,n,Macro(dial-result)
;exten => _00.,n,Wait(3)
exten => _00.,n,Hangup()
zapata.conf
[channels]
;
; Default language
;
language=de
;
; Default context
;
;
switchtype = euroisdn
; p2mp TE mode (for connecting ISDN lines in point-to-multipoint mode)
;signalling = bri_cpe_ptmp
; p2p TE mode (for connecting ISDN lines in point-to-point mode)
signalling = bri_cpe
; p2mp NT mode (for connecting ISDN phones in point-to-multipoint mode)
;signalling = bri_net_ptmp
; p2p NT mode (for connecting an ISDN pbx in point-to-point mode)
;signalling = bri_net
pridialplan = unknown
nationalprefix = 0
internationalprefix = 00
callerid=asreceived
usecallerid = yes
overlapdial = yes
immediate=no
faxdetect=incoming
prilocaldialplan = unknown
;localprefix = 02xxx
;privateprefix=02xxx
;cidsignalling = dtmf
;hidcallerid = no
;restrictcid = no
usecallingpres = yes
;callwaitingcallerid = yes
;facilityenable = yes
callwaiting = no
priindication = outofband
;group = 2
; S/T port 2
;channel => 4-5
; -> http://www.rowetel.com/ucasterisk/oslec.html
echocancel=yes
echocancelwhenbridged = no
;echotraining=200
;jbenable=yes
rxgain = 0.0
txgain = 0.0
group = 1
; S/T port 1
context=isdn_extern
channel => 1-2,4-5
Vielen Dank schonmal im Voraus!
Zuletzt bearbeitet: