Guest User

Untitled

a guest
Feb 9th, 2017
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.23 KB | None | 0 0
  1. Freeswitch responds after the reinvite to T38 with:
  2. SIP/2.0 488 Not Acceptable Here.
  3. Via: SIP/2.0/UDP 10.255.3.100:5060;branch=z9hG4bK-00104-Elh75avx0E4AG5U-0.
  4. From: "Anonymous" <sip:[email protected]:5060>;tag=Elh75avx0E4AG5U-IPTrunk-623-19-17at10.255.3.100.
  5. To: <sip:[email protected]:5060>;tag=cg7Dg06ZXSZ6H.
  6. CSeq: 104 INVITE.
  7. User-Agent: FreeSWITCH-mod_sofia/1.6.14+git~20170209T234209Z~de2936af46~64bit.
  8. Accept: application/sdp.
  9. Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY.
  10. Supported: timer, path, replaces.
  11. Content-Length: 0.
  12.  
  13.  
  14. dialplan:
  15. <action application="answer" />
  16. <action application="playback" data="silence_stream://2000"/>
  17. <action application="set" data="fax_enable_t38=true"/>
  18. <action application="rxfax" data="/tmp/FAX-${uuid}.tif"/>
  19. <action application="hangup"/>
  20.  
  21.  
  22. spandsp.conf
  23. <fax-settings>
  24. <param name="use-ecm" value="true"/>
  25. <param name="verbose" value="true"/>
  26. <param name="disable-v17" value="false"/>
  27. <param name="ident" value="SpanDSP Fax Ident"/>
  28. <param name="header" value="SpanDSP Fax Header"/>
  29. <param name="spool-dir" value="/tmp"/>
  30. <param name="file-prefix" value="faxrx"/>
  31. </fax-settings>
  32.  
  33. freeswitch.log shows:
  34. 4b17c550-ef4b-11e6-8931-95b3e9bcbe5b 2017-02-09 22:42:15.398075 [DEBUG] switch_core_media.c:3985 sofia/external/[email protected]:5060 T38 ACCEPT on request
  35. 4b17c550-ef4b-11e6-8931-95b3e9bcbe5b 2017-02-09 22:42:15.398075 [DEBUG] switch_core_media.c:4090 sofia/external/[email protected]:5060 T38 IS NOT POSSIBLE on request
  36. 4b17c550-ef4b-11e6-8931-95b3e9bcbe5b 2017-02-09 22:42:15.398075 [DEBUG] sofia.c:7950 Reinvite resulted in codec negotiation failure.
  37. 4b17c550-ef4b-11e6-8931-95b3e9bcbe5b 2017-02-09 22:42:15.398075 [DEBUG] sofia.c:7035 Channel sofia/external/[email protected]:5060 skipping state [ready][488]
  38. 4b17c550-ef4b-11e6-8931-95b3e9bcbe5b 2017-02-09 22:42:15.418078 [DEBUG] sofia.c:7042 Channel sofia/external/[email protected]:5060 entering state [received][100]
Advertisement
Add Comment
Please, Sign In to add comment