[asterisk-users] Siemens Hipath PRI to Asterisk Call Routing?
Marco Mouta
marco.mouta at gmail.com
Sun Feb 15 07:26:57 CST 2009
try to set in your zapata.conf
overlapdial=yes
then in your asterisk cli
reload chan_zap.so
--
Marco Mouta
On Fri, Feb 13, 2009 at 9:21 AM, <joekane at gmail.com> wrote:
> Default FreePBX context,
>
> [from-pstn]
> include => from-pstn-custom ; create this context in
> extensions_custom.conf to include customizations
> include => ext-did
> include => ext-did-post-custom
> include => from-did-direct ; MODIFICATOIN (PL) for findmefollow if
> enabled, should be bofore ext-local
> include => ext-did-catchall ; THIS MUST COME AFTER ext-did
> exten => fax,1,Goto(ext-fax,in_fax,1)
>
> The call seems to be going here
>
> [ext-did-catchall]
> include => ext-did-catchall-custom
> exten => s,1,Noop(No DID or CID Match)
> exten => s,n(a2),Answer
> exten => s,n,Wait(2)
> exten => s,n,Playback(ss-noservice)
> exten => s,n,SayAlpha(${FROM_DID})
> exten => s,n,Hangup
> exten => _.,1,Set(__FROM_DID=${EXTEN})
> exten => _.,n,Noop(Received an unknown call with DID set to ${EXTEN})
> exten => _.,n,Goto(s,a2)
> exten => h,1,Hangup
>
> ; end of [ext-did-catchall]
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
> http://lists.digium.com/mailman/listinfo/asterisk-users
>
More information about the asterisk-users
mailing list