search for: cidprefix

Displaying 3 results from an estimated 3 matches for "cidprefix".

2007 Mar 01
4
Cannot hear ringback music from telco
...usic, users reported that they could not hear the music but can only hear the standard ring tone generated by the system. Is there any kind of settings need to allow the ringback music pass to the phone? We only use this simple dialplan to make outgoing call: exten => _9.,1,Set(CALLERID(all)=${CIDPREFIX}${CALLERIDNUM}) exten => _9.,n,Dial(Zap/g0/${EXTEN:1}||T) * CIDPREFIX is the 5 digit prefix of the company's PRI line, CALLERIDNUM are 3 digit internal numbers Thanks! Vincent -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail...
2005 Sep 21
0
HOWTO: A simple AGI application to modify incomi ng CallerID on the fly using SQL Server and *not* UnixODBC
...context but should be able to work without a DID exten => 3078,1,SetVar(CURRENTEXTEN=3078)'Set a variable with the current extension being processed exten => 3078,2,Goto(Transform-CallerID,s,1)) exten => 3078,3,DoRegualarDialplanStuffHere [Transform-CallerID] exten => s,1,SetVar(CIDPREFIX=${CALLERIDNUM:3:3}) exten => s,2,SetVar(CIDSUFFIX=${CALLERIDNUM:6:10}) exten => s,3,agi(transformcallerid.agi|${CIDPREFIX}-${CIDSUFFIX}) 'We keep phone numbers in XXX-XXXX format exten => s,4,NoOp(${LANDMARKCID}) 'Display the returned variable for debugging purposes exten => s,5...
2005 Sep 22
0
AGI Script to interact with ACCESS Databse a nd Set CID info on the fly.
...ntext but should be able to work without a DID exten => 3078,1,SetVar(CURRENTEXTEN=3078)'Set a variable with the current extension being processed exten => 3078,2,Goto(Transform-CallerID,s,1)) exten => 3078,3,DoRegualarDialplanStuffHere [Transform-CallerID] exten => s,1,SetVar(CIDPREFIX=${CALLERIDNUM:3:3}) exten => s,2,SetVar(CIDSUFFIX=${CALLERIDNUM:6:10}) exten => s,3,agi(transformcallerid.agi|${CIDPREFIX}-${CIDSUFFIX}) 'We keep phone numbers in XXX-XXXX format exten => s,4,NoOp(${LANDMARKCID}) 'Display the returned variable for debugging purposes exten => s,5...