Advertisement
Guest User

Untitled

a guest
Feb 9th, 2017
397
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:Anonymous@10.255.3.100:5060>;tag=Elh75avx0E4AG5U-IPTrunk-623-19-17at10.255.3.100.
  5. To: <sip:9728961080@10.252.3.11:5060>;tag=cg7Dg06ZXSZ6H.
  6. Call-ID: Elh75avx0E4AG5U@10.255.3.100.
  7. CSeq: 104 INVITE.
  8. User-Agent: FreeSWITCH-mod_sofia/1.6.14+git~20170209T234209Z~de2936af46~64bit.
  9. Accept: application/sdp.
  10. Allow: INVITE, ACK, BYE, CANCEL, OPTIONS, MESSAGE, INFO, UPDATE, REGISTER, REFER, NOTIFY.
  11. Supported: timer, path, replaces.
  12. Content-Length: 0.
  13.  
  14.  
  15. dialplan:
  16. <action application="answer" />
  17. <action application="playback" data="silence_stream://2000"/>
  18. <action application="set" data="fax_enable_t38=true"/>
  19. <action application="rxfax" data="/tmp/FAX-${uuid}.tif"/>
  20. <action application="hangup"/>
  21.  
  22.  
  23. spandsp.conf
  24. <fax-settings>
  25. <param name="use-ecm" value="true"/>
  26. <param name="verbose" value="true"/>
  27. <param name="disable-v17" value="false"/>
  28. <param name="ident" value="SpanDSP Fax Ident"/>
  29. <param name="header" value="SpanDSP Fax Header"/>
  30. <param name="spool-dir" value="/tmp"/>
  31. <param name="file-prefix" value="faxrx"/>
  32. </fax-settings>
  33.  
  34. freeswitch.log shows:
  35. 4b17c550-ef4b-11e6-8931-95b3e9bcbe5b 2017-02-09 22:42:15.398075 [DEBUG] switch_core_media.c:3985 sofia/external/Anonymous@10.255.3.100:5060 T38 ACCEPT on request
  36. 4b17c550-ef4b-11e6-8931-95b3e9bcbe5b 2017-02-09 22:42:15.398075 [DEBUG] switch_core_media.c:4090 sofia/external/Anonymous@10.255.3.100:5060 T38 IS NOT POSSIBLE on request
  37. 4b17c550-ef4b-11e6-8931-95b3e9bcbe5b 2017-02-09 22:42:15.398075 [DEBUG] sofia.c:7950 Reinvite resulted in codec negotiation failure.
  38. 4b17c550-ef4b-11e6-8931-95b3e9bcbe5b 2017-02-09 22:42:15.398075 [DEBUG] sofia.c:7035 Channel sofia/external/Anonymous@10.255.3.100:5060 skipping state [ready][488]
  39. 4b17c550-ef4b-11e6-8931-95b3e9bcbe5b 2017-02-09 22:42:15.418078 [DEBUG] sofia.c:7042 Channel sofia/external/Anonymous@10.255.3.100:5060 entering state [received][100]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement