Menu

Debug blank CALLID4 with asterisk and hylafax

Help
2010-12-15
2013-04-05
  • Martin Adler

    Martin Adler - 2010-12-15

    Hi all,

    I am trying to setup DID recognition which sadly fails in that hylafax only receives a blank CALLID4 variable. The asterisk dial command is find with

    Dial(IAX/iaxmodem/911)
    

    … 911 being the called DID.

    How can I debug why hylafax does not receive the passed DID?

    Regards,

    Martin

     
  • Martin Adler

    Martin Adler - 2010-12-15

    Some more detail…

    iax.conf

    [iaxmodem]
    type=friend
    secret=password
    port=4570
    host=dynamic
    context=fax-out
    disallow=all
    register=300
    allow=slinear
    ;allow=alaw
    jitterbuffer=no
    requirecalltoken=no
    

    relevant part of exentsions.conf

    exten => _X.,1,Dial(IAX2/iaxmodem/${EXTEN})
    

    cat /etc/iaxmodem/ttyIAX0

    device          /dev/ttyIAX0
    owner           uucp:uucp
    mode            660
    port            4570
    refresh         60
    server          127.0.0.1
    peername        iaxmodem
    secret          password
    codec           slinear
    nojitterbuffer
    
     
  • Lee Howard

    Lee Howard - 2010-12-16

    It will depend upon your modem config file (in HylaFAX).  It needs to use "ModemResetCmds: AT+VCID=1" and then the proper CallIDPattern lines.  Show us your HylaFAX modem config file for the iaxmodem.

     

Log in to post a comment.