Quantcast
Channel: IP-Phone-Forum
Viewing all articles
Browse latest Browse all 15636

QSC IP Phonie Extended Asterisk 10, Freepbx 2.10

$
0
0
Hallo,

hat schon jemand geschafft diese Konstellation (Asterisk 10.0.0-rc3 und Freepbx 2.10) mit QSC zum Laufen zu bringen?

Eingehen Calls funktionieren auch mit den Durchwahlen
extensions_custom.conf

[ext-did-0002-custom]
exten => _.,1,Noop(Fixing DID using information from SIP TO header)
exten => _.,2,Set(pseudodid=${SIP_HEADER(To)})
exten => _.,3,Set(pseudodid=${CUT(pseudodid,@,1)})
exten => _.,4,Set(pseudodid=${CUT(pseudodid,:,2)})
exten => _.,5,Goto(from-trunk,${pseudodid},1)

sip_additional.conf

[qsc]
username=03xxx
type=friend
secret=YYY
pedantic=yes
nat=yes
insecure=very
host=sip.qsc.de
fromdomain=qsc.de
context=from-pstn
canreinvite=no
authuser=03xxx

Leider bekomme ich es nicht hin, raus zuwahlen

-- Called SIP/qsc-out/0179xxxx
[2013-06-06 18:36:25] NOTICE[3217]: chan_sip.c:21545 handle_response_invite: Failed to authenticate on INVITE to '"03xxx" <sip:03xxx@sip.qsc.de>;tag=as6fb2b9c3'
-- SIP/qsc-out-0000003a is circuit-busy

Hat einer eine Idee woran das liegt?
Mit einer Asterisk 1.2.12 und Freepbx 2.3 klappt es wenn man noch die CallerID setzt
exten => s,n,SetCallerID(03xxx)
exten => s,n,SetCIDName(03xxx)

aber leider nicht mehr ab > asterisk 1.2

Danke

Viewing all articles
Browse latest Browse all 15636


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>