Antwort von Asterisk NOT FOUND auf OPTION-Anfrage

0

Remote-Server sendet mir das OPTION-Paket, aber mein Asterisk-Server sendet die Antwort "404 NOT FOUND". Gibt es eine Option in der sip.conf oder was anderes?

sip.conf
    [remote-server]
    type=friend
    host=10.1.1.1
    context=test
    qualify=yes
    disallow=all
    insecure=invite,port
    allowguest=yes
    nat=force_rport,comedia
    allow=g729
    allow=alaw
    allow=ulaw
    allow=gsm

anfordern:

OPTIONS sip:10.1.1.1:5060 SIP/2.0
Via: SIP/2.0/UDP 10.1.1.1:5060
Call-ID: XXXXXX@YYYYY
From: <sip:[email protected]>;tag=1oz35123
To: <sip:10.1.1.2>
CSeq: 1 OPTIONS
Contact: <sip:10.1.1.1:36808;transport=udp>;expires=65535
Accept: application/sdp
Max-Forwards: 70
Content-Length: 0

Antwort:

SIP/2.0 404 Not Found
Via: SIP/2.0/UDP 10.1.1.1:5060
From: <sip:<[email protected]>;tag=1oz35123
To: <sip:10.1.1.2>;tag=as53fc8169
Call-ID: XXXXXX@YYYYY
CSeq: 1 OPTIONS
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY, INFO, PUBLISH, MESSAGE
Supported: replaces, timer
Accept: application/sdp
Content-Length: 0

quelle
Als die [asterisk] Tag-Status, Fragen wie diese sind für StackOverflow nicht relevant. Bitte stellen Sie Ihre Frage über SuperUser
phuzi

Antworten:

0

Ich habe das Problem behoben, indem ich die extension.conf hinzugefügt habe

[default]
exten => s,1,NoOp( DEFAULT context )

quelle
0

NICHT GEFUNDENE Antwort auf Optionen ist für die meisten Switches OK.

Wenn Sie die S-Erweiterung im Standardkontext ausführen möchten, sollten Sie aus Sicherheitsgründen Hangup verwenden.

arheops
quelle