diff -u ../asteriskbaseline/asterisk.conf ./asterisk.conf --- ../asteriskbaseline/asterisk.conf 2010-05-18 13:11:27.000000000 +0100 +++ ./asterisk.conf 2010-05-18 15:46:08.000000000 +0100 @@ -11,7 +11,7 @@ astlogdir => /var/log/asterisk [options] -;verbose = 3 +verbose = 5 ;debug = 3 ;alwaysfork = yes ; Same as -F at startup. ;nofork = yes ; Same as -f at startup. diff -u ../asteriskbaseline/extensions.conf ./extensions.conf --- ../asteriskbaseline/extensions.conf 2010-05-18 13:11:27.000000000 +0100 +++ ./extensions.conf 2010-05-18 13:24:36.000000000 +0100 @@ -668,6 +668,7 @@ ; include => demo +exten => _699[12],1,Queue(Queue${EXTEN:3}) ; ; An extension like the one below can be used for FWD, Nikotel, sipgate etc. ; Note that you must have a [sipprovider] section in sip.conf diff -u ../asteriskbaseline/logger.conf ./logger.conf --- ../asteriskbaseline/logger.conf 2010-05-18 13:11:27.000000000 +0100 +++ ./logger.conf 2010-05-18 15:45:50.000000000 +0100 @@ -88,7 +88,7 @@ console => notice,warning,error ;console => notice,warning,error,debug messages => notice,warning,error -;full => notice,warning,error,debug,verbose +full => notice,warning,error,debug,verbose ;syslog keyword : This special keyword logs to syslog facility ; diff -u ../asteriskbaseline/queues.conf ./queues.conf --- ../asteriskbaseline/queues.conf 2010-05-18 13:11:27.000000000 +0100 +++ ./queues.conf 2010-05-18 13:17:51.000000000 +0100 @@ -515,4 +515,18 @@ ;member => Agent/@1 ; Any agent in group 1 ;member => Agent/:1,1 ; Any agent in group 1, wait for first ; available, but consider with penalty +[Queue1] +strategy = leastrecent +weight = 0 +autofill = yes + +member => Local/600@default,,Echo + +[Queue2] +strategy = leastrecent +weight = 1 +autofill = yes + +member => Local/600@default,,Echo + diff -u ../asteriskbaseline/sip.conf ./sip.conf --- ../asteriskbaseline/sip.conf 2010-05-18 13:11:27.000000000 +0100 +++ ./sip.conf 2010-05-18 14:01:14.000000000 +0100 @@ -1245,3 +1245,7 @@ ; if the nat option is enabled. If a single RTP packet is received Asterisk will know the ; external IP address of the remote device. If port forwarding is done at the client side ; then UDPTL will flow to the remote device. + +[6105] +type=friend +host=dynamic