Configuration Problem

It’'s the first time i use asterisk-im. Now i can run anything well except the dial() action on the Spark menu.

The envioment i’'m using is :

Wildfire 3,0.1

Spark 2.0

Asterisk-IM 1.1.1

Asterisk 1.0.11

I’‘m afraid I make some mistakes in my configuration of asterisk, because I can’'t find some useful document for that, especially about the configuration of extension.conf. Here is my current conf:

sip.conf:

type=friend

username=5000

host=dynamic

context=default

canreinvite=yes

dtmfmode=rfc2833

type=friend

username=5001

host=dynamic

context=default

canreinvite=yes

dtmfmode=rfc2833

extension.conf:

exten => 5000,1,Dial(SIP/5000,30,t)

exten => 5000,2,Hangup

exten => 5001,1,Dial(SIP/5001,30,t)

exten => 5001,2,Hangup

Any suggestion will be appreciated!

i think you should post the manager.conf file ,and make sure you asterisk-IM run well.

so i can see it .