Ich habe Sipgate in * eingebunden und es funktioniert relativ sauber. Nun möchte ich auch Purtel zum hinauswählen ins PSTN nutzen und ich kriege das nicht gebacken.
Ich habe folgende Konfiguration
sip.conf
und in extension.conf
Mit dieser Konfig kann ich nicht rauswählen. Es kommt in der Konsole:
Connected to Asterisk 1.0-RC2 currently running on XXXXXX (pid = 14403)
-- Executing Dial("SIP/12345-3174", "SIP/[email protected]|60") in new stack
-- Called [email protected]
-- SIP/purtel-d03c answered SIP/12345-3174
-- Attempting native bridge of SIP/12345-3174 and SIP/purtel-d03c
-- Attempting native bridge of SIP/12345-3174 and SIP/purtel-d03c
== Spawn extension (purtel, 10711702769, 1) exited non-zero on 'SIP/12345-3174'
und danach kommt ein Belegtzeichen im Telefon und das wars dann auch...
IAX2 will ich nicht verwenden da ich noch keine Lösung zu dem CDR Problem gefunden habe.
Danke
Ich habe folgende Konfiguration
sip.conf
Code:
[purtel]
type=friend
username=XXXXXX
host=deu1.purtel.com
qualify=1200
;nat=yes
context=default
dtmf=rfc2833
secret=XXXXXX
canreinvite=no
und in extension.conf
Code:
[purtel]
include => default
include => sipgate
exten => _1.,1,Dial(SIP/${EXTEN:1}@purtel,60)
exten => _1.,2,Congestion
exten => _1.,102,Busy
Mit dieser Konfig kann ich nicht rauswählen. Es kommt in der Konsole:
Connected to Asterisk 1.0-RC2 currently running on XXXXXX (pid = 14403)
-- Executing Dial("SIP/12345-3174", "SIP/[email protected]|60") in new stack
-- Called [email protected]
-- SIP/purtel-d03c answered SIP/12345-3174
-- Attempting native bridge of SIP/12345-3174 and SIP/purtel-d03c
-- Attempting native bridge of SIP/12345-3174 and SIP/purtel-d03c
== Spawn extension (purtel, 10711702769, 1) exited non-zero on 'SIP/12345-3174'
und danach kommt ein Belegtzeichen im Telefon und das wars dann auch...
IAX2 will ich nicht verwenden da ich noch keine Lösung zu dem CDR Problem gefunden habe.
Danke