[EMAIL PROTECTED] writes:

> exten => 109/_9NXXNXXXXXX,1,Dial(SIP/${EXTEN:[EMAIL PROTECTED])
> [...]
> as you can see, I'm wanting 109 to dial out broadvoice_1, [...]

You've got the source and target reversed.  :-)

You want the Caller ID of your local extension 109 to be "109", and
then you should say:

exten => _9NXXNXXXXXX/109,1,Dial(SIP/${EXTEN:[EMAIL PROTECTED])

...and so forth.  Note that the source specification can also be a
pattern, in which case it should, like the target, start with "_".

-tih
-- 
Tom Ivar Helbekkmo, Senior System Administrator, EUnet Norway Hosting
www.eunet.no  T +47-22092958 M +47-93013940 F +47-22092901 FWD 484145
_______________________________________________
Asterisk-Users mailing list
[EMAIL PROTECTED]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to