Here is my basic question which is not answered directly "big bird-cookie monster" style in any of the literature.
Sip.conf is your basic authentication file which the CLI: show sip peers tells you if you are correct. I got that much. Now, do you have to declare that again anywhere in extensions.conf or do you simply call on your trunked globals? If this is the case: SIP/[<exten>@]<peer>[:<portno>] Hence exten => 204,2,Dial(Zap/g2,20) shoulds work just fine????? -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of BSumrall Sent: Tuesday, May 29, 2007 3:22 AM To: 'Asterisk Users Mailing List - Non-Commercial Discussion' Subject: [asterisk-users] Trying to dial out on teliax Trying to launch my first dial out to Teliax and getting this error [May 29 03:08:06] WARNING[1955]: pbx.c:4644 add_pri: Unable to register extension '204', priority 2 in 'brad', already in use [general] static=yes writeprotect=no clearglobalvars=no [globals] CONSOLE=Console/dsp ; Console interface for demo IAXINFO=guest ; IAXtel username/password TRUNK=Zap/g2 ; Trunk interface TRUNKMSD=1 ; MSD digits to strip (usually 1 or 0) [default] exten => 800xxxxxxx,1,Answer() exten => 800xxxxxxx,2,Wait(1) exten => 800xxxxxxx,3,Queue(service|t||8005181896|45) exten => 800xxxxxxx,1,Answer() exten => 800xxxxxxx,2,Wait(1) exten => 800xxxxxxx,3,AgentLogin() exten => h,1,DeadAGI(postqueue.agi) [brad] exten => 204,1,Wait() exten => 204,2,Answer exten => 204,3,Playback(demo-congrats) exten => 204,4,Hangup exten => 204,2,Dial(Zap/g2,20) ;exten => 204,Voivemail(u100) _______________________________________________ --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 _______________________________________________ --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
