View previous topic :: View next topic |
Author |
Message |
sunil.d.admin at gmail... Guest
|
Posted: Mon Sep 01, 2008 11:37 am Post subject: [Freeswitch-users] registration information |
|
|
Hi,
When I am starting my softphone I am not not able to see any kind of messages whether somebody is registring neither on conosole nor on 8015 port.
Secondly what is the command to see registered users from console.
regards,
Sunil |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Mon Sep 01, 2008 11:58 am Post subject: [Freeswitch-users] registration information |
|
|
On Sep 1, 2008, at 11:35 AM, Sunil Singh wrote:
Quote: | Hi,
When I am starting my softphone I am not not able to see any kind of
messages whether somebody is registring neither on conosole nor on
8015 port.
|
8015? The port should be 5060 in the default config.
Quote: | Secondly what is the command to see registered users from console.
|
sofia status profile internal
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
hemant.taan at gmail.com Guest
|
Posted: Mon Sep 01, 2008 11:58 am Post subject: [Freeswitch-users] registration information |
|
|
RTFM
On 9/1/08, Sunil Singh <sunil.d.admin@gmail.com> wrote:
Quote: | Hi,
When I am starting my softphone I am not not able to see any kind of
messages whether somebody is registring neither on conosole nor on 8015
port.
Secondly what is the command to see registered users from console.
regards,
Sunil
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
|
Back to top |
|
|
hemant.taan at gmail.com Guest
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Mon Sep 01, 2008 12:26 pm Post subject: [Freeswitch-users] registration information |
|
|
Apology accepted. I know that email can place a barrier between you and the feel that you're talking to a real person. Even I have fallen prey to it! We have to remember that we were once new at some point. So we must do our best to make sure we welcome and help everyone that shows up!
/b
On Sep 1, 2008, at 12:14 PM, hemant kumar wrote:
Quote: | Appologies to everyone.
|
|
|
Back to top |
|
|
sunil.d.admin at gmail... Guest
|
Posted: Tue Sep 02, 2008 8:50 am Post subject: [Freeswitch-users] registration information |
|
|
Hi Brian,
Thanks for the response. I got the registration status using the "sofia status profile internal".
I am sorry its port 8021 instead of 8015.
What I am trying now is that when my user is registering, I can see the messages of success or failure in console and somewhere in some port like 5060 / 8021 etc.
I read the Trouble shooting section and tried the "console loglevel 7" command. But when I start my x-lite I don't receive any message of success or failure.
Please guide on the same.
Thanks and Regards,
Sunil |
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Tue Sep 02, 2008 9:35 am Post subject: [Freeswitch-users] registration information |
|
|
8021 is mod event socket. What exactly are you trying to do? By
default port 5060 should be where the sofia profile would listen for
register request. As you're coming from Asterisk.... Make sure you
have Asterisk stopped.
/b
On Sep 2, 2008, at 8:47 AM, Sunil Singh wrote:
Quote: | Hi Brian,
Thanks for the response. I got the registration status using the
"sofia status profile internal".
I am sorry its port 8021 instead of 8015.
What I am trying now is that when my user is registering, I can see
the messages of success or failure in console and somewhere in some
port like 5060 / 8021 etc.
I read the Trouble shooting section and tried the "console loglevel
7" command. But when I start my x-lite I don't receive any message
of success or failure.
Please guide on the same.
Thanks and Regards,
Sunil
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
Brian West
sip:brian@freeswitch.org
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org |
|
Back to top |
|
|
sunil.d.admin at gmail... Guest
|
Posted: Wed Sep 03, 2008 11:36 pm Post subject: [Freeswitch-users] registration information |
|
|
Hi Brian,
What I was trying is that, I created a profile "4003" in "cd conf/directory/default". But I was not able to dial. That's why I asked after enabling the meassges I got the below on console.
2008-09-04 09:43:12 [WARNING] sofia_reg.c:1247 sofia_reg_parse_auth() can't find user [4003@192.168.1.35 (4003@192.168.1.35)]
You must define a domain called '192.168.1.35' in your directory and add a user with the id="4003" attribute
and you must configure your device to use the proper domain in it's authentication credentials.
regards,
Sunil
On Tue, Sep 2, 2008 at 8:03 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote: | 8021 is mod event socket. What exactly are you trying to do? By
default port 5060 should be where the sofia profile would listen for
register request. As you're coming from Asterisk.... Make sure you
have Asterisk stopped.
/b
On Sep 2, 2008, at 8:47 AM, Sunil Singh wrote:
Quote: | Hi Brian,
Thanks for the response. I got the registration status using the
"sofia status profile internal".
I am sorry its port 8021 instead of 8015.
What I am trying now is that when my user is registering, I can see
the messages of success or failure in console and somewhere in some
port like 5060 / 8021 etc.
I read the Trouble shooting section and tried the "console loglevel
7" command. But when I start my x-lite I don't receive any message
of success or failure.
Please guide on the same.
Thanks and Regards,
Sunil
|
Brian West
sip:brian@freeswitch.org ([email]sip%3Abrian@freeswitch.org[/email])
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Thu Sep 04, 2008 12:02 am Post subject: [Freeswitch-users] registration information |
|
|
Open conf/directory/default/ and make sure that user exists. By default 1000 thru 1019 with password 1234 exist.
/b
Sent from my iPhone
On Sep 3, 2008, at 11:35 PM, "Sunil Singh" <sunil.d.admin@gmail.com (sunil.d.admin@gmail.com)> wrote:
Quote: | Hi Brian,
What I was trying is that, I created a profile "4003" in "cd conf/directory/default". But I was not able to dial. That's why I asked after enabling the meassges I got the below on console.
2008-09-04 09:43:12 [WARNING] sofia_reg.c:1247 sofia_reg_parse_auth() can't find user [[url=mailto:4003@192.168.1.35]4003@192.168.1.35 (4003@192.168.1.35)[/url]]
You must define a domain called '192.168.1.35' in your directory and add a user with the id="4003" attribute
and you must configure your device to use the proper domain in it's authentication credentials.
regards,
Sunil
On Tue, Sep 2, 2008 at 8:03 PM, Brian West <[url=mailto:brian@freeswitch.org]brian@freeswitch.org (brian@freeswitch.org)[/url]> wrote:
Quote: | 8021 is mod event socket. What exactly are you trying to do? By
default port 5060 should be where the sofia profile would listen for
register request. As you're coming from Asterisk.... Make sure you
have Asterisk stopped.
/b
On Sep 2, 2008, at 8:47 AM, Sunil Singh wrote:
Quote: | Hi Brian,
Thanks for the response. I got the registration status using the
"sofia status profile internal".
I am sorry its port 8021 instead of 8015.
What I am trying now is that when my user is registering, I can see
the messages of success or failure in console and somewhere in some
port like 5060 / 8021 etc.
I read the Trouble shooting section and tried the "console loglevel
7" command. But when I start my x-lite I don't receive any message
of success or failure.
Please guide on the same.
Thanks and Regards,
Sunil
|
Brian West
sip:[url=mailto:brian@freeswitch.org]brian@freeswitch.org ([email]sip%3Abrian@freeswitch.org[/email])[/url]
_______________________________________________
Freeswitch-users mailing list
[url=mailto:Freeswitch-users@lists.freeswitch.org]Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)[/url]
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
|
|
|
Back to top |
|
|
brian at freeswitch.org Guest
|
Posted: Thu Sep 04, 2008 3:52 am Post subject: [Freeswitch-users] registration information |
|
|
If you're still having problems join #freeswitch someone can help you in a more real time manner.
/b
On Sep 3, 2008, at 11:35 PM, Sunil Singh wrote:
Quote: | Hi Brian,
What I was trying is that, I created a profile "4003" in "cd conf/directory/default". But I was not able to dial. That's why I asked after enabling the meassges I got the below on console.
2008-09-04 09:43:12 [WARNING] sofia_reg.c:1247 sofia_reg_parse_auth() can't find user [4003@192.168.1.35 (4003@192.168.1.35)]
You must define a domain called '192.168.1.35' in your directory and add a user with the id="4003" attribute
and you must configure your device to use the proper domain in it's authentication credentials.
regards,
Sun |
Brian West
[url=sip:brian@freeswitch.org]sip:brian@freeswitch.org[/url] |
|
Back to top |
|
|
|