I am having a really hard time getting gnophone working with asterisk. Gnophone tries to register with my server but there is no response. I can direct incoming calls to gnophone but if gnophone answers them, asterisk does not recognize it. Here is my configuration: iax.conf [jambo] type=user host=dynamic defaultip=136.159.99.100 permit=136.159.99.100 username=jambo secret=fubar context=gnophone password=fubar extensions.conf [gnophone] exten => 2108407,1,Dial,Zap/1|BYEXTENSION exten => 2108407,2,Dial,Zap/2|BYEXTENSION My gnophone telephone preferences: Server: 136.159.99.74 Port: 5036 Context: gnophone Username: jambo password: fubar Peer: jambo Secret: fubar please, please, please if anyone can help.... Jeremy
do you have this section in your iax.conf ? [general] port=5036 bindaddr=0.0.0.0 regards Martin On 18 Feb 2003, Eric wrote:> I am having a really hard time getting gnophone working with asterisk. > Gnophone tries to register with my server but there is no response. I > can direct incoming calls to gnophone but if gnophone answers them, > asterisk does not recognize it. Here is my configuration: > iax.conf > [jambo] > type=user > host=dynamic > defaultip=136.159.99.100 > permit=136.159.99.100 > username=jambo > secret=fubar > context=gnophone > password=fubar > > extensions.conf > [gnophone] > exten => 2108407,1,Dial,Zap/1|BYEXTENSION > exten => 2108407,2,Dial,Zap/2|BYEXTENSION > > My gnophone telephone preferences: > Server: 136.159.99.74 > Port: 5036 > Context: gnophone > Username: jambo > password: fubar > Peer: jambo > Secret: fubar > > > please, please, please if anyone can help.... > Jeremy > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users at lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users >
Has anyone been able to successfully get gnophone to work on a RedHat 8.0 box? I'm interested in doing so, so that I can purchase 2 wildcard X100P's and install asterisk. I have installed the rpms for gnophone, iax, iax-devel, gsm and gsm-devel; however each time I try to start gnophone I get a seg fault. Any and all advice and or assistance will be greatly appreciated. AJ
Two quick questions. First of all that my config for GnoPhone should be in iax.conf? Secondly, does anyone have a copy of a source tarball for GnoPhone? I have it set up on one box, I'm trying to set it up on another but the GnoPhone sit seems to be missing or down. If someone could shoot it over to me I would greatly appreciate it. Or in the alternative, tell me where I can download it from. AJ
I've asked this many times but know it has become a major problem. Certain files, raw2h.c and mkdtmf.c, are corrupted in CVS and so Gnophone will not recompile. The .src.rpm files also have the same corruption. With the next version of Mandrake 9.2, Gnophone from a .rpm seg faults, therefore I must rebuild it. Has anyone got a clean version of the Gnophone source? -- Dave Cotton Directeur Linux Autrement IAX 17004902330
Does anyone actually have a 2.4 version of gnophone that will compile? All the copies on the ftp site have a corrupt file, as does CVS... Tim -->>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< >> Tim Sailer >< Coastal Internet, Inc. << >> Network and Systems Operations >< PO Box 726 << >> http://www.buoy.com >< Moriches, NY 11955 << >> tps@buoy.com >< (631) 399-2910 (888) 924-3728 << >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Hi Guys, I've got Asterisk almst set up. It can receive incoming calls, route them to voicemail and log into fwd. I'm currently trying to find a soft phone that will work properly of my Gentoo based laptop. So far I've tried kphone, which could dial internal extensions (I spent ages just laughing at the monkeys :-), but I found it to be unstable, and would crash when trying to initiate a call (seemingly at random) I'm trying to set up GnoPhone, and I can't get it to connect to asterisk. iax.conf contains these lines: [iaxdouglas] type=friend secret=xxxxx host=dynamic context=sip mailbox=1000 callerid="Stuart Grimshaw" permit=10.0.0.0/255.0.0.0 This setup was taken from the "Getting GnoPhone Working" section of voip-info extensions.conf has ;gnophone on douglas exten => 2,1,Dial(IAX/iaxdouglas,20,tr) iax2 show peers gives: iaxdouglas (Unspecified) (D) 255.255.255.255 0 Unmonitored I get nothing in the asterisk console, even with iax2 debug turned on. Any ideas any one? -- -S