<HTML>
<HEAD>
<TITLE>Re: [asterisk-gui] Paging/intercom</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Maybe on the settings page for the page we can have an option for Alert-info or Call-Info. As this is the case for my phones as well.<BR>
<BR>
Grandstream phones also need:<BR>
</SPAN></FONT><FONT SIZE="1"><FONT FACE="Times New Roman"><SPAN STYLE='font-size:9pt'><B>exten =&gt; s,2,SIPAddHeader(Call-Info: answer-after=0)<BR>
</B></SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
<BR>
<BR>
On 12/18/08 10:40 AM, &quot;Ron Byer Jr.&quot; &lt;<a href="ronb@netweave.com">ronb@netweave.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT SIZE="2"><FONT FACE="Arial"><SPAN STYLE='font-size:10pt'>The next time I post a query on this list, I will be sure to download the latest/greatest version and check it out first. <BR>
&nbsp;<BR>
I posted a note about paging and intercom support a few days ago :: I&#8217;ve been using an *<B>early</B>* asterisk-gui 2.0 version from, I&#8217;d say, 2 months ago .<BR>
&nbsp;<BR>
When I received the note back from Pari saying he had made a change, I updated and took a look &#8211; and found a whole panel dedicated to paging/intercom. At that point I felt a bit like a horse&#8217;s hindquarters. Thanks guys, &nbsp;I should have RTFC&#8217;ed before bothering the list. &nbsp;<BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Arial"><SPAN STYLE='font-size:10pt'> <BR>
That being said. I have another (hopefully better informed) question. &nbsp;I have it working fine now, using the paging/intercom panel. I had to make one change to the standard macro being generated. I recognize that I could make the change in the java script that generates the standard macro ,but wonder if it would be better done more generally. <BR>
&nbsp;<BR>
The following is the section from extensions.conf. Of the four contexts, the first I provided, and the last three were generated. In order for this to work properly, I needed to add the &#8220;@ext-paging&#8221; context to the macro-pagingintercom invocation in the [page_an_extension] and [pagegroups] contexts<BR>
&nbsp;<BR>
My question is, would it be best for the GUI to prompt the user for the Page context (in this case the ext-paging context) &#8211; I don&#8217;t think that the GUI should generate this context, because it will need to be meddled with. By asking the user to enter the Page context, it will also clue them as to the need for it. <BR>
&nbsp;<BR>
[ext-paging]<BR>
; below works for snom phones... other phones may need flavor 2 (following)<BR>
exten =&gt; _XXX,1,Set(__SIPADDHEADER=Call-Info: Answer-After=0)<BR>
;exten = s,n,SIPAddHeader(Call-Info: &lt;sip:${my-ip}&gt;\;answer-after=0)<BR>
exten =&gt; _XXX,n,Set(__SIP_URI_OPTIONS=intercom=true)<BR>
exten =&gt; _XXX,n,Set(__ALERT_INFO=Ring Answer)<BR>
exten =&gt; _XXX,n,Dial(SIP/${EXTEN},20|pN)<BR>
&nbsp;<BR>
[macro-pagingintercom]<BR>
exten = s,1,SIPAddHeader(Alert-Info: ${PAGING_HEADER})<BR>
exten = s,n,Page(${ARG1}|${ARG2})<BR>
exten = s,n,Hangup<BR>
&nbsp;<BR>
&nbsp;<BR>
[page_an_extension]<BR>
exten = _#XXX,1,Macro(pagingintercom|Local/${EXTEN:1<B>}@ext-paging</B>|d)<BR>
&nbsp;<BR>
[pagegroups]<BR>
exten = 6400,1,Macro(pagingintercom|SIP/100@<B>ext-paging</B>&amp;SIP/181@<B>ext-paging|d</B>)<BR>
&nbsp;<BR>
</SPAN></FONT></FONT><FONT FACE="Times New Roman"><SPAN STYLE='font-size:12pt'><IMG src="cid:3312442202_3319903" > <BR>
</SPAN></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT></BLOCKQUOTE>
</BODY>
</HTML>