{"id":557,"date":"2013-12-19T14:14:44","date_gmt":"2013-12-19T08:14:44","guid":{"rendered":"http:\/\/alexeyka.zantsev.com\/?p=557"},"modified":"2013-12-19T14:19:36","modified_gmt":"2013-12-19T08:19:36","slug":"cell-phone-as-a-queue-member","status":"publish","type":"post","link":"https:\/\/alexeyka.zantsev.com\/?p=557","title":{"rendered":"Cell phone as a queue member"},"content":{"rendered":"<p>From time to time I&#8217;m asked by my customers if it is possible to include a cellular phone as a queue member. Yes, it is easy to do. You may include any phone number, not only cell or SIP, which is registered on your Asterisk server. Asterisk must be compiled with the local channel support. Everything is done with its help.<\/p>\n<p>queues.conf:<\/p>\n<pre>[queue_cell_and_sip]\r\nstrategy = ringall\r\nservicelevel = 10\r\njoinempty = yes\r\nmusic = default\r\n\r\nmember => SIP\/1301\r\nmember => Local\/79221234567@your-context<\/pre>\n<p>extensions.ael:<\/p>\n<pre>\r\n...\r\n        1810 =>\r\n        {\r\n                Answer;\r\n                Queue(queue_cell_and_sip);\r\n                Hangup;\r\n        }\r\n...\r\n<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>From time to time I&#8217;m asked by my customers if it is possible to include a cellular phone as a queue member. Yes, it is easy to do. You may include any phone number, not only cell or SIP, which is registered on your Asterisk server. Asterisk must be compiled with the local channel support. [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[144,145,141,142,143],"class_list":["post-557","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-cell","tag-member","tag-queue","tag-queues","tag-queues-conf"],"_links":{"self":[{"href":"https:\/\/alexeyka.zantsev.com\/index.php?rest_route=\/wp\/v2\/posts\/557","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/alexeyka.zantsev.com\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/alexeyka.zantsev.com\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/alexeyka.zantsev.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/alexeyka.zantsev.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=557"}],"version-history":[{"count":2,"href":"https:\/\/alexeyka.zantsev.com\/index.php?rest_route=\/wp\/v2\/posts\/557\/revisions"}],"predecessor-version":[{"id":560,"href":"https:\/\/alexeyka.zantsev.com\/index.php?rest_route=\/wp\/v2\/posts\/557\/revisions\/560"}],"wp:attachment":[{"href":"https:\/\/alexeyka.zantsev.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=557"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/alexeyka.zantsev.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=557"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/alexeyka.zantsev.com\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=557"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}