pastebin - collaborative debugging

pastebin is a collaborative debugging tool allowing you to share and modify code snippets while chatting on IRC, IM or a message board.

This site is developed to XHTML and CSS2 W3C standards. If you see this paragraph, your browser does not support those standards and you need to upgrade. Visit WaSP for a variety of options.

cmn private pastebin - collaborative debugging tool What's a private pastebin?


Posted by Anonymous on Fri 15 Aug 08:30
report abuse | download | new post

  1. root@lvps212-241-218-243:/etc/asterisk# cat extensions.conf
  2. [incoming]
  3. exten => 08455278454,1,NoOp(Inbound call via SIPgate)
  4. exten => 08455278454,2,Ringing
  5. exten => 08455278454,3,Wait(1)
  6. exten => 08455278454,4,Dial(SIP/cmn-N95&SIP/cmn,10)
  7. exten => 08455278454,5,VoiceMail(2000,u)
  8. exten => 08455278454,6,Hangup
  9.  
  10. [others]
  11.  
  12. [sip-context]
  13.  
  14. ; ISN (todo)
  15.  
  16. ; ENUM
  17.  
  18. ;;;;;;;;;;;;;;;;;
  19. ; External peers outbound, 8x 9x
  20. ;;;;;;;;;;;;;;;;;
  21.  
  22. exten => _8.,1,NoOp(Routing outbound call via sipbroker)
  23. exten => _8.,2,Ringing
  24. exten => _9.,3,Set(${CALLERID(all)=Chris Northcott<+448455278454>)
  25. exten => _8.,4,Dial(SIP/sipbroker-route-out/${EXTEN:1})
  26. exten => _8.,5,Hangup
  27.  
  28. ; SIPgate
  29. exten => _9.,1,NoOp(Routing outbound call via SIPgate)
  30. exten => _9.,2,Ringing
  31. exten => _9.,3,Set(${CALLERID(all)=Chris Northcott<+448455278454>)
  32. exten => _9.,4,Dial(SIP/${EXTEN:1}@sipgate-route-out,60)
  33. exten => _9.,5,Hangup
  34.  
  35. ;;;;;;;;;;;;;;;;
  36. ; SIP endpoints, 2x
  37. ;;;;;;;;;;;;;;;;
  38.  
  39. ; UDM
  40. exten => 2000,1,Dial(SIP/cmn,10)
  41. exten => 2000,2,VoiceMail(2000,u)
  42.  
  43. ; Nokia N95
  44. exten => 2001,1,Dial(SIP/cmn-N95,10)
  45. exten => 2001,2,VoiceMail(2001,u)
  46.  
  47. ; Voicemail
  48. exten => 2500,1,VoiceMailMain(${CALLERID(num)},s)
  49.  
  50. ;;;;;;;;;;;;;;;;
  51. ; 'Novelty' extensions, 7x
  52. ;;;;;;;;;;;;;;;;
  53.  
  54. ;Slashdot RSS Reader
  55. exten => 7001,1,System(php /usr/share/agi-scripts/get_slashdot_news.php | flite - /tmp/sdnewsout_tmp.wav)
  56. exten => 7001,2,System(sox /tmp/sdnewsout_tmp.wav -r 8000 -c 1 -s -w /tmp/sdnewsout.gsm resample -ql )
  57. exten => 7001,3,System(cp /tmp/sdnewsout.gsm /var/lib/asterisk/sounds/)
  58. exten => 7001,4,Playback(sdnewsout)
  59. exten => 7001,5,Hangup

Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.

Syntax highlighting:

To highlight particular lines, prefix each line with @@


Remember me so that I can delete my post