Displaying 3 results from an estimated 3 matches for "username_provider".
2014 Dec 16
0
T.38 not working - help needed with log interpretation
...>> tcpbindaddr=192.168.20.48:5060
>> tlsenable=no
>> tlsbindaddr=192.168.20.48:5061
>> transport=udp
>> srvlookup=no
>> defaultexpiry=600
>>
>> nat = no
>> directmedia = no
>> ignoresdpversion=yes
>>
>> register =>
>> USERNAME_PROVIDER:PASSWORD_PROVIDER at proxy.provider.net/USERNAME_PROVIDER
>>
>
> What is the 'Refresh' value returned from 'sip show registry'?
>
>> [authentication]
>>
>> ;David T38 endpoint
>> [bCo9m7OfHWK2Y2sb]
>> context = david_t38_inbound
>>...
2014 Dec 11
6
T.38 not working - help needed with log interpretation
Hello,
at first, thanks for helping!
In the meantime, I have done a lot of research and trial and 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,
2014 Dec 15
0
T.38 not working - help needed with log interpretation
...instructed me to do so. I will change that and test.
> What is the 'Refresh' value returned from 'sip show registry'?
>
*CLI> sip show registry
Host dnsmgr Username Refresh State Reg.Time
proxy.provider.net:5060 N USERNAME_PROVIDER 585 Registered Mon, 15 Dec 2014 09:33:44
1 SIP registrations.
> For asterisk 1.6 & 1.8 you would need to set 'canreinvite=no', I don't know what Asterisk 13 will do with this setting.
>
I suspect Asterisk 13 will just ignore it. To make things worse, there seems to be a...