Question about queues.conf

I’ve loked through the wiki but couldnt find anything about this, my settings for queues.conf :
[main]
musiconhold = default
announce = queue-markq
strategy = ringall
servicelevel = 60
context = Local
timeout = 15
retry = 2
weight=0
wrapuptime=15
maxlen = 0
announce-frequency = 90
announce-holdtime = yes
queue-youarenext = queue-youarenext ; (“You are now first in line.”)
queue-thereare = queue-thereare ; (“There are”)
queue-callswaiting = queue-callswaiting ; (“calls waiting.”)
queue-holdtime = queue-holdtime ; (“The current est. holdtime is”)
queue-minutes = queue-minutes ; (“minutes.”)
queue-seconds = queue-seconds ; (“seconds.”)
queue-thankyou = queue-thankyou ; (“Thank you for your patience.”)
queue-lessthan = queue-less-than ; (“less than”)
queue-reporthold = queue-reporthold ; (“Hold time”)
monitor-format = wav
monitor-join = yes
joinempty = yes
leavewhenempty = yes
eventwhencalled = yes
eventmemberstatusoff = yes
reportholdtime = yes
memberdelay = 0
timeoutrestart = no
member => Sip/1111
member => Sip/2222
member => Sip/01234445555@1.1.1.1
member => Sip/01234446666@1.1.1.1

I want it to dial out through the local zap pri instead of going out through sip, i know i can do it through extensions.conf but i like it like this better because it will play the background music and all that…

thanks for your help! :smile:

member => Zap/G1/1234567890

that will dial 123-456-7890 through Zap Group 1

are you routing calls to cell phones or something else that’s outside of your network?

well masically that is my queue when you call my office, first to dial my phones here via sip, when if im not around i want it calling 2 cellphones, hoever, i only knew how to do it tru sip, which i had no need for since i have a pri installed locally.

ah, gotcha…you should be good with the member => Zap/… lines then

yes it worked like a charm, thanks for that info!!