Jump to content

martynch

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by martynch

  1. I have nearly got this working, I can make a call from my Cisco 7970 phone to a landline by dialling the following: 8 00 then the number, what I’m trying to do is assign a short code so I do not have to dial the full number all the time, could you take a look at my settings and let me know what I need to change please I created a Trunk called SIP/uplink with the following settings: - Outgoing Settings: Trunk Name = uplink Peer Details: allow=all caninvite=yes canreinvite=yes context=extensions host=dynamic insecure=very nat=yes secret=uplink type=peer&friend username=uplink Incoming Settings: User Context: 103 User Details: allow=all callerid="Incoming Skype" caninvite=yes canreinvite=yes context=ext-queues host=dynamic insecure=very nat=yes secret=uplink type=friend username=uplink Registration String username:password@192.168.3.6/103 I have created an Incoming Route called skype@192.168.3.6 with the following settings DID Number: skype@192.168.3.6 Set Destination: Core – Cisco 7970 (103) I have created Outbound Route called uplink with the following settings: Dial Pattern 8|X. Trunk Sequence SIP/uplink I have added the following to my extensions_custom.conf exten => 1977,1,Macro(Uplink,username) exten => 1977,hint,SIP/1977 exten => 1978,1,Macro(Uplink,landlinenumber) exten => 1978,hint,SIP/1978 and the following to my extensions_additional.conf [outrt-002-uplink] include => outrt-002-uplink-custom exten => _8X.,1,Macro(dialout-trunk,2,${EXTEN:1},,) exten => _8X.,n,Macro(outisbusy,) And to my extensions.conf [macro-Uplink] exten =>s,1,Dial(SIP/${ARG1}@103,60) exten =>s,2,Congestion If I dial 81977 or 81978 my phone dials out and I get a ringing tone but the phones at the other end do not ring Hope you can help Martyn
  2. Ok I will post anyway as I now need to leave the office; this is what I have done so far. I have followed this link to get as far as I have albeit it’s just Uplink connecting to Trixbox but a little lost now and lookng for help Here goes for my configuration I have added a new SIP trunk called “uplink” and in those settings I have: - Under Peer Details: host=dynamic nat=yes secret=uplink type=peer username=uplink I have not got a clue what to put in Outgoing Dial Rules That is it under SIP Trunk On my Inbound Routes I have the following: - DID Number skype@192.168.3.6 Then under “Set Destination” I have: Core which points to my Cisco 7970 That is it for Inbound Routes For my OutBound Routes I have the following: A Route Called Uplink I do not have a clue what to put in the Dial Patterns That is it for my OutBound Routes I have edited my extensions_custom.conf and added the following [from-internal-custom] exten => _skype_.,1,Dial(SIP/${EXTEN:6}@uplink) I need to know what do have in the dial rules that will enable me to call a person from my Cisco 7970, so I need to dial a number which translates to firstname.lastname Hope someone can help out Mandy thanks Martyn
  3. I'm having a few problems with Uplink and Asterisk, they can talk to each other so all good there, if I post my set-up could someone help me out please Martyn
×
×
  • Create New...