Unable to request channel SIP

I have a Wildfire Server 3.0.1 linked to an Asterisk Server.

The asterisk-im plugin 1.1.1 is installed and the phone mappings are completed.

When I try to call from spark, nothing happen !

In the Asterisk´s server appear the following:

Aug 25 11:22:46 NOTICE[6330|6330]: channel.c:2432 __ast_request_and_dial: Unable to request channel SIP/4311

Look at the configurations files:

sip.conf

type=friend

username=4310

secret=4310

callerid=flavio <4310>

host=dynamic

context=from-sip

disallow=all

allow=gsm

insecure=very

type=friend

username=4311

secret=4311

callerid=vinicia <4311>

qualify=500

host=dynamic

dtmfmode=rfc2833

context=from-sip

disallow=all

allow=ulaw

manager.conf

secret=im

deny=0.0.0.0/0.0.0.0

permit=172.16.13.36/255.255.255.0

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

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

enabled = yes

port = 5038

bindaddr = 0.0.0.0

;displayconnects = yes

extensions.conf

exten => _43XX,1,Dial(SIP/$&IAX2/$,30,Ttj)

exten => _43XX,2,Playtones(congestion)

exten => _43XX,3,Wait(5)

exten => _43XX,4,Hungup()

exten => _43XX,102,Playtones(congestion)

exten => _43XX,103,Wait(5)

exten => _43XX,104,Hungup()

Phone Mapping in the Wildfire

vinicia SIP4311 4311

flavio SIP4310 4310

What should I do ?

Why is unable to request channel SIP/4311 ?

Thanks.

Vinícia

I got the same problem.

Wildfire 3.1.1

trixbox 1.2

asterisk 1.2.11

asterisk-im 1.1.1 (using hcouplet’‘s patch, otherwise won’'t show phone mappings)

Spark 2.0.5

any help would be very appreciated!

hi vinicia

I had the same problem when setting up and was banging my head for a long time. I followed everything in the forum and still can’‘t get it to work. I’'m using:

Wildfire 3.1.1

Asterisk 1.2

Asterisk-IM 2.0Beta

Sparks 2.0.6

It shows the call button and everything but can’‘t call. When I check the astrisk log it show the same message . Then I found out that in order for the setup to work u need a softphone client like xlite running with sparks. Apparently sparks can’‘t register a sip connection on it’'s own and thus we need a softphone like xlite to register it then we can make calls. One funny thing with it is that when u place a call it first call u then when u answer the call it then forward it to the person u originally was calling.

I heard that they will bring a SIP plugin for sparks that will integrate with jingle that will slove this problem, so you’'ll only need sparks to place a call instead of getting a separate softphone in order to place calls.

Hope this help u out.

By the way if you hear anything more about a SIP plugin for sparks plz give me a buzz at zeirum@yahoo.com

Thanks