13 Replies Last post: Oct 9, 2006 10:28 AM by Daniel Calzada  
Daniel Calzada   14 posts since
Sep 29, 2006
Currently Being Moderated

Sep 29, 2006 10:17 AM

Starting with Asterisk-IM... I need some Help

Hi Everybody !!!

 

Im trying to use Asterisk-IM with my Wildfire server but Im having some problems, first at all here is the information about my servers and versions,

 

OS: Fedora Core 5

Wildfire: 3.10.0 Beta 2

Asterisk-IM plugin: version 1.2.0 Beta 2

Asterisk Server: 1.2.12.1

 

Wildfire is working fine in my LAN using spark as client, I''ve start asterisk using:

 

"bash> asterisk start"

 

and then i use:

 

"bash> asterisk -r"

 

to connect to the server, everything seems to be fine at this point, then reading some post at the forum y edited my asterisk''s manager.conf file to allow the connection of wildfire to asterisk like this:

 

"

enabled = yes

port = 5038

bindaddr = 0.0.0.0

displayconnects = yes

 

secret = my_password

deny=0.0.0.0/0.0.0.0

permit=10.x.x.x/255.255.255.0

permit=10.x.x.x/255.255.255.0

permit=127.x.x.x/255.255.255.0

read = system,call,log,verbose,command,agent,user

write = system,call,log,verbose,command,agent,use

"

And  disconnect from asterisk and restart the service. After this, I try to register my asterisk server in the asterisk-IM control panel like this:

 

Server Name: localhost

Server Address: 10.x.x.x   (the same that is in the managers.conf)

port: 5038

username: my_username

password: my_password

 

so when i click on "create server" button, wildfire shows me a message like "server created sucesfully" but it doesn''t appears in the list of registred servers. What im doing wrong?, there is something that im not doing?.. I''ve  even disabled the firewall and SElinux  but still not working.

 

Can you helpme please

 

Greeting from Mexico !!!

 

By the way.. sorry about my English

 

Message was edited by: rootusr

Alex Wenckus Jiver 1,029 posts since
Jan 13, 2005
Currently Being Moderated
Sep 29, 2006 6:51 PM in response to: Daniel Calzada
Re: Starting with Asterisk-IM... I need some Help

Can you check your log file for any exceptions? Also which DB are you using?

 

Thanks,

Alex

Alex Wenckus Jiver 1,029 posts since
Jan 13, 2005
Currently Being Moderated
Sep 30, 2006 3:46 PM in response to: Daniel Calzada
Re: Starting with Asterisk-IM... I need some Help

If you haven''t downloaded the latest versions of Wildfire yet, you will need to run the database updates manually. As there was a bug in some previous versions of Wildfire that prevented plugin updates from being run. So, if you can update to the latest version of Wildfire then do that, otherwise you will need to run the updates manually.

 

Thanks,

Alex

Alex Wenckus Jiver 1,029 posts since
Jan 13, 2005
Currently Being Moderated
Sep 30, 2006 7:00 PM in response to: Daniel Calzada
Re: Starting with Asterisk-IM... I need some Help

That is correct.

 

Alex

Alex Wenckus Jiver 1,029 posts since
Jan 13, 2005
Currently Being Moderated
Oct 2, 2006 11:39 AM in response to: Daniel Calzada
Re: Starting with Asterisk-IM... I need some Help

Have you configured your sip.conf?

 

"Each SIP client that connects to Asterisk needs a definition in SIP.CONF. "

 

http://www.voip-info.org/wiki-Asteriskconfigsip.conf

Alex Wenckus Jiver 1,029 posts since
Jan 13, 2005
Currently Being Moderated
Oct 2, 2006 11:58 AM in response to: Daniel Calzada
Re: Starting with Asterisk-IM... I need some Help

Are you seeing any exceptions in the log file indicating what is going wrong?

 

Thanks,

Alex

Alex Wenckus Jiver 1,029 posts since
Jan 13, 2005
Currently Being Moderated
Oct 2, 2006 12:48 PM in response to: Daniel Calzada
Re: Starting with Asterisk-IM... I need some Help

I wasn''t clear that you hadn''t filled out the phone mappings:

 

username : wildfire username

phone /device: SIP/100 or SIP/101

extension: 100 or 101

caller id: user1 or user2

primary: doesn''t matter until you have more than one number for a user.

 

Hope that helps,

Alex

More Like This

  • Retrieving data ...