I'm looking at RFC 3261, I think the latest SIP standard and have a few
questions about the * sip implementation:

1. 8.2.6.1 Sending a Provisional Response says that UASs SHOULD NOT issue
a provisional response to non-INVITE requests.

>From my message yesterday * appears to be sending a SIP/2.0 100 Trying to
X-Lite's REGISTER request before sending the SIP/2.0 200 OK message.

Is this correct?

2. 10.3 Processing REGISTER requests. The 5th paragraph states "that the
registrar has to know the set of domain(s) for which it maintains
bindings".

How is this specified in Asterisk?  Through the context?  ie should the
domains be specified in sip.conf via the context parameter, of the
form context=domain.com?

3. I have another SIP account (sip:[EMAIL PROTECTED]) which I would like
to use within asterisk both for dialing out and for receiving calls.

I see that sip.conf has a line

register => [EMAIL PROTECTED]/1234

where 1234 is the local asterisk extension.  From chan_sip.c, line 1390 I
see that I can use the form:

register => user[:secret[:[EMAIL PROTECTED]:port][/localextension]

However my registrar requires that I authenticate with domain.es, but use
a sip proxy at ip 1.2.3.4, the two are unrelated and domain.es has no ip
address.  How can I get Asterisk to register with the remote prxoy?

Sorry for the newbie questions.

Simon

_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to