Advertisement
Guest User

Untitled

a guest
Feb 26th, 2020
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.66 KB | None | 0 0
  1. [incoming]
  2. exten => _X.,1,Goto(${EXTEN},${EXTEN},1)
  3. [2201]
  4. exten => 2201,1,Dial(SIP/100&SIP/317&SIP/318,10,itT)
  5. [2202]
  6. exten => 2202,1,Dial(SIP/100&SIP/317&SIP/318,10,itT)
  7. [2203]
  8. exten => 2203,1,Dial(SIP/100&SIP/317&SIP/318,10,itT)
  9.  
  10. log
  11. Using SIP RTP CoS mark 5
  12. > 0x968d030 -- Strict RTP learning after remote address set to: 178.45.249.116:34230
  13. == Using SIP RTP CoS mark 5
  14. -- Executing [2201@in_rt:1] Dial("SIP/2201-000010b4", "SIP/100&SIP/317&SIP/318,10,itT") in new stack
  15. == Using SIP RTP CoS mark 5
  16. > 0x96880e0 -- Strict RTP learning after remote address set to: 178.45.249.116:32012
  17. [Feb 26 13:26:47] NOTICE[1567][C-000005b7]: chan_sip.c:6843 update_call_counter: Call from peer '2201' rejected due to usage limit of 1
  18. [Feb 26 13:26:47] NOTICE[1567][C-000005b7]: chan_sip.c:26403 handle_request_invite: Failed to place call for device 2201, too many calls
  19. == Using SIP RTP CoS mark 5
  20. > 0x95fa6c0 -- Strict RTP learning after remote address set to: 178.45.249.116:32900
  21. [Feb 26 13:26:47] NOTICE[1567][C-000005b8]: chan_sip.c:6843 update_call_counter: Call from peer '2201' rejected due to usage limit of 1
  22. [Feb 26 13:26:47] NOTICE[1567][C-000005b8]: chan_sip.c:26403 handle_request_invite: Failed to place call for device 2201, too many calls
  23. == Using SIP RTP CoS mark 5
  24. == Using SIP RTP CoS mark 5
  25. -- Called SIP/100
  26. -- Called SIP/317
  27. -- Called SIP/318
  28. -- SIP/318-000010b7 connected line has changed. Saving it until answer for SIP/2201-000010b4
  29. -- SIP/317-000010b6 connected line has changed. Saving it until answer for SIP/2201-000010b4
  30. -- SIP/100-000010b5 connected line has changed. Saving it until answer for SIP/2201-000010b4
  31. -- SIP/100-000010b5 is ringing
  32. -- SIP/318-000010b7 is ringing
  33. -- SIP/317-000010b6 is ringing
  34. > 0x96a0ce0 -- Strict RTP learning after remote address set to: 192.168.2.66:5062
  35. -- SIP/317-000010b6 connected line has changed. Saving it until answer for SIP/2201-000010b4
  36. -- SIP/317-000010b6 answered SIP/2201-000010b4
  37. -- Channel SIP/317-000010b6 joined 'simple_bridge' basic-bridge <24f55e8d-b5de-4614-8a7e-ae5f92d4331c>
  38. -- Channel SIP/2201-000010b4 joined 'simple_bridge' basic-bridge <24f55e8d-b5de-4614-8a7e-ae5f92d4331c>
  39. > 0x96a0ce0 -- Strict RTP qualifying stream type: audio
  40. > 0x96a0ce0 -- Strict RTP switching source address to 10.0.0.1:25343
  41. > 0x968d030 -- Strict RTP switching to RTP target address 178.45.249.116:34230 as source
  42. > 0x968d030 -- Strict RTP learning complete - Locking on source address 178.45.249.116:34230
  43. > 0x96a0ce0 -- Strict RTP learning complete - Locking on source address 10.0.0.1:25343
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement