[asterisk-users] How to fix error when paging

Larry Alkoff labradley at mindspring.com
Sat Jan 27 15:27:39 MST 2007


Larry Alkoff wrote:
> I am trying to page my Grandstream GXP-2000 phones
> and keep getting the error message:
> 
> Jan 27 12:55:04 WARNING[30401]: app_page.c:183 page_exec: Incomplete 
> destination '' supplied.
> 
> How can I fix this error?
> 
> The two contexts below do either one-way paging or two-way paging to all 
> Grandstream phones in a list.
> 
> [One_Way_Page_GROUP]        ; one to many page
> exten => **1,1,VERBOSE("ENTERING [default] **1 in extensions.conf" 1)
> exten => **1,n,SIPAddHeader(Call-Info: answer-after=0)
> exten => **1,n,Page(${One_Way_Paging_List}|)
> exten => **1,n, Hangup
> ; Note: Above configuration will allow user to one way page(broadcast) 
> to all ; the extensions defined in variable "One_Way_Paging_list"
> 
> One_Way_Paging_List => SIP/420&SIP/422/&SIP/400&SIP/413&SIP/410
> 
> 
> 
> [Two_Way_Intercom_GROUP]    ; one to many intercom
> exten => **2,1,VERBOSE("ENTERING [default] **2 in extensions.conf" 1)
> exten => **2,n,SIPAddHeader(Call-Info: answer-after=0)
> exten => **2,n,Page(${Two_Way_Intercom_List}|d)
> exten => **2,n, Hangup
> 
> Two_Way_Intercom_List => SIP/420&SIP/422/&SIP/400&SIP/413&SIP/410
> 



I've found and fixed the problem.
Basically, I had to put the two Lists in [globals] and change the ' => ' 
to a simple = with no spaces.  It works now.

Larry



-- 
Larry Alkoff N2LA - Austin TX
Using Thunderbird on Linux


More information about the asterisk-users mailing list