{"id":719,"date":"2013-05-22T16:38:38","date_gmt":"2013-05-22T14:38:38","guid":{"rendered":"http:\/\/blog.philippgoecke.de\/?p=719"},"modified":"2013-05-22T16:38:38","modified_gmt":"2013-05-22T14:38:38","slug":"asterisk-under-debian-wheezy-with-sip-softphone-ekiga-or-jitsi","status":"publish","type":"post","link":"https:\/\/stls.eu\/blog\/2013\/05\/22\/asterisk-under-debian-wheezy-with-sip-softphone-ekiga-or-jitsi\/","title":{"rendered":"Asterisk under Debian Wheezy with SIP Softphone Ekiga or Jitsi"},"content":{"rendered":"<p>install <a href=\"http:\/\/packages.debian.org\/wheezy\/asterisk\">asterisk<\/a><\/p>\n<pre>aptitude install asterisk<\/pre>\n<p>edit \/etc\/asterisk\/sip.conf<\/p>\n<pre>[general]\r\ncontext = default\r\nbindport = 5060\r\nbindaddr = 0.0.0.0\r\ntcpbindaddr = 0.0.0.0\r\ntcpenable = yes\r\n\r\n[1001]\r\ntype = friend\r\ncallerid = User 1001 <1001>\r\nsecret = 1001\r\nhost = dynamic\r\ncanreinvite = no\r\ndtmfmode = rfc2833\r\nmailbox = 1001\r\ndisallow = all\r\nallow = ulaw\r\ntransport = udp\r\n\r\n[1002]\r\ntype = friend\r\ncallerid = User 1002 <1002>\r\nsecret = 1002\r\nhost = dynamic\r\ncanreinvite = no\r\ndtmfmode = rfc2833\r\nmailbox = 1002\r\ndisallow = all\r\nallow = ulaw\r\ntransport = udp<\/pre>\n<p>edit \/etc\/asterisk\/extensions.conf<\/p>\n<pre>[general]\r\nstatic=yes\r\nwriteprotect=no\r\n\r\n[default]\r\nexten => 1001,1,Answer()\r\nexten => 1001,n,Dial(SIP\/1001,20,tr)\r\nexten => 1001,n,Hangup\r\n\r\nexten => 1002,1,Answer()\r\nexten => 1002,n,Dial(SIP\/1002,20,tr)\r\nexten => 1002,n,Hangup.<\/pre>\n<p>Soft Phones e.g. <a href=\"http:\/\/packages.debian.org\/wheezy\/ekiga\">Ekiga<\/a> or <a href=\"https:\/\/jitsi.org\/\">Jitsi<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>install asterisk aptitude install asterisk edit \/etc\/asterisk\/sip.conf [general] context = default bindport = 5060 bindaddr = 0.0.0.0 tcpbindaddr = 0.0.0.0 tcpenable = yes [1001] type = friend callerid = User 1001 secret = 1001 host = dynamic canreinvite = no &hellip; <a href=\"https:\/\/stls.eu\/blog\/2013\/05\/22\/asterisk-under-debian-wheezy-with-sip-softphone-ekiga-or-jitsi\/\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[20,45],"tags":[],"class_list":["post-719","post","type-post","status-publish","format-standard","hentry","category-debian","category-sip"],"_links":{"self":[{"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/posts\/719","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/comments?post=719"}],"version-history":[{"count":9,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/posts\/719\/revisions"}],"predecessor-version":[{"id":728,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/posts\/719\/revisions\/728"}],"wp:attachment":[{"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/media?parent=719"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/categories?post=719"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/stls.eu\/blog\/wp-json\/wp\/v2\/tags?post=719"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}