<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
&gt; /[root@dhcppc0 asterisk]# vi extensions.conf<br>
&gt; [tutorial]<br>
&gt; exten =&gt; 1234,1,Dial(SIP,gianca)/<br>
&gt; /exten =&gt; 12345,1,Dial(SIP,giusy)<br>
&gt; /<br>
&gt; Here the XLITE user data:<br>
&gt;<br>
&gt; /Display Name: gianca/<br>
&gt; /Username: 1234/<br>
&gt; /Password: pwd_gianca/<br>
&gt; /Authorization User Name: 1234/<br>
&gt; /Domain: <a href="http://192.168.1.100/" target="_blank">192.168.1.100/</a><br>
<br>
Your XLITE user name should be the same as the sip account name(gianca
not 1234). <br>
<br>
And the extensions.conf should be:<br>
<br>
exten =&gt; 1234,1,Dial(SIP/gianca)<br>
<br>
giancarlo lombardo wrote:
<blockquote
 cite="mid:4aa504790911080853m5bbeac06x45395f28989774cb@mail.gmail.com"
 type="cite">
  <div>Ciao,</div>
  <div>the problem is still present, does anyone have some other
suggestion ?</div>
  <div>&nbsp;</div>
  <div>Below&nbsp;the output of CLI with debug option on XLITE IP and show
peers command:</div>
  <div>&nbsp;</div>
  <div><em>dhcppc0*CLI&gt;<br>
&lt;--- SIP read from <a moz-do-not-send="true"
 href="http://192.168.1.116:14166">192.168.1.116:14166</a> ---&gt;<br>
REGISTER sip:192.168.1.100 SIP/2.0<br>
Via: SIP/2.0/UDP
192.168.1.116:14166;branch=z9hG4bK-d8754z-4d4ced5bca35b64c-1---d8754z-;rport<br>
Max-Forwards: 70<br>
Contact: <a class="moz-txt-link-rfc2396E" href="mailto:sip:1234@192.168.1.116:14166;rinstance=c18a16f442f17333">&lt;sip:1234@192.168.1.116:14166;rinstance=c18a16f442f17333&gt;</a><br>
To: "gianca"&lt;<a moz-do-not-send="true"
 href="mailto:sip%3A1234@192.168.1.100">sip:1234@192.168.1.100</a>&gt;<br>
From: "gianca"&lt;<a moz-do-not-send="true"
 href="mailto:sip%3A1234@192.168.1.100">sip:1234@192.168.1.100</a>&gt;;tag=be7e8a36<br>
Call-ID: YTMxMzY0OTJiOTczNjlmNzZkNzEzMTE2N2FmM2E3NmE.<br>
CSeq: 1 REGISTER<br>
Expires: 3600<br>
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE,
SUBSCRIBE, INFO<br>
User-Agent: X-Lite release 1103k stamp 53621<br>
Content-Length: 0</em></div>
  <div><br>
  <em>&lt;-------------&gt;<br>
--- (12 headers 0 lines) ---<br>
Using latest REGISTER request as basis request<br>
Sending to 192.168.1.116 : 14166 (NAT)</em></div>
  <div><em>&lt;--- Transmitting (NAT) to <a moz-do-not-send="true"
 href="http://192.168.1.116:14166">192.168.1.116:14166</a> ---&gt;<br>
SIP/2.0 404 Not found<br>
Via: SIP/2.0/UDP
192.168.1.116:14166;branch=z9hG4bK-d8754z-4d4ced5bca35b64c-1---d8754z-;received=192.168.1.116;rport=14166<br>
From: "gianca"&lt;<a moz-do-not-send="true"
 href="mailto:sip%3A1234@192.168.1.100">sip:1234@192.168.1.100</a>&gt;;tag=be7e8a36<br>
To: "gianca"&lt;<a moz-do-not-send="true"
 href="mailto:sip%3A1234@192.168.1.100">sip:1234@192.168.1.100</a>&gt;;tag=as0194534b<br>
Call-ID: YTMxMzY0OTJiOTczNjlmNzZkNzEzMTE2N2FmM2E3NmE.<br>
CSeq: 1 REGISTER<br>
User-Agent: Asterisk PBX<br>
Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY<br>
Supported: replaces<br>
Content-Length: 0</em></div>
  <div><br>
  <em>&lt;------------&gt;<br>
