[asterisk-users] CPU motherboard for 100+ simultaneouse calls on Digium Quad E1 TE411p

2007-02-07 Thread umar tarar

hi!

anyone please recommend/guide me of purchasing a resonably high performance
server system regarding processor(s)  motherboard (+ other compulsary
peripherals i.e. VGA, Soundcard). Mentioning up-to-date vendor+model will be
more helping

I've to use Digium TE411p Quad E1 card
signalling on the E1 is SS7
no. of simultaneouse calls is 100+

regards
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] CPU motherboard for 100+ simultaneouse calls on Digium Quad E1 TE411p

2007-02-07 Thread umar tarar

the codec is G711 (uLaw)
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] flag 'g' in Dail() is'nt working with agentcallbacklogin()

2006-09-06 Thread umar tarar
here i've come accross another different frustrating prob,  that is; when ever i use flag 'g' in dial() to dial an agent through 
*'s ACD queue system (the agent for which has already been logged in through agentcallbacklogin() ) , it simply does'nt execute any apps below 
dial() but when ever i dial any normal sip-user with 'g' flag in dial(), it always works fine my dial plan for agentcallbacklogin is: 

-extensions.conf--...
[agents] ... exten = 100 , 1 , Wait() exten = 100 , 2 , AgentCallbackLogin(100, s ,[EMAIL PROTECTED]) exten = 500 , 1 , Answer() exten = 500 , 2 , Playback(connecting)
 exten = 500 , 3 , Dial(SIP/100,,g) exten = 500 , 4 , Playback(vm-goodbye) exten = 500 , 5 , HangUp() 
the control never goes to priority 4  5 when some one dials the queue which the agent-100 is a memeber of,... when the 
dial() terminates, the execution terminates simply but in the following smple dial plan, it works just fine; ... exten = 123, 1 , Answer() exten = 123, 2 , Dial(SIP/555,,g) 
exten = 123, 3, layback(vm-goodbye) exten = 123, 4 , HangUp() where 555 is a normal sip-user that is just registered with * anyone plz help me or suggest me something abt why 'g' is not workin in the above case, or suggest any other way to get down to 
Dial() app and execute the rest
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users


[asterisk-users] playback some digits to the caller from the callee (involves DTMF) prob

2006-09-04 Thread umar tarar
how come can i get or read DTMF digits from a callee(agent)  then playback them on the caller's channel

i am aware of the read() application, but the problem is that where shud i place it or how shuld i use it, because if i place it below the Dial()
 application then the moment Dial app terminates, it detroys the channels(i.e the call gets hungup)  leaving no callee channel for read()
 to read DTMF



then i tried another way using features.conf i.e. defining a feature to
read DTMF into a variable  then playing it back on either both of
the channels or anyone of them, herez my features.conf portion +
dialplan



-features.conf--

...

readFeature = #6,peer/callee,Read,var1

playbackFeature = #9,peer/callee,SayDigits,var1

---



extensions.conf

...

exten = 500 , 1 , Answer()

exten = 500, 2 , SetVar(DYNAMIC_FEATURES=readFeature#playbackFeature)

exten = 500 , 3 , Playback(connecting)

exten = 500 , 4 , Dial(SIP/100)

---



but whenever someone dials 500  gets connected with the agent(100)  the agent(callee) presses #6 or 
#9, simply nothing happens.

and on CLI the command show features results this:



Builtin Feature..Default Current

===...=...=

Pickup...*8.*8

Blind Transfer#..#1

Attended Transfer.*2

One Touch Monitor

Disconnect Call..*..*0



Dynamic Feature...Default Current

===...=

(none)



Call parking



Parking extension   :   700

Parking context :   parkedcalls

Parked call extensions: 701-750



it seems that the features that i defined are not even getting registered


somebody plz suggest me if i am wrong somewhere doing that, or plz
try giving me any newer solution to get DTMF digits durring a call or a
way to acheive the overall objective i.e. playback some digits to the
caller from the callee
___
--Bandwidth and Colocation provided by Easynews.com --

asterisk-users mailing list
To UNSUBSCRIBE or update options visit:
   http://lists.digium.com/mailman/listinfo/asterisk-users