similar to: trunks and phones registered from the same IP

Displaying 20 results from an estimated 10000 matches similar to: "trunks and phones registered from the same IP"

2011 Feb 14
1
unregistered trunks and registered phones coming from the same IP
Hi, I manage an SBC which stands between my company server farm and some SIP telco trunks. The system works fine, for inbound and outbound calls. Now I've configured the SBC to also act as a registration proxy, forwarding SIP registrations coming from the Internet to my asterisk servers. It all seems fine, but it doesn't work well, because by the time at least one phone registers through
2007 Jul 12
2
how to load phone registration information
Is it possible to load phone registration information stored in sipfriends MySQL DB, so that Asterisk "thinks" those phones are already registered? This would be very usefull for a redundant server... Regards, Ricardo Carvalho. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Feb 16
1
trunk not working if I register a phone at the same IP as the trunk peer's IP
How should I configure my asterisk server so that I can receive calls from an unregistered peer from whom I also receive registrations of sip phones? I'm asking you this, because with my actual configuration, when I register a contact from that peer's IP, no more inbound calls are accepted from that peer, as my asterisk rejects those INVITEs with "407 Proxy Authentication
2007 Feb 28
3
multiple phones registered for the same user
Dear all, I've noticed that when I have a phone registered in Asterisk, and then I register another phone with the same user, the "sip show peers" in the CLI shows that Asterisk replaced the IP of the first phone by the IP of the last one registered for that user. Consequently, if someone calls that user, only the last phone rings!! How may I configure Asterisk to be able to
2007 Jun 12
4
write some custom values to CDR table
Hi, I write the CDR of my Asterisk 1.2.17 server in MySQL database using cdr_addon_mysql.so. Now I'm trying to write some custom values to userfield column by the SET(CDR(USERFILED)=SOME_TEXT) sintax, but nothing gets writeen in MySQL cdr table!! Why? I'm I skeeping something or what? Taking a look at the URL:
2007 Dec 25
1
Softphone to be installed on the Mobile
Thanks a lot for the help. But if Asterisk has private IP address and the only way to access it from remote sites is to have vpn connection to the site that asterisk existed (the site has vpn), then how that will happen from the Mobile to be able to run the softphone from the mobile? Any help? Regards Bilal ----------------- I installed out of curiosity today, and guess what? You can do SIP over
2006 Nov 23
1
Call Transfers in SER + Asterisk architecture
Hi, I'm deploying a SER + Asterisk architecture, where SER is used as SIP registrar, and Asterisk is used for voicemail and PSTN gateway. This system is already able to make Call Transfers (Blind and Attended) internally between phones registered in SER, although, I can't make Call Transfers in some scenarios involving PSTN numbers (which need to pass through Asterisk). The problem
2007 Jun 08
5
Write to multiple databases as redundancy scheme
Hi, Can Asterisk write to multiple MySQL databases in different machines, at the same time, as a backup scheme? If it does, where can that be configured? In res_mysql.conf file? Does anyone ever made it? Regards, Ricardo. -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Nov 13
2
FAX using T38
Dear all, I'm trying to enable Asterisk to work with FAX using T38. I've tried Asterisk 1.2.4 with the available patch found at URL http://bugs.digium.com/view.php?id=5090 and also with the new 1.4 Beta3 that is announced to support it too. With both Asterisk versions, I've sent with success FAXes between two FAX machines each one attached to an ATA interface, both registered in
2007 Dec 06
2
Cisco power injector with GXP2000 phones
I've tried to use a Cisco power injector to supply power over Ethernet to a GXP2000 phone without success. Although when I plugged these phone to a PoE capable Cisco Switch it worked without a problem! Knowing that all these three equipments implement IEEE 802.3af protocol, why doesn't it work with the Cisco power injector? Anyone also had this problem before? Thanks, Ricardo Carvalho.
2007 Jun 15
1
can ENUMLOOKUP query multiple DNS servers without having to replicate the same code for each server?
Hi all, Does ENUMLOOKUP can query multiple DNS servers without having to replicate the same code in which the only thing replaced is the server? If I use ENUMLOOKUP(${exten}), Asterisk will parse enum.conf file to find the list of DNS servers in order of preference to be queried, but, I pretend to use something like this: ${ENUMLOOKUP(+${ARG1:2:},sip,c) which does not seam to care about
2007 Jun 11
1
Multiple ENUM entries and Asterisk fails to dial
Hi, I use Asterisk 1.2.17 in my site, and now I'm trying to configure ENUM lookup in my server. When someone calls a number that has multiple ENUM entries, randomly Asterisk seems to fail to return a correct answer, and dial by ENUM fails. I've goggled a bit on this, but didn't get any good conclusion. There is some RFC Compliant ENUM Macro that can be used that is announced
2007 Nov 27
10
Asterisk behind a PIX firewall?
Is there anything special that anyone here has had to do to get an Aastra phone (on the Internet) to talk to Asterisk behind a PIX firewall? Ports 10000-20000 UDP are open on the PIX and forwarding to the Asterisk server. The Asterisk server's RTP.CONF is set to use 10000-20000. The phone registers, and will place AND receive calls, however, no audio is passed. The phone is an Aastra
2007 Jun 20
2
Forcing Dial application to skip if called server is unreachable
Is it possible to force the Dial function to skip to the next priority if it doesn't find the server of the called contact within a few seconds? I know I can use: Dial(Technology/resource[&Tech2/resource2...][|timeout][|options][|URL]) where I can use some short timeout in the "timeout" option, but if I do so, when some call is well succeeded, it will only ring for that
2007 Sep 21
1
Authenticate() application and CDR
Dear all, I'm trying to configure Asterisk to be able to ask the caller to enter a given password in order to continue dialplan execution. I've tested this feature using the Authenticate application like this: exten => _X./5219,1,Answer exten => _X./5219,2,Authenticate(1234,a) exten => _X./5219,3,Playback(pin-number-accepted) exten => _X./5219,4,Dial(SIP/${EXTEN},120)
2012 May 09
1
No compatible codecs, not accepting this offer! - after upgrading to 1.8.11
Hi, I've upgraded my asterisk 1.4 to the version 1.8.11. After making some adjustments to the configuration files to port it to the new version, calls between registered phones in asterisk, work fine, but inbound calls coming from the SIP trunk I have with a telco to asterisk, don't work anymore. I don't know why!... This is the SDP portion that comes in the INVITE messages of calls
2007 Mar 13
3
How to match wild card inside a GoToIf?
How can I match wildcards inside a GoToIf? I have something like this, but it doesn't work: [default] exten => _2XXXXXXXX,1,Macro(outcall,${EXTEN}) [macro-outcall] exten => s,1,GotoIf($["${ARG1}" = "220408XXX"]?2:3) exten => s,2,Hangup Any ideas? Regards, Ricardo.
2007 Nov 28
2
Shared line appearance phones?
Hi List, What phones support shared line appearance? I would like a phone where we can place calls on a line and have them picked up at another phone, but we don't want to use call parking. I want to use this in a multi tenant environment so I would need multiple lots. Any ideals for me? Thanks! -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Oct 20
3
voicemail usernames can't begin with "j" letter?
Dear all, I've configured Asterisk Voicemail, but after some tests I realised that when some call is sent to the voicemail of someone which username begins with "j" letter, Asterisk gives me the error: WARNING[5865]: app_voicemail.c:2412 leave_voicemail: No entry in voicemail config file for 'ohn' (for a called user named john, for example) Is this some kind of
2005 Jan 18
1
aDSL on ppp0 and dialin ppp
Hi all .... I Have installed Bering LRP on Many sites and I am very pleased with the capabilites of shorewall. Howerver I came across a prob that I am unaware ot its solution. Using shorewall 2.0.2f Kernel 2.4.24 On one Site LRP box serves internet outgoing connections through ( static IP ) a DSL line AND an incoming dial-in PPP conection. My shorewall configuration Is based upon the fact