Displaying 2 results from an estimated 2 matches for "a77c".
Did you mean:
a77
2005 Jun 02
1
Newbie :Call Forwarding problem
...02,Goto(s|3)
exten => s,3,Dial(${ARG2},120)
exten => s,103,Goto(s|50)
exten => s,4,Voicemail(u${ARG1})
exten => s,5,Hangup
exten => s,104,Voicemail(b${ARG1}) ; busy
exten => s,105,Hangup
the output on the CLI during this process was:
*CLI>
-- Executing DBdel("SIP/777-a77c", "CF/777") in new stack
-- DBdel: family=CF, key=777
Urgent handler
-- Executing Hangup("SIP/777-a77c", "") in new stack
Urgent handler
-- Executing DBput("SIP/777-ad46", "CF/777=888") in new stack
-- DBput: family=CF, key=777,...
2005 Jun 01
2
IVR Load
Hi,
Thinking about an IVR application and trying to get a handle on the best
way to structure it so that the maximum number of concurrent calls can
be achieved..
If the voice prompts were stored in a GSM format and were being played
out through an IAX trunk that uses GSM compression would asterisk do a
decompress/compress on the audio or would it simply pass through the GSM
encoding?