6 Replies Last post: Mar 4, 2006 4:23 PM by ChipW  
Click to view PJames1's profile   3 posts since
Jan 11, 2006

Jan 11, 2006 9:32 AM

No ''Dial'' button ...

Hello.

Can''t seem to get a ''Dial'' button in my Spark slient.

  • Asterisk@Home latest version.
  • Wildfire loaded on same server as Asterisk, latest version.
  • Spark on a Windows XP workstation, latest Spark version.
  • Asterisk-IM plugin, latest version.

WildFire starts and runs fine, and it sees the Asterisk-IM plugin. It also sees my SIP channels fine. Spark starts and runs fine, and has all the IM functions, but no ''Dial'' button.

It seems that although each program is running, Asterisk-IM is not talking with Asterisk.

Three questions:
  • Is there a way to verify the connection between AsteriskIM and the Asterisk server ?
  • Can there be a problem with having both Asterisk and Wildfire on the same server ?
  • I''m using an IP address in Spark. I tried the FQDN for the server but it never connected. Spark connects using the IP address, but can this be a problem ?

Many thanks !

P James
Click to view it2000's profile KeyContributor 4,950 posts since
Dec 13, 2005
Jan 11, 2006 2:26 PM in response to: PJames1
Re: No ''Dial'' button ...
Hi,

did you configure the "Phone Mapping"? Afaik you can not do this as long as the plugin is not connected to asterisk. The error.log file should contain some errors if the connection fails. I experienced some problems and had to restart Wildfire before the connection to asterisk could be established/used.

Do you see the "on the phone" message while you are using your phone or is the dial button the only missing thing?

LG
Click to view ChipW's profile   3 posts since
Feb 17, 2006
Feb 17, 2006 7:49 PM in response to: PJames1
Re: No ''Dial'' button ...
Same problem here. Spark 1.1.1 Wildfire 2.5.0 running on Windows 2003 Server, Asterisk@Home 2.5, Servers are communicating fine. No dial button or on phone indication in Spark, other than that all is great. Andrew mentions Spark 1.1.0 works, but I see no way to download previous versions.

Thanks
Chip
Click to view lkasneci's profile   5 posts since
Feb 7, 2006
Feb 19, 2006 9:44 AM in response to: ChipW
Re: No ''Dial'' button ...
Try to use a FQDN (Full Qualified Domain Name) of the Wildfire server (not the IP address). Put this FQDN name to your Asterisk server as a hostname of the linux machine, if you''ve installed Wildfire in the same machine as asterisk/*@home. Use a FQDN name of asterisk when you configure Asterisk-im. Be sure to use the correct username/password at the window of Asterisk-im configuration;
Click to view ChipW's profile   3 posts since
Feb 17, 2006
Mar 4, 2006 6:05 PM in response to: lkasneci
Re: No ''Dial'' button ...
Ikasneci, I''m not sure I understand. FQDN of Wildfire (Win 2003 Server) is "server01.OVIS1.local" Our AAH server is the default AAH "Asterisk1.local"

Asterisk-IM settings
  • Enabled: x Yes No
  • Server: 10.0.0.151 (If I put "Asterisk1.local" I can''t connect to manager or phone mapping)
Port: 5038
  • Username: Wildfire
  • Password: 1234
Pool Size: 5
Asterisk Context:
Default Caller ID:
Dial Command Variables:

In manager_custom.conf I have:
wildfire
secret=1234
permit=10.0.0.111/255.255.255.0
read = system,call,log,verbose,command,agent,user
write = system,call,log,verbose,command,agent,user

Never mind, seems I got it working with IP address, I''m not sure how though...Still seems I have a bug with calls, but can''t continue to test just now.

Thanks for the great software!!!!

Message was edited by: ChipW

Message was edited by: ChipW
Click to view wilbo's profile   1 posts since
Feb 23, 2006
Feb 23, 2006 12:19 PM in response to: PJames1
Re: No ''Dial'' button ...
I found no dial button then i went back and checked all my settings and found that the username for the im account is case senseative so i had to make it all lowercase in the asterisk-im module, hope this helps