Scheduling destruction of SIP dialog
'YTMxMzY0OTJiOTczNjlmNzZkNzEzMTE2N2FmM2E3NmE.' in 32000 ms (Method:
REGISTER)<br>
Really destroying SIP dialog
'YTMxMzY0OTJiOTczNjlmNzZkNzEzMTE2N2FmM2E3NmE.' Method: REGISTER<br>
dhcppc0*CLI&gt; sip show peers<br>
Name/username&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Host&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Dyn Nat ACL Port&nbsp;&nbsp;&nbsp;&nbsp; Status<br>
giusy/giusy&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Unspecified)&nbsp;&nbsp;&nbsp; D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Unmonitored<br>
gianca/gianca&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (Unspecified)&nbsp;&nbsp;&nbsp; D&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
Unmonitored<br>
2 sip peers [Monitored: 0 online, 0 offline Unmonitored: 0 online, 2
offline]<br>
dhcppc0*CLI&gt;</em><br>
  <br>
  <br>
  </div>
  <div class="gmail_quote">2009/11/8 Ahmed Ossama <span dir="ltr">&lt;<a
 moz-do-not-send="true" href="mailto:ahmed@master-zone.net">ahmed@master-zone.net</a>&gt;</span><br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">Hello,<br>
    <br>
Try this in X-Lite config section:<br>
    <br>
/Display Name: gianca/<br>
/Username: //gianca/<br>
/Password: pwd_gianca/<br>
/Authorization User Name: //gianca/<br>
/Domain: 192.168.1.100<br>
    <br>
/<br>
Ahmed Ossama<br>
    <div>
    <div class="h5"><br>
giancarlo lombardo wrote:<br>
&gt; Dear all,<br>
&gt; I'm setting up a connection via XLITE softphone and asterisk 1.4
but I<br>
&gt; get the error:<br>
&gt; /Registration error: 404 Not found/<br>
&gt;<br>
&gt; Here my configuration file of asterisk:<br>
&gt;<br>
&gt; /[root@dhcppc0 asterisk]# vi sip.conf<br>
&gt; [gianca]<br>
&gt; type=friend<br>
&gt; username=gianca<br>
&gt; secret=pwd_gianca<br>
&gt; host=dynamic<br>
&gt; context=tutorial/<br>
&gt; /[giusy]<br>
&gt; type=friend<br>
&gt; username=giusy<br>
&gt; secret=pwd_giusy<br>
&gt; host=dynamic<br>
&gt; context=tutorial/<br>
&gt;<br>
&gt; /[root@dhcppc0 asterisk]# vi extensions.conf<br>
&gt; [tutorial]<br>
&gt; exten =&gt; 1234,1,Dial(SIP,gianca)/<br>
&gt; /exten =&gt; 12345,1,Dial(SIP,giusy)<br>
&gt; /<br>
&gt; Here the XLITE user data:<br>
&gt;<br>
&gt; /Display Name: gianca/<br>
&gt; /Username: 1234/<br>
&gt; /Password: pwd_gianca/<br>
&gt; /Authorization User Name: 1234/<br>
&gt; /Domain: <a moz-do-not-send="true" href="http://192.168.1.100/"
 target="_blank">192.168.1.100/</a><br>
&gt; Here the output of wireshark in between Xlite client and asterisk
server:<br>
&gt; //<br>
&gt; /0040 &nbsp;2e 31 30 30 20 53 49 50 &nbsp;2f 32 2e 30 0d 0a 56 69 &nbsp; .100 SIP<br>
&gt; /2.0..Vi<br>
&gt; 0050 &nbsp;61 3a 20 53 49 50 2f 32 &nbsp;2e 30 2f 55 44 50 20 31 &nbsp; a: SIP/2
.0/UDP 1<br>
&gt; 0060 &nbsp;39 32 2e 31 36 38 2e 31 &nbsp;2e 31 31 36 3a 35 34 30 &nbsp; 92.168.1
.116:540<br>
&gt; 0070 &nbsp;35 30 3b 62 72 61 6e 63 &nbsp;68 3d 7a 39 68 47 34 62 &nbsp; 50;branc
h=z9hG4b<br>
&gt; 0080 &nbsp;4b 2d 64 38 37 35 34 7a &nbsp;2d 32 34 32 38 38 65 37 &nbsp; K-d8754z
-24288e7<br>
&gt; 0090 &nbsp;32 38 32 36 64 30 31 32 &nbsp;38 2d 31 2d 2d 2d 64 38 &nbsp; 2826d012
8-1---d8<br>
&gt; 00a0 &nbsp;37 35 34 7a 2d 3b 72 70 &nbsp;6f 72 74 0d 0a 4d 61 78 &nbsp; 754z-;rp
ort..Max<br>
&gt; 00b0 &nbsp;2d 46 6f 72 77 61 72 64 &nbsp;73 3a 20 37 30 0d 0a 43 &nbsp; -Forward
s: 70..C<br>
&gt; 00c0 &nbsp;6f 6e 74 61 63 74 3a 20 &nbsp;3c 73 69 70 3a 31 32 33 &nbsp; ontact:
&nbsp;&lt;sip:123<br>
    </div>
    </div>
