SearchSearch  Log in to check your private messagesLog in to check your private messages  recent posts Recent Posts
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
outraspaceOffline



Joined: Mar 08, 2008
Posts: 41

Status: Offline
Posted: Mar 15, 2008 - 09:07 AM Reply with quote Back to top
I am running my Asterisk on Debian which is also installed with iaxmodem and hylafax.
When I issued sendfax command, I keep getting prompt for password and even I typed in passord ( 1111 as configured in iax.conf), it does not work:

debian:/etc/asterisk# sendfax -n -d 008675534541681 testfile
Password:
Login failed: 530 Login incorrect.

My iax.conf looks like this:

[general]
bindport = 4569
bindadr = 0.0.0.0
disallow=all
allow=ulaw
allow=alaw
[iaxmodem]
type=friend
secret=1111
port=4570
host=dynamic
context=fax-out
disallow=all
allow=alow

In extension.conf, I have

[fax-out]
exten =>_.,1,Dial(SIP/${EXTEN}@voipuser,60)


Can anyone tell me what's wrong?

Thank you very much in advance for all your kind help.
View user's profile Send private message
outraspaceOffline



Joined: Mar 08, 2008
Posts: 41

Status: Offline
Posted: Mar 15, 2008 - 09:12 AM Reply with quote Back to top
Also, when I run faxstat, it also fails:

debian:/etc/asterisk# faxstat -s
Password:
Login failed: 530 Login incorrect.


Any idea? What password is it looking for?
View user's profile Send private message
maziloOffline
Moderator


Joined: Feb 09, 2005
Posts: 2068
Location: USA
Status: Offline
Posted: Mar 15, 2008 - 12:39 PM Reply with quote Back to top
outraspace :
disallow=all
allow=alow

The above line allow=alow doesn't look like right. Also, where is your context for voipuser?
View user's profile Send private message
outraspaceOffline



Joined: Mar 08, 2008
Posts: 41

Status: Offline
Posted: Mar 15, 2008 - 04:30 PM Reply with quote Back to top
Hi,

My extensions.conf is:

[voipuser]
exten =>08449792726,1,Dial(SIP/2000)
[fax-out]
exten =>_.,1,Dial(SIP/${EXTEN}@voipuser,60)

sorry for the silly mistake, I change the iax.conf to
[general]
bindport = 4569
bindadr = 0.0.0.0
disallow=all
allow=ulaw
allow=alaw
[iaxmodem]
type=friend
secret=1111
port=4570
host=dynamic
context=fax-out
disallow=all
allow=alaw


But still it does not work.

debian:/etc/asterisk# sendfax -n -d 008675533661681 iax.conf
Password:
Login failed: 530 Login incorrect.

Not sure what password it is supposed to be looking for. I tried to key in 1111 for the password, still does not work.
View user's profile Send private message


View previous topic Printable version Log in to check your private messages View next topic

Post new topic   Reply to topic
Forum Rules and Guidelines | About VoIP User | Privacy Policy


All logos and trademarks in this site are property of their respective owner.
Comments and posts are property of the poster, all the rest (c) 2003-2006 VoIP User.

No part of this site may be reproduced without our prior consent.