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

--
Larry Alkoff N2LA - Austin TX
Using Thunderbird on Linux
_______________________________________________
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to