Hello people...
I have been working on Ser all day. I have read every manual possible, and am about to lose it! My setup is pretty simple. Ser is running on 192.168.3.1... it is a dhcp server, tftp server, and ser server.
I have 2 Cisco IP Phones (7960)...
They both connect to 192.168.3.1 just fine. They download the latest rom, they have the appropriate lines in the top right of the screen.
Everything seems fine, until I attempt to make a call.
Running serctl monitor shows me that everytime a call is placed, it gets an error 404 - Not Found. I was getting error 483 earlier, but I read the documentation some more and fixed it.
I have setup locations for the two users (sip:chris@192.168.3.1) and (sip:allan@192.168.3.1), and aliases as well..
Still, I cannot make a call between the two phones. Everytime I try, I get a busy tone on the phone, and error 404...
Can anyone please help?
Thanks!
Remove the "if( uri==myself )" condition completely & add the following
if( method == INVITE) { save("location"); };
this should register all the phones coming to your server. and you should able to call them without any problems.
Kannaiyan
http://www.speak2world.com -- Call with your own domain !!!
----- Original Message ----- From: "Chris Monahan" chris@loudpacket.com To: serusers@lists.iptel.org Sent: Wednesday, December 03, 2003 11:14 PM Subject: [Serusers] help with the setup of Ser.
Hello people...
I have been working on Ser all day. I have read every manual possible, and
am about to lose it! My setup is pretty simple. Ser is running on 192.168.3.1... it is a dhcp server, tftp server, and ser server.
I have 2 Cisco IP Phones (7960)...
They both connect to 192.168.3.1 just fine. They download the latest rom,
they have the appropriate lines in the top right of the screen.
Everything seems fine, until I attempt to make a call.
Running serctl monitor shows me that everytime a call is placed, it gets
an error 404 - Not Found. I was getting error 483 earlier, but I read the documentation some more and fixed it.
I have setup locations for the two users (sip:chris@192.168.3.1) and
(sip:allan@192.168.3.1), and aliases as well..
Still, I cannot make a call between the two phones. Everytime I try, I get
a busy tone on the phone, and error 404...
Can anyone please help?
Thanks!
---------------------------------------------------------------------------- ----
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Sorry. that should be
if( method =="REGISTER") { save("location"); };
Kannaiyan
----- Original Message ----- From: "Kannaiyan Natesan" nkans@lycos.co.uk To: "Chris Monahan" chris@loudpacket.com; serusers@lists.iptel.org Sent: Wednesday, December 03, 2003 11:25 PM Subject: Re: [Serusers] help with the setup of Ser.
Remove the "if( uri==myself )" condition completely & add the following
if( method == INVITE) { save("location"); };
this should register all the phones coming to your server. and you should able to call them without any problems.
Kannaiyan
http://www.speak2world.com -- Call with your own domain !!!
----- Original Message ----- From: "Chris Monahan" chris@loudpacket.com To: serusers@lists.iptel.org Sent: Wednesday, December 03, 2003 11:14 PM Subject: [Serusers] help with the setup of Ser.
Hello people...
I have been working on Ser all day. I have read every manual possible,
and
am about to lose it! My setup is pretty simple. Ser is running on 192.168.3.1... it is a dhcp server, tftp server, and ser server.
I have 2 Cisco IP Phones (7960)...
They both connect to 192.168.3.1 just fine. They download the latest
rom,
they have the appropriate lines in the top right of the screen.
Everything seems fine, until I attempt to make a call.
Running serctl monitor shows me that everytime a call is placed, it gets
an error 404 - Not Found. I was getting error 483 earlier, but I read
the
documentation some more and fixed it.
I have setup locations for the two users (sip:chris@192.168.3.1) and
(sip:allan@192.168.3.1), and aliases as well..
Still, I cannot make a call between the two phones. Everytime I try, I
get
a busy tone on the phone, and error 404...
Can anyone please help?
Thanks!
--
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Kanaiyan,
I appreciate that you are trying to help people, but, please, think before you send a message. Your advice to remove if (uri==myself) condition is wrong and potentially harmful.
If you remove it then the server will treat all messages as messages for its domain. The registrar will process SIP messages that should be forwarded instead, record routing will not work properly, and so on. As you can see it breaks many things.
Jan.
On 03-12 23:25, Kannaiyan Natesan wrote:
Remove the "if( uri==myself )" condition completely & add the following
if( method == INVITE) { save("location"); };
this should register all the phones coming to your server. and you should able to call them without any problems.
Kannaiyan
http://www.speak2world.com -- Call with your own domain !!!
----- Original Message ----- From: "Chris Monahan" chris@loudpacket.com To: serusers@lists.iptel.org Sent: Wednesday, December 03, 2003 11:14 PM Subject: [Serusers] help with the setup of Ser.
Hello people...
I have been working on Ser all day. I have read every manual possible, and
am about to lose it! My setup is pretty simple. Ser is running on 192.168.3.1... it is a dhcp server, tftp server, and ser server.
I have 2 Cisco IP Phones (7960)...
They both connect to 192.168.3.1 just fine. They download the latest rom,
they have the appropriate lines in the top right of the screen.
Everything seems fine, until I attempt to make a call.
Running serctl monitor shows me that everytime a call is placed, it gets
an error 404 - Not Found. I was getting error 483 earlier, but I read the documentation some more and fixed it.
I have setup locations for the two users (sip:chris@192.168.3.1) and
(sip:allan@192.168.3.1), and aliases as well..
Still, I cannot make a call between the two phones. Everytime I try, I get
a busy tone on the phone, and error 404...
Can anyone please help?
Thanks!
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers
Serusers mailing list serusers@lists.iptel.org http://lists.iptel.org/mailman/listinfo/serusers