Hi!!!
I have the same problem of cliffline: i call from asterisk to callmanager but not from callmanager to asterisk. This is my configuration:
Cisco Callmanager 4.1.3
SIP Trunk parameters:
[code]Device Name* = 'my device name’
Description = 'my device name’
Device Pool* = Default
Call Classification* = OnNet
Media Resource Group List = < None >
Location = < None >
AAR Group = < None >
Media Termination Point Required = checked
Destination Address* = 10.0.70.248 (ip asterisk)
Destination Address is an SRV = unchecked
Destination Port = 5064
Incoming Port* = 5064
Outgoing Transport Type* = UDP
Preferred Originating Codec* = 711ulaw
Significant Digits* = All
Connected Line ID Presentation* = Allowed
Connected Name Presentation* = Allowed
Calling Search Space = 'my CSS’
AAR Calling Search Space = < None >
Prefix DN = blank
Redirecting Number Delivery - Inbound = unchecked
Calling Party Selection* = Originator
Calling Line ID Presentation* = Allowed
Calling Name Presentation* = Allowed
Caller ID DN = blank
Caller Name = blank
Redirecting Number Delivery - Outbound = unchecked
MLPP Domain (e.g., “0000FF”) = blank
MLPP Indication Not available on this device
MLPP Preemption Not available on this device [/code]
Route pattern configuration:
[code]Route Pattern* = 'my route pattern’
Partition = < None >
Description = blank
Numbering Plan* = North American Numbering Plan
Route Filter = < None >
MLPP Precedence = Default
Gateway or Route List* = sip trunk to asterisk
Route this pattern = checked
Block this pattern = — Not Selected —
Call Classification* = OffNet
Allow Device Override = unchecked
Provide Outside Dial Tone = checked
Allow Overlap Sending = unchecked
Urgent Priority = unchecked
Require Forced Authorization Code = unchecked
Authorization Level = 0
Require Client Matter Code = unchecked
Use Calling Party’s External Phone Number Mask = unchecked
Calling Party Transform Mask = blank
Prefix Digits (Outgoing Calls) = blank
Calling Line ID Presentation = Default
Calling Name Presentation = Default
Connected Line ID Presentation = Default
Connected Name Presentation = Default
Discard Digits = < None >
Called Party Transform Mask = blank
Prefix Digits (Outgoing Calls) = blank
Carrier Identification Code = blank
Network Service Protocol = — Not Selected —
Network Service = — Not Selected —
Service Parameter Name = — Not Exist —
Service Parameter Value = blank[/code]
Asterisk 1.8
Trunk configuration:
[code]Trunk Name: CallManagerInOut
Outbound Caller ID: CallManagerInOut
CID Options: Allow Any CID
Outgoing Settings
Trunk Name: CallManagerOut
PEER Details:
type=friend
qualify=yes
nat=no
insecure=very
host=10.0.70.231
port=5064
fromdomain=10.0.70.231
dtmf=rfc2833
disallow=all
context=from-internal
canreinvite=no
Incoming Settings
USER Context: CallManagerIn
USER Details:
type=friend
qualify=yes
nat=no
insecure=very
host=10.0.70.231
port=5064
fromdomain=10.0.70.231
dtmf=rfc2833
disallow=all
context=from-internal
canreinvite=no
allow=ulaw
Register String: blank[/code]
Inbound Routes
Any suggestion?