&gt; 00d0 &nbsp;34 40 31 39 32 2e 31 36 &nbsp;38 2e 31 2e 31 31 36 3a &nbsp;
//4@192.16/<br>
&gt; &lt;mailto:<a moz-do-not-send="true" href="mailto:4@192.16">4@192.16</a>&gt;/
8.1.116:<br>
    <div>
    <div class="h5">&gt; 00e0 &nbsp;35 34 30 35 30 3b 72 69 &nbsp;6e 73 74 61 6e
63 65 3d &nbsp; 54050;ri nstance=<br>
&gt; 00f0 &nbsp;36 33 61 39 66 64 62 62 &nbsp;62 62 39 64 30 33 62 30 &nbsp; 63a9fdbb
bb9d03b0<br>
&gt; 0100 &nbsp;3e 0d 0a 54 6f 3a 20 22 &nbsp;67 69 61 6e 63 61 22 3c &nbsp; &gt;..To:
" gianca"&lt;<br>
&gt; 0110 &nbsp;73 69 70 3a 31 32 33 34 &nbsp;40 31 39 32 2e 31 36 38 &nbsp; sip:1234
@192.168<br>
&gt; 0120 &nbsp;2e 31 2e 31 30 30 3e 0d &nbsp;0a 46 72 6f 6d 3a 20 22 &nbsp;
.1.100&gt;. .From: "<br>
&gt; 0130 &nbsp;67 69 61 6e 63 61 22 3c &nbsp;73 69 70 3a 31 32 33 34 &nbsp;
gianca"&lt; sip:1234<br>
&gt; 0140 &nbsp;40 31 39 32 2e 31 36 38 &nbsp;2e 31 2e 31 30 30 3e 3b &nbsp; @192.168
.1.100&gt;;<br>
&gt; 0150 &nbsp;74 61 67 3d 65 34 35 64 &nbsp;65 35 36 62 0d 0a 43 61 &nbsp; tag=e45d
e56b..Ca<br>
&gt; 0160 &nbsp;6c 6c 2d 49 44 3a 20 4e &nbsp;47 49 33 59 6a 49 7a 4d &nbsp; ll-ID: N
GI3YjIzM<br>
&gt; 0170 &nbsp;6a 49 79 4e 47 49 77 5a &nbsp;54 6b 77 4d 54 63 35 5a &nbsp; jIyNGIwZ
TkwMTc5Z<br>
&gt; 0180 &nbsp;47 49 77 4d 57 51 33 4d &nbsp;57 5a 69 4f 57 4a 6b 4e &nbsp; GIwMWQ3M
WZiOWJkN<br>
&gt; 0190 &nbsp;44 59 2e 0d 0a 43 53 65 &nbsp;71 3a 20 31 20 52 45 47 &nbsp; DY...CSe
q: 1 REG<br>
&gt; 01a0 &nbsp;49 53 54 45 52 0d 0a 45 &nbsp;78 70 69 72 65 73 3a 20 &nbsp; ISTER..E
xpires:<br>
&gt; 01b0 &nbsp;33 36 30 30 0d 0a 41 6c &nbsp;6c 6f 77 3a 20 49 4e 56 &nbsp; 3600..Al
low: INV<br>
&gt; 01c0 &nbsp;49 54 45 2c 20 41 43 4b &nbsp;2c 20 43 41 4e 43 45 4c &nbsp; ITE, ACK
, CANCEL<br>
&gt; 01d0 &nbsp;2c 20 4f 50 54 49 4f 4e &nbsp;53 2c 20 42 59 45 2c 20 &nbsp; , OPTION
S, BYE,<br>
&gt; 01e0 &nbsp;52 45 46 45 52 2c 20 4e &nbsp;4f 54 49 46 59 2c 20 4d &nbsp; REFER, N
OTIFY, M<br>
&gt; 01f0 &nbsp;45 53 53 41 47 45 2c 20 &nbsp;53 55 42 53 43 52 49 42 &nbsp; ESSAGE,
&nbsp;SUBSCRIB<br>
&gt; 0200 &nbsp;45 2c 20 49 4e 46 4f 0d &nbsp;0a 55 73 65 72 2d 41 67 &nbsp; E, INFO.
.User-Ag<br>
&gt; 0210 &nbsp;65 6e 74 3a 20 58 2d 4c &nbsp;69 74 65 20 72 65 6c 65 &nbsp; ent: X-L
ite rele<br>
&gt; 0220 &nbsp;61 73 65 20 31 31 30 33 &nbsp;6b 20 73 74 61 6d 70 20 &nbsp; ase 1103
k stamp<br>
&gt; 0230 &nbsp;35 33 36 32 31 0d 0a 43 &nbsp;6f 6e 74 65 6e 74 2d 4c &nbsp; 53621..C
ontent-L<br>
&gt; 0240 &nbsp;65 6e 67 74 68 3a 20 30 &nbsp;0d 0a 0d 0a &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ength: 0<br>
&gt; ..../<br>
&gt; /0000 &nbsp;00 17 c4 59 b6 56 00 0a &nbsp;e6 23 92 6b 08 00 45 00 &nbsp; ...Y.V..<br>
&gt; .#.k..E.<br>
&gt; 0010 &nbsp;01 ea 0b 80 00 00 40 11 &nbsp;e9 5a c0 a8 01 64 c0 a8 &nbsp; ......@.
.Z...d..<br>
&gt; 0020 &nbsp;01 74 13 c4 d3 22 01 d6 &nbsp;10 53 53 49 50 2f 32 2e &nbsp; .t..."..
.SSIP/2.<br>
&gt; 0030 &nbsp;30 20 34 30 34 20 4e 6f &nbsp;74 20 66 6f 75 6e 64 0d &nbsp; 0 404 No
t found.<br>
&gt; 0040 &nbsp;0a 56 69 61 3a 20 53 49 &nbsp;50 2f 32 2e 30 2f 55 44 &nbsp; .Via: SI
P/2.0/UD<br>
&gt; 0050 &nbsp;50 20 31 39 32 2e 31 36 &nbsp;38 2e 31 2e 31 31 36 3a &nbsp; P 192.16
8.1.116:<br>
&gt; 0060 &nbsp;35 34 30 35 30 3b 62 72 &nbsp;61 6e 63 68 3d 7a 39 68 &nbsp; 54050;br
anch=z9h<br>
&gt; 0070 &nbsp;47 34 62 4b 2d 64 38 37 &nbsp;35 34 7a 2d 32 34 32 38 &nbsp; G4bK-d87
54z-2428<br>
&gt; 0080 &nbsp;38 65 37 32 38 32 36 64 &nbsp;30 31 32 38 2d 31 2d 2d &nbsp; 8e72826d
0128-1--<br>
&gt; 0090 &nbsp;2d 64 38 37 35 34 7a 2d &nbsp;3b 72 65 63 65 69 76 65 &nbsp; -d8754z-
;receive<br>
&gt; 00a0 &nbsp;64 3d 31 39 32 2e 31 36 &nbsp;38 2e 31 2e 31 31 36 3b &nbsp; d=192.16
8.1.116;<br>
&gt; 00b0 &nbsp;72 70 6f 72 74 3d 35 34 &nbsp;30 35 30 0d 0a 46 72 6f &nbsp; rport=54
050..Fro<br>
&gt; 00c0 &nbsp;6d 3a 20 22 67 69 61 6e &nbsp;63 61 22 3c 73 69 70 3a &nbsp; m: "gian
ca"&lt;sip:<br>
    </div>
    </div>
