Displaying 4 results from an estimated 4 matches for "27xgy8ywfi2s9nag".
2014 Dec 11
0
T.38 not working - help needed with log interpretation
...search. What you should have found out by
now (or perhaps deduced) is that the T.38 is a standard that is varied
thus one cannot be assured a T.38 solution will always work.
> exten => _00., 1, NoOp()
> same => n, Set(FAXOPT(gateway)=yes)
> same => n, Dial(SIP/${EXTEN}@27XgY8YwfI2S9NAg)
> same => n, Hangup()
>
> The problem vanished when I changed that to:
>
> exten => _00., 1, NoOp()
> same => n, Answer()
> same => n, Progress()
> same => n, Set(FAXOPT(gateway)=yes)
> same => n, Dial(SIP/${EXTEN}@27XgY8YwfI2S9NAg)...
2014 Dec 11
6
T.38 not working - help needed with log interpretation
...error, and I could solve that specific problem. Obviously, the dialplan application "Answer" was playing a key role here. My original dialplan snippet (which produced that problem) was:
exten => _00., 1, NoOp()
same => n, Set(FAXOPT(gateway)=yes)
same => n, Dial(SIP/${EXTEN}@27XgY8YwfI2S9NAg)
same => n, Hangup()
The problem vanished when I changed that to:
exten => _00., 1, NoOp()
same => n, Answer()
same => n, Progress()
same => n, Set(FAXOPT(gateway)=yes)
same => n, Dial(SIP/${EXTEN}@27XgY8YwfI2S9NAg)
same => n, Hangup()
However, I got another prob...
2014 Dec 16
0
T.38 not working - help needed with log interpretation
...solution which works with every provider around the world.
>>
>>>> exten => _00., 1, NoOp()
>>>> same => n, Answer()
>>>> same => n, Progress()
>>>> same => n, Set(FAXOPT(gateway)=yes)
>>>> same => n, Dial(SIP/${EXTEN}@27XgY8YwfI2S9NAg)
>>>> same => n, Hangup()
>>>
>>> One may assume this is your dialplan for the outgoing connection with
>>> which you want T.38 to be supported.
>>
>> You are right.
>>
>>> To obtain better assistance you will need to include info...
2014 Dec 02
4
T.38 not working - help needed with log interpretation
Dear all,
I have the following situation:
Local T.38 endpoint <-> ASTERISK <-> SIP provider (with T.38 support)
I am trying to send a fax from my local T.38 endpoint to arbitrary external fax numbers (which I am not in control of, so I don't know if the other end supports T.38, is connected to a PBX, who is their provider, and so on), of course trying to use T.38 at least from