Archives : January-2016
I run an ISP with virtual services.We also offer VoIP.Currently we have our DNS set up so that virtual domains can have SIP addresses in their own domain.However, it comes to Asterisk as just the user name.For example, my SIP address is sip:darcy@VybeNetworks…
Its very simple but it doesnt work.Heres the entire script.#! /usr/bin/pythonimport sysenv = {}def comm(cmd):sys.stdout.write(cmd.strip() + \n)sys.stdout.flush()return sys.stdin.readline().strip()while 1: line = sys.stdin.readline().strip() if line..
Hi! I wish you all e Happy New Year first! Allthough, Im relative new to Asterisk, I got our server up and Running, Softphones, ISDN, and a brand new Snom 821 are working flawlessly. 🙂 Platform is Debian 8/Asterisk Packages (11) from Debian Repo. ..
How do I get asterisk to use the SIP Path header value from registrations when calling devices?I am trying to use opensips as a proxy for asterisk, when a client registers I am adding the Path header before forwarding the REGISTER onto asterisk. ..
Happy new year!maybe off-topic… but maybe someone _knows_ a solution.I have a free SIP Account at linphone.org… calling other linphone.org users via SIP and receiving SIP calls from other users registered at linphone.org is no problem… just d..