I saw in the dump captured by Ethereal that X-Lite received "200(OK)"
from asterisk after sending "INVITE". So I guessed X-Lite registered
well. But I got null reply when I ran "sip show peer" in asterisk
console.<br>
What is your opinion about that?<br><br><div><span class="gmail_quote">On Apr 8, 2005 8:43 PM, <b class="gmail_sendername">Rich Adamson</b> <<a href="mailto:radamson@routers.com">radamson@routers.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">> The configuration for X-Lite in sip.conf:<br>> [177209]<br>> ;Turn off silence suppression in X-Lite ("Transmit Silence"=YES)!<br>> ;Note that Xlite sends NAT keep-alive packets, so qualify=yes is not needed<br>> type=friend<br>>
;regexten=1234
; When they register, create extension 1234<br>> ;username=xlite1<br>> ;callerid="Jane Smith" <5678><br>> host=dynamic<br>>
;nat=yes
; X-Lite is behind a NAT router<br>>
;canreinvite=no ;
Typically set to NO if behind NAT<br>> disallow=all<br>>
;allow=gsm
; GSM consumes far less bandwidth than ulaw<br>> allow=ulaw<br>> ;allow=alaw<br>><br>> [177210]<br>> ;Turn off silence suppression in X-Lite ("Transmit Silence"=YES)!<br>> ;Note that Xlite sends NAT keep-alive packets, so qualify=yes is not needed<br>> type=friend<br>>
;regexten=1234
; When they register, create extension 1234<br>> ;username=xlite1<br>> ;callerid="Jane Smith" <5678><br>> host=dynamic<br>>
;nat=yes
; X-Lite is behind a NAT router<br>>
;canreinvite=no ;
Typically set to NO if behind NAT<br>> disallow=all<br>>
;allow=gsm
; GSM consumes far less bandwidth than ulaw<br>> allow=ulaw<br>> ;allow=alaw<br>><br>> The 2 X-Lites registered well with username 177209 and 177210<br>> respectively. When I made a call between them, I got "404<br>> User Not Found" message from asterisk.<br>> Any idea?<br>><br>> X-Lites both run on Microsoft Windows XP Professional.<br>> asterisk 1.07 runs on Red Hat Linux 7.3.<br><br>Need to look at "sip show peers" to see if they are actually registered.<br>My first guess they are not since you likely need<br> username=<br> secret=<br>parameters in both of the above examples.<br><br>If they are in fact registered, then what "context" are both of these<br>extensions registered in, and what does that context look like in<br>extensions.conf?<br><br>_______________________________________________<br>Asterisk-Users mailing list<br><a href="mailto:Asterisk-Users@lists.digium.com">Asterisk-Users@lists.digium.com</a><br><a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>To UNSUBSCRIBE or update options visit:<br> <a href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br></blockquote></div><br>