&gt; 00d0 &nbsp;31 32 33 34 40 31 39 32 &nbsp;2e 31 36 38 2e 31 2e 31 &nbsp;
//1234@192/<br>
&gt; &lt;mailto:<a moz-do-not-send="true" href="mailto:1234@192">1234@192</a>&gt;/
.168.1.1<br>
    <div class="im">&gt; 00e0 &nbsp;30 30 3e 3b 74 61 67 3d &nbsp;65 34 35 64 65
35 36 62 &nbsp; 00&gt;;tag= e45de56b<br>
&gt; 00f0 &nbsp;0d 0a 54 6f 3a 20 22 67 &nbsp;69 61 6e 63 61 22 3c 73 &nbsp; ..To: "g
ianca"&lt;s<br>
&gt; 0100 &nbsp;69 70 3a 31 32 33 34 40 &nbsp;31 39 32 2e 31 36 38 2e &nbsp; ip:1234@
192.168.<br>
&gt; 0110 &nbsp;31 2e 31 30 30 3e 3b 74 &nbsp;61 67 3d 61 73 36 35 35 &nbsp;
1.100&gt;;t ag=as655<br>
&gt; 0120 &nbsp;64 36 66 31 32 0d 0a 43 &nbsp;61 6c 6c 2d 49 44 3a 20 &nbsp; d6f12..C
all-ID:<br>
&gt; 0130 &nbsp;4e 47 49 33 59 6a 49 7a &nbsp;4d 6a 49 79 4e 47 49 77 &nbsp; NGI3YjIz
MjIyNGIw<br>
&gt; 0140 &nbsp;5a 54 6b 77 4d 54 63 35 &nbsp;5a 47 49 77 4d 57 51 33 &nbsp; ZTkwMTc5
ZGIwMWQ3<br>
&gt; 0150 &nbsp;4d 57 5a 69 4f 57 4a 6b &nbsp;4e 44 59 2e 0d 0a 43 53 &nbsp; MWZiOWJk
NDY...CS<br>
&gt; 0160 &nbsp;65 71 3a 20 31 20 52 45 &nbsp;47 49 53 54 45 52 0d 0a &nbsp; eq: 1 RE
GISTER..<br>
&gt; 0170 &nbsp;55 73 65 72 2d 41 67 65 &nbsp;6e 74 3a 20 41 73 74 65 &nbsp; User-Age
nt: Aste<br>
&gt; 0180 &nbsp;72 69 73 6b 20 50 42 58 &nbsp;0d 0a 41 6c 6c 6f 77 3a &nbsp; risk PBX
..Allow:<br>
&gt; 0190 &nbsp;20 49 4e 56 49 54 45 2c &nbsp;20 41 43 4b 2c 20 43 41 &nbsp; &nbsp;INVITE,
&nbsp;ACK, CA<br>
&gt; 01a0 &nbsp;4e 43 45 4c 2c 20 4f 50 &nbsp;54 49 4f 4e 53 2c 20 42 &nbsp; NCEL, OP
TIONS, B<br>
&gt; 01b0 &nbsp;59 45 2c 20 52 45 46 45 &nbsp;52 2c 20 53 55 42 53 43 &nbsp; YE, REFE
R, SUBSC<br>
&gt; 01c0 &nbsp;52 49 42 45 2c 20 4e 4f &nbsp;54 49 46 59 0d 0a 53 75 &nbsp; RIBE, NO
TIFY..Su<br>
&gt; 01d0 &nbsp;70 70 6f 72 74 65 64 3a &nbsp;20 72 65 70 6c 61 63 65 &nbsp; pported:
&nbsp;replace<br>
&gt; 01e0 &nbsp;73 0d 0a 43 6f 6e 74 65 &nbsp;6e 74 2d 4c 65 6e 67 74 &nbsp; s..Conte
nt-Lengt<br>
&gt; 01f0 &nbsp;68 3a 20 30 0d 0a 0d 0a &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;h: 0....<br>
&gt; /<br>
&gt;<br>
&gt; Any help is welcome.<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Giancarlo Lombardo<br>
    </div>
