[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.8

Asterisk --Record Incoming Calls

Asked by dholingw in Voice Over IP

Tags: asterisk, record, calls

First things first:

Running Asterisk 2.8
SipuraSPA 3000

I’m trying to get inbound calls to record automatically. In AMP/ FreePBX, I set my wireless extension (EXT 204) to Automatically record all Inbound and Outbound calls. Well.. All outbound calls are recorded, but inbound calls are ignored, unless I do a *1 to manually activate recording.  

I can call To /from any “internal” extension, including the wireless, and inbound recording works perfectly.  So… Something’s messing up inbound recording when a call comes in from the outside world.   The only place I see this configured is in sip_additional.conf.  Here are the snippets that manage the SPA3000 and my Wireless extension.  Yeah, for testing purposes, I’ve set them all to ‘always’.  

[99]
username=99
type=friend
secret=1234
record_out=Always
record_in=Always
qualify=no
port=5062
nat=never
mailbox=99@device
host=dynamic
dtmfmode=rfc2833
context=from-internal
canreinvite=no
callerid=PSTN <99>


[199]
username=199
type=friend
secret=1234
record_out=Always
record_in=Always
qualify=no
port=5061
nat=never
mailbox=199@device
host=dynamic
dtmfmode=rfc2833
context=from-internal
canreinvite=no
callerid=PSTN <199>


[204]
username=204
type=friend
secret=1234
record_out=Always
record_in=Always
qualify=yes
port=5060
nat=yes
mailbox=204@device
host=dynamic
dtmfmode=rfc2833
context=from-internal
canreinvite=no
callerid=Wireless <204>


[pstn]
username=asterisk
type=peer
secret=1234
port=5061
insecure=very
host=192.168.1.102
fromuser=asterisk
dtmfmode=rfc2833
context=from-internal
auth=md5

Everything looks pretty normal here, so why is Asterisk failing to automatically activate recording for calls coming from the outside world?  Something needs to be added somewhere, but where?

Would really appreciated the insight,

D.
[+][-]04/17/06 01:50 PM, ID: 16472441Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zone: Voice Over IP
Tags: asterisk, record, calls
Sign Up Now!
Solution Provided By: grblades
Participating Experts: 1
Solution Grade: A
 
[+][-]04/17/06 02:09 PM, ID: 16472622Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]04/17/06 02:20 PM, ID: 16472714Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]04/17/06 02:30 PM, ID: 16472821Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-92