Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: tc0nn
  • Order by date
  1. tc0nn

    call flow logic - help!

    What sort of system are you using? What is in place now? Are you utilizing vectors or just no-answer coverages?
  2. tc0nn

    Callmanager SIP-Trunk to Vonage softphone

    Pass along? No.. But you do need to dial whatever number you want the call to goto: [main-menu]; this is the context I used in the sipBroadvoice entry above exten => <BVnumbr>,1,Dial(SIP/1001@labcm33); will send the call to extension 1001 on the CM. You might want to look at the pages on...
  3. tc0nn

    Callmanager SIP-Trunk to Vonage softphone

    The first line doesn't match the others. Your incoming calls probably are sent to 1NXXNXXXXXX rather than just NXXNXXXXXX. You might look at making a rule like "anything inbound": exten => _.,1,1,dial(SIP/${EXTEN}@cmp01tra,30) exten => _.,2,congestion() exten => _.,102,busy()
  4. tc0nn

    Callmanager SIP-Trunk to Vonage softphone

    You'll see failed registrations in the log and on the console if it didn't register, or you can do a "sip show peers"
  5. tc0nn

    Callmanager SIP-Trunk to Vonage softphone

    Here's my BV stuff: register => 214xxxyyyy:4qcudfvkjb@sip.broadvoice.com:5060 [sipBroadvoice1] type=peer user=phone host=sip.broadvoice.com fromuser=214xxxyyyy fromdomain=sip.broadvoice.com secret=4qchvbkjsadh username=214xxxyyyy insecure=very context=main-menu authname=214xxxyyyy...
  6. tc0nn

    Callmanager SIP-Trunk to Vonage softphone

    I ended up using a linux server running Asterisk to route my calls. The callmanager has a sip trunk to the Asterisk server, then the Asterisk server routes call through Vonage.
  7. tc0nn

    Can I program a extension forward?

    There are many ways to do forwarding, this is one of them. Change your remote coverage table to include the destination (include the 9). Add a new coverage path with your choice of coverages (all = y,y works well), and put the remote coverage slot number on the coverage point1 box. Then set the...
  8. tc0nn

    Tie Trunk &amp; Brooktrout Caller ID

    Setup a destination for that main number your trunk is using.. !?! Seems too simple?
  9. tc0nn

    S 8700 Logging in

    What HW&SW ver are you running? Usually ASA lights up a telnet connection to a special port. Your going to need to know what IP and what port to connect to, and obviously login information. My port number was 5023. Once you get the IP, you could probably nmap it to find the open ports. Good luck
  10. tc0nn

    Fax Service

    I'm looking to implement a fax service. Every employee in the company wants their own fax number of course... Has anyone found a way to redirect faxes sent to normal extensions with DID signaling or something that would tell the fax server what number was called as well as or instead of the...
  11. tc0nn

    Definity tandem PRI setup to Cisco VG200

    I have a G3 with the fourth PRI interface setup for Tandem connection to a Cisco VoIP gateway. I can receive call in from the Cisco which is attached via PRI to trunk 10 (sig grp 4) but outbound calls (4 digit) simply gets a error tone. Any ideas how to setup a route pattern back out the PRI ...

Part and Inventory Search

Back
Top