How-to?

There is a step by step HOW-TO configure asterisk, asterisk-IM and spark to function?

I configured asterisk and installed asterisk-IM. I configured the server, context, user and password and saved. No error occured.

So I’'ve mapped some users. Again no error.

But nothing appears in spark that enable the call to be done.

Sorry, just realized the documentation link is broken. Here is the link:

http://jivesoftware.org/wildfire/plugins/asterisk-im/readme.html

Can you put examples of configuration files for asterisk (sip.conf and extensions.conf) and correspondent form field values for Asterisk-IM?

sip.conf:[/b]

type=friend

username=6131SP

secret=********

host=dynamic

context=from-sip

mailbox=6131

callerid=“Andrew Wright” <503-972-6131>

insecure=very

manager.conf:[/b]

enabled = yes

port = 5038

binaddr = 0.0.0.0

secret=*******

permit=10.211.168.0/255.255.255.0

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

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

Also, see the attached screen shots for admin tool config
mappings.png (13230 Bytes)
general-settings.png (28372 Bytes)

Stil don’‘t apear Dial button on spark. You don’'t need to configure “extensions.conf” on asterisk?

I have the following configuration

  1. asterisk - sip.conf

context=jfes

port=5060

bindaddr=0.0.0.0

srvlookup=yes

type=friend

username=jespdb

secret=patrick

host=dynamic

context=jfes

mailbox=5066

callerid=“Patrick Dalla Bernardina” <5066>

insecure=very

  1. asterisk - manager.conf

enabled = yes

port = 5038

bindaddr = 0.0.0.0

secret = patrick

permit=0.0.0.0/0.0.0.0

permit=127.0.0.1/255.255.255.0

permit=172.21.1.32/255.255.255.0

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

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

#####################################################

Does the jespdb user configured in sip.conf need to have the same password of Wildfire User?

Is there any problem with Wildfire integrated with LDAP (MSAD)?

Isn’'t Asterisk-IM open source? It would be nice to debug.

The asterisk-IM mapping is as follow:

Username Device Extension Caller ID

jespdb SIP/5066 5066 Patrick Dalla Bernardina

SIP/5066-remote 5066 Patrick Dalla Bernardina

SIP/jespdb (primary) 5066 Patrick Dalla Bernardina

For somereason the database or the manager connection didn’'t initialize correctliy. Check the error logs. Also try using the 1.1 beta if you can (requires building wildfire from subversion)