&gt;
------------------------------------------------------------------------<br>
    <div>
    <div class="h5">&gt;<br>
&gt; _______________________________________________<br>
&gt; -- Bandwidth and Colocation Provided by <a moz-do-not-send="true"
 href="http://www.api-digital.com/" target="_blank">http://www.api-digital.com</a>
--<br>
&gt;<br>
&gt; asterisk-users mailing list<br>
&gt; To UNSUBSCRIBE or update options visit:<br>
&gt; &nbsp; &nbsp;<a moz-do-not-send="true"
 href="http://lists.digium.com/mailman/listinfo/asterisk-users"
 target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
    <br>
_______________________________________________<br>
-- Bandwidth and Colocation Provided by <a moz-do-not-send="true"
 href="http://www.api-digital.com/" target="_blank">http://www.api-digital.com</a>
--<br>
    <br>
asterisk-users mailing list<br>
To UNSUBSCRIBE or update options visit:<br>
&nbsp; <a moz-do-not-send="true"
 href="http://lists.digium.com/mailman/listinfo/asterisk-users"
 target="_blank">http://lists.digium.com/mailman/listinfo/asterisk-users</a><br>
    </div>
    </div>
  </blockquote>
  </div>
  <br>
  <br clear="all">
  <br>
-- <br>
Giancarlo Lombardo<br>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
-- Bandwidth and Colocation Provided by <a class="moz-txt-link-freetext" href="http://www.api-digital.com">http://www.api-digital.com</a> --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   <a class="moz-txt-link-freetext" href="http://lists.digium.com/mailman/listinfo/asterisk-users">http://lists.digium.com/mailman/listinfo/asterisk-users</a></pre>
</blockquote>
<br>
</body>
</html>