[asterisk-users] question on SIP and call manager
Jerry Geis
geisj at pagestation.com
Thu Oct 15 19:50:46 CDT 2009
>
> Here are two ways to address this
>
> 1. Dial(SIP/CCMMAIN&SIP/CCMSLAVE) - this tries both at once
>
> 2. exten => s,1,Dial(SIP/CCMMAIN,10,KkTt)
> Exten => s,n,Dial(SIP/CCMSLAVE,10,KkTt)
>
> CCMSLAVE only gets called if no one answers CCMMAIN in 10 seconds (2-3
> rings)
>
>
Danny thats good to know for extensions.conf
but
I am using call files.
echo "Channel: SIP/CCMMAIN/5551212" > /tmp/call
echo "Context: smvoice-test" >> /tmp/call
Can I do the Channel: SIP/CCMMAIN/5551212&SIP/CCMSLAVE/5551212
in the Channel for the call file?
Jerry
More information about the asterisk-users
mailing list