[asterisk-users] Inbound SIP calls work, just not when making calls between extensions.

Warren Selby wcselby at selbytech.com
Tue Feb 8 11:08:11 CST 2011


On Tue, Feb 8, 2011 at 11:02 AM, Ernie Dunbar <maillist at lightspeed.ca>wrote:

> Internal calls:
>
> exten => _312,1,Set(CALLERID(name)="Internal call")
> exten => _312,n,SIPAddHeader(Alert-Info: info=<Bellcore-dr2>)
> exten => _312,n,Dial(SIP/username2,20)
> exten => _312,n,Voicemail(312,u)
> exten => _312,n,Macro(handle-hangup)
>
>
Try taking the quotes ("") out of the line that says "Internal call".  So it
should be:

exten => _312,1,Set(CALLERID(name)=Internal call)

...and see if that helps.

-- 
Thanks,
--Warren Selby, dCAP
http://www.selbytech.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20110208/a68bd051/attachment.htm>


More information about the asterisk-users mailing list