SIP phone can not make a call to the sccp phone but sccp can it.

Hi, I have a problem with my sip phone :

I have a 7940 and router 2800 and 1 sip phone 3CX 6
in this my setup, I can call at 3CX, but I can't call for 3cx 7940
Please, help me understand!
Current configuration: 2791 bytes
!
! 15:40:41 configuration was last modified Monday, January 25, 2016
!
version 15.1
horodateurs service debug datetime msec
Log service timestamps datetime msec
no password encryption service
!
router host name
!
boot-start-marker
boot-end-marker
!
!
enable secret 5 $1$ AIjw$ q58644kSsCGwV9EBPqQlY.
!
No aaa new-model
3 0 timezone clock
clock calendar-valid
!
dot11 syslog
IP source-route
!
!
IP cef
!
!
voice IP dhcp pool service
network 192.168.16.0 255.255.255.0
router by default - 192.168.16.7
option 150 ip 192.168.16.7
!
!
No ipv6 cef
Authenticated MultiLink bundle-name Panel
!
!
!
!
!
!
model 0
!
!
!
voip phone service
allow connections h323 to SIP
allow connections sip h323
allow sip to sip connections
SIP
Registrar Server
!
!
Global voice registry
FMC of fashion
source-address 192.168.16.7 port 5060
Max - dn 3
Max-chicken 3
authenticate the registry
ask 3cx
Flash TFTP-path:
create the profile synchronization 0002956212552079
!
Register of voice dn 1
number 4000
allow to watch
name 4000
label 4000
!
Register of voice dn 3
number 104
allow to watch
name 104
104 label
!
vocal range pool 1
Mac ID 001E.6850.781B
Number 1 dn 1
SIP DTMF-relay-notify
Cisco password username 4000
Codec g711ulaw
!
Register of voice pool 2
Mac ID 001E.6850.781B
Number 2 dn 3
SIP DTMF-relay-notify
Cisco password username 104
Codec g711ulaw
!
!
!
!
voice-card 0
high codec complexity
!
Crypto pki token removal timeout default 0
!
!
!
!
license udi pid CISCO2811 sn FHK0848F2CN
0 username cisco password Cisco
!
!
!
!
!
!
!
interface Loopback0
no ip address
!
interface FastEthernet0/0
IP 192.168.16.7 255.255.255.0
automatic duplex
automatic speed
!
interface FastEthernet0/1
10.2.1.1 IP address 255.255.255.0
automatic duplex
automatic speed
!
interface FastEthernet0/1.1
!
IP forward-Protocol ND
!
no ip address of the http server
no ip http secure server
!
!
!
!
!
control plan
!
!
voice-port 0/0/0
connection ÉRA 1001
activation of the caller ID
!
voice-port 1/0/0
!
Voice-port 1/0/0
!
Voice-port 1/0/1
!
voice-port 1/0/2
!
Voice-port 1/0/3
!
!
!
profile MGCP default
!
!
voice POTS dial-peer 1
destination-model 2
!
Dial-peer voice voip 29
!
!
SIP - ua
Retry invite 3
Retry registry 3
timers registry 150
!
!
phone service
Max-joined 42
Max - dn 10
IP source address 192.168.16.7 port 2000
load 0002956212552079 7940 7960
MAX conferences 2 win-6
transfer full-consult system
create the file cnf version-stamp 7960 25 January 2016 15:22:45
!
!
ePhone-dn 1
number 5020
name soroush afshari
!
!
ePhone-dn 10
number 5010
name Mohammadreza shokri
!
!
ePhone 1
no multicast-Ministry of health
000D.6536.907C Mac address
KeepAlive 30 1 auxiliary
type of 7940
button 1:1
!
!
!
!
Line con 0
line to 0
line vty 0 4
password kava123
opening of session
transport telnet entry
!
Scheduler allocate 20000 1000
192.168.16.1 NTP server
end

Hello

Can you provide debug ccsip message output

Tags: Cisco Support

Similar Questions

  • BlackBerry smartphones can not make a call from the phonebook

    Hi guys! Can someone help me? BB Storm 9530, when you type the number to call, everything is ok, but when you try to call the same person in the phone book, it is impossible. What can I do?

    Thank you!

    It could be one of the four solutions... Try these:
    1. make sure that you set your own code to the Dialer phone screen > Options > smart dialing.
    Set your country Code in this format: "+ xx" where xx = country code. Some countries have two or three-digit country Codes. Do not place not the '+' in the entrance of your contact.
    * In the United States, the value of this country as '+ 1' Code and place your code in the appropriate box (this normally the default setting in a new BB).

    2. in the same place, change the length of National number for the number of digits corresponding to your country (since some countries have less than 10 as that set by default in the BB). Check out the total numbers, less country code. Do not place not the '+' in the entrance of your contact.
    * For example, some countries have a total number to 8 (more than 3 for the country code). You must enter '8 '.

    3. you probably have "Content Protection" located on your address book.
    OS5 devices: look at the Options > Security > General settings. Scroll down to the content Protection > include addresses = no
    OS6 devices: Home screen > Options > Security > encryption > uncheck encrypt.

    4. go to Options on your device > Security Options > encryption > include contacts the value 'No '.

  • How to make repeated calls to the reader in the AcqVoltageSamples_IntClkAnalogRef code sample.

    I want to make repeated calls to the reader in the AcqVoltageSamples_IntClkAnalogRef code sample.  A comment in the code says I can do simply by calling the reader. BeginReadMultiSample method of the callback function. I tried this without success using the same settings for the player. Is it possible for the callback function? If Yes, how should I call the reader? I'm programming in c#.

    Thank you

    John

    Doug,

    No problem.  I found the class to which the timeout without much property in safely.  I now have a solution to repeated calls.  The two keys were the infinite time-out setting and the elimination of all the DAQmx objects in the finally section of the callback function before calling the AcquireData() method for the next cycle of reading and processing of data.  The user sets blQuit to false and call AcquireData() by clicking on the Start button.  Repeated calls are then made to 'automatically' until the user clicks the button exit.

    Thanks for your help,

    John

    Private Sub AcquireData()

    This code creates all the objects needed to acquire and store the data of a "sweep."

    {

    slaveTask = new Task();  Double sampleRate = Convert.ToDouble (this.cbxSampleRate.Text);

    Double minVolts = Convert.ToDouble (this.cbxMinVolts.Text);

    Double maxVolts = Convert.ToDouble (this.cbxMaxVolts.Text); int samplesPerChannel = Convert.ToInt32 (this.cbxSamplesPerChannel.Text); slaveTask.AIChannels.CreateVoltageChannel ("Dev1/ai0", "", (AITerminalConfiguration)(-1), minVolts, maxVolts, AIVoltageUnits.Volts);

    Set up sync Specs

    slaveTask.Timing.ConfigureSampleClock ("", sampleRate, SampleClockActiveEdge.Rising, SampleQuantityMode.FiniteSamples, samplesPerChannel);

    Set up the reference trigger. US fires with a level of 1 volt and will record 2 samples of trigger before (the minimum)

    slaveTask.Triggers.ReferenceTrigger.ConfigureAnalogEdgeTrigger ("APFI0", AnalogEdgeReferenceTriggerSlope.Rising, 1.0, 2);

    slaveTask.Stream.Timeout = - 1;

    slaveTask.WaitUntilDone ();

    Check the task

    slaveTask.Control (TaskAction.Verify); InitializeDataTable (slaveTask.AIChannels, ref dataTable);

    acquisitionDataGrid.DataSource = dataTable;

    Reader = new AnalogMultiChannelReader (slaveTask.Stream); drive. SynchronizeCallbacks = true; drive. BeginReadMultiSample (Convert.ToInt32 (cbxSamplesPerChannel.Text), New AsyncCallback (slaveCallBack), null);

    }

    catch (System.exception DaqException)

    {

    MessageBox.Show (exception. (Message);

    slaveTask.Dispose ();

    }

    }

    private void slaveCallBack (IAsyncResult ar)

    {

    Try

    {

    read data from the channel

    data = reader. EndReadMultiSample (ar);

    dataToDataTable (data, Ref dataTable);

    plot the data here, if blKeep also write it to file

    }

    catch (System.exception DaqException)

    {

    MessageBox.Show (exception. (Message);

    }

    Finally

    {

    This. Refresh();

    slaveTask.Dispose ();

    If (! blQuit)

    {

    AcquireData();

    }

    }

    }

  • I have a Dell Inspiron with windows XP and I can not start. I have the windows disc but do not know how to clean and reinstall. Please help me

    I have a Dell Inspiron with windows XP and I can not start.  I have the windows disc but do not know how to clean and reinstall.   Please help me

    You can repair XP or try the following:
    http://support.Microsoft.com/kb/917964
    http://support.Microsoft.com/kb/307545

    TO

    Re - install http://support.microsoft.com/kb/978788

  • How can I put pictures outside the window of Photoshop elements 14 work, so that I'm not obliged to work within the program window, but use my screen completely for the image?

    How can I put pictures outside the window of Photoshop elements 14 work, so that I'm not obliged to work within the program window, but use my screen completely for the image?

    dannyb76251437 wrote:

    How can I put pictures outside the window of Photoshop elements 14 work, so that I'm not obliged to work within the program window, but use my screen completely for the image?

    Note that you can work with two screens and drag and drop the image to display on the other window.

    I think you mean working temporarily with the window enlarged image without displaying all the tools and panels.

    See:

    Panels and bins in Photoshop Elements

    My advice: take the time to read the above help and especially to look at ways to maximize this window if you are on Mac or Win.

    Set your preferences in the Edit menu to "allow the floating windows in expert mode.

    Use the "tab" on the keyboard key to hide or show your panels and tools quickly.

    Find out how to hide the photo tray.

  • How can I change the Home Page of Adobe to English? Happens to be french and I do not understand. I press the translator button but nothing changes!

    How can I change the Home Page of Adobe to English? Happens to be french and I do not understand. I press the translator button but nothing changes!

    Adobe - Choose your area

  • KB955759 does not appear when I check the updates manually, but it appears with the yellow shield after you have enabled the automatic updates.

    original title: Windows Update acts confused - kb955759 does not appear when I check the updates manually, but it appears with the yellow shield after you have enabled the automatic updates.

    I just reset my CMOS settings, writing zeros for my hard drive, repartitioned, reformatted and used the recovery cd Gateway system to get my computer to Windows 98se - factory settings, except at the beginning of the recovery of the system, when it says "press any key for advanced options," I pressed a key and then I unchecked all the default (3rd party) applications including Norton and left only 2 checked: "Updated USB Hub" and "Windows Shutdown Supplement," while nothing has been installed, leaving only win98.
     
    Then I used my disc XP Home (SP2) update.  I, immediately after the upgrade to Windows XP, installed "Office XP with Frontpage, Developer Edition", then Norton 2012 before never connect to the internet.
    Then, I connected to the internet and continuously update of Norton, before ever hitting the Windows Update page. The first thing I did then was to activate Windows, and then activate the office.
    Then I hit the update of Windows "button" that says "get all your updates in one place... upgraded"Microsoft Update".  I, then, just kept hitting the page update and restart, until I find the SP3.  Then, I took a break, until the next day.
     
    I have an ADSL broadband, with a Linksys EtherFast PCI card.
     
    Then I got SP3, which installed without any problems.
    So I just kept "microsoft continuous update" manually (and reboot), until there is no more updates - EXCEPT, I always uncheck Windows Malicious Software Removal Tool - which was the only screening at the final stop for the night.  I think that I ticked the box "don't ask me about this update".
     
    Then, in the morning, after you have enabled automatic updates, I noticed the yellow shield - Windows security icon (or whatever it's called), so I clicked on it and checked it was tellimg me was available [when I checked "Custom Install (advanced users)"].  What showed was 1 update - 955759 KB.
     
    After the problem, already at the reformat (months and months), see the yellow shield telling me there are updates available, which were already installed (before rebooting), I checked manually on the internet with IE 8, pressing alt, "T", "U".  There is no updated list.  Then I checked through my history of update (twice), and KB955759 had not been installed.
     
    My update setting is to let windows download ('important') updates, but let me choose when to install them.
     
     
     
    What is the right - Windows Update (NO update important reporting) Site, or the yellow shield (reports [a] kb955759 [update])?
     
    I can not yet confirm he is supposed to be an update for XP home kb955759, because I was unable to locate any detailed documentation on this 'thing' that protect the yellow safety seems to think is a significant update.

    Comment 1: To my rquest, a moderator merged your thread in the Sub-forum Win7 updates with your wire in the Sub-forum of updates of Windows XP 20 Feb-12, c. 07:50 UTC.

    Comment 2: If you will not contact the MS Support on this issue?

    ~~~~~~~~~~~~~~~~~~~~~~~~~~

    Just for the heck of it, I have disabled the automatic updates, cleared my browser cache, checked manually, updates from microsoft (windows) and found none (with the exception of software malware removal tool windows [which I have not installed]).  Then, I turned the automatic updates on, and without even being connected to the internet, the yellow shield popped up with the kb955759 "update"...

    Repost...

    1. If you open Internet Explore (only!) to http://windowsupdate.microsoft.com and run a CUSTOM scan, KB955759 appears in results?... If so, you manage to install it and/or security updates available?

    2 after no. 1 above [<>], is the 'yellow shield' icon appears in the Notification area (on the left of your clock)?  .. and if yes, by clicking on the 'yellow shield' icon tells you that KB955759 or any other updates is ready-to-be-installed?  .. .and if so, you manage to install it?

    3 after doing 1 # & #2 above [<>], is KB955759 or any other updates offered as a ready-to-install update when you go off your computer?  .. .and if so, you manage to install it?

    ... I guess that clearing the browser cache does not erase 'downloaded' updates.

    Nope. If you want to clear the queue of the update...

    OPTION A:

    1. stop the automatic updates service:

    Start > run > (type or copy/paste) services.msc > click OK
    Double-click automatic updates > click stop
    (Stopping the service will take a moment)

    2 remove the contents of the download folder:

    Start > run > (type or copy/paste) %windir%\SoftwareDistribution > click OK

    Open the download folder and delete its content
    Close the window.

    3. start the automatic updates service:

    Start > run > (type or copy/paste) services.msc > click OK
    Double-click automatic updates > click Start
    (Starting the service will take a moment)

    OPTION B:

    1. open Internet Explorer (only!) to http://support.microsoft.com/kb/910336 [don't know the titles, etc..]

    2. make disappear/close the Troubleshooter automatically pop up.

    3 repaired 50202 in DEFAULT modes and AGGRESSIVE. [1]

    4 reboot.

    Does anyone know how to determine if software mailicious removal tool is installed on XP? [source ]

    Check the located log file...

    C:\Windows\Debug\ MRT. NEWSPAPER <>

    Related...

    ... This leaves us with the malicious software removal tool don't appear not.

    I guess I'll have to leave "auto-update" (I often have less than 65 M of free memory left and do not have enough memory to msrt) and don't assume no other current error. [source; 17 Aug-11]

    It's no wonder that you ended up having to do a clean install of Win98SE & then upgrade to Windows XP again!

    ================================================================
    [1] full Disclosure: the difficulty operating in AGGRESSIVE mode will remove your update history but not updates installed in Add/Remove Programs list.

  • Dell 1230c do not - print jobs go to the queue printing but will not come to buffer

    Dell 1230c do not - print jobs go to the queue printing but will not come to buffer

    Hey Joe,

    Try duration to remove print jobs to remove Job feel stuck in the queue, and then restart your computer.

    Also refer to:

    Cancel printing

    Maybe you have that impression break.

    View, pause, or cancel printing

    You can also see the troubleshooting steps in Dell for Dell printers.

    Please post back with the State of the question.

  • Reinstal Cloud but not uninstal not possible as long as the app running, but not other applications in the Task Manager

    Hello

    I need to reinstall the Cloud but uninstal is not possible as long as the app running, but not other applications in the Task Manager.

    Windows 7

    Uninstaller: "another version of office of creative cloud or an installer Adobe is running...". »

    TaskManager: browser runs only.

    Windows Installer / change: "unable to désinstaller creative cloud to desktop. You still have creative Cloud computer applications that need it.

    So, how I re install this, thank you

    Safe mode using the application of Creative Cloud Uninstaller has worked.

  • BlackBerry smartphones can not make a call, but can receive calls

    Hello! I BBCurve9380 and somehow it just stopped making the calls, but I can still receive. I don't know if it's on the changed settings but on what I read in other forums, it's on the it policy. I checked mine and it says BBFS1 [GTALKAP1] and WLM 2.1 [WLMAP01]. I've updated all my apps and my computer can read my phone just fine. When I try to make a call, it automatically disconnects. Any help would be appreciated.

    In fact, you have a lot more work to do, in light of your acquisition method. Reference:

    • KB05099 Steps to take before selling or after the purchase of a used BlackBerry smartphone

    For step 3 stages of seller, you should replace it and it will remove unit COMPUTER policy:

    • KB31291 How to reset a BlackBerry smartphone to factory using BlackBerry Desktop Software Settings

    However, later, when you restore, DO NOT do a full restore. On the contrary, do only a selective restore of only those databases that you absolutely need (e.g., contacts, calendar, messages) and specifically avoid restore databases that have nothing to do with HIM, political, business or other similar things. If you restore those, you'll just be right back where you are now, as a full restore will conscientiously COMPUTER policy again on your device.

    Note Please that I really have no idea if doing this will restore your ability to make calls... 100% of the information I have comes from what you have posted here. I'm guessing that the policy could be the cause of your problems, but I can't know that. No matter, since there is an IT strategy on board and you are not on BES, then you definitely want to get that deleted. But regarding if that will restore your ability to make calls, I have no way to predict the future... If something is the cause of this specific problem, then we'll have to deal with this - AFTER you remove the it policy so that we can be sure it does not hinder anything else.

    Good luck!

  • Can not make a call to main.asc

    Well, I have something simple past, but I can't. I'm trying to add a function of heartbeat to main.asc so that my client applications can often detect a connection. But I can't call to work.

    Here's the code for the main.asc:

    Client.prototype.Heartbeat = function()
    {
    trace ("typed Heartbeat");
    return "Hello!";
    }

    This is the call for the customer:

    private void ConnectionTest)
    {
    var rtn;
    RTN = m_connection.call ("heartbeat");
    If (rtn! = 'Hi!') {
    Alert.Show ("heartbeat lost");
    }
    }

    I'm following other examples in the code that work. I get no response from the main and the function trace to hand does not print in the server admin page, where I expect to see. You can see what the problem is?

    You set the NetConnection instance variable in a function? If so, it could be an issue of concern. For example:

    function doConnect() {}
    var nc = new NetConnection()
    NC. Connect (blah, blah)
    }

    If you do it this way, the scope of the var is the function, so you get vacuuming when the function is done running.

  • CAN NOT MAKE RECORDS OR CHANGE THE NAMES OF FILE 0N ALL RECORDS

    CAN NOT DO ALL RECORDS IN THE ACCOUNTS - CAN NOT DO ANY CORRECTION ON FOLDERS-PRESS FOIDER ICON BUT NO ACTION OR HOW TO CHANGE THE NAME OR INFORMATION ABOUT THE FILES

    What happened a bit in the past, but we see a lot more often recently. Here are two options.
     

    How to remove and restore the default context Menu items 'New' in Windows 7 and Windows 8
    http://www.SevenForums.com/tutorials/28677-new-context-menu-remove-restore-default-menu-items.html
     
     

    Tip: When you save the text in Notepad, the default file format is .txt. Replace all files.
     

     
  • Make a call to the database

    From the outset, I apologize for my lack of knowledge about databases and database connectivity kit.  I am struggling through it, with my team and make advance slow progression.

    We are finally able to connect to an Oracle (11g) database with database connectivity kit (LV2015) and I successfully read some data using the select VI.  I'm pretty impressed by the way in which it works and as the integration, this will provide for my project.  The problem is that my team is very nervous about an application of part 3rd reading and writing to their database tables.  Their concern is to corrupt data, expecially when writing.

    They would rather make me a call to the database using the API.  For starters, they gave me a test script that would send a message once received by the database.  The script is the following:

    sy_common.send_mail ('[email protected]'

    , "[email protected]".

    "Database connection has worked"

    "You have successfully called a LabView database procedure."

    ,'[email protected]'

    null

    "text/html");

    Is it possible to run a script with one of the database connectivity tool screws?

    If it works, the next step would be to have several calls that could read and write data using API to return the equipment to communicate with the database according to the needs.

    Yes, look at him "create parameterized query VI.  Specify the name of the procedure that the text of the query and then build the table of parameters with your input values.  Stored procedure set to true.

    At least this is how it works with MSSQL.  I'm not familiar with Oracle, but it should work the same way on all platforms.

  • Y at - it re Hello Forefox ability to make multiple calls at the same time as the Conference call? Talk to the whole family together?

    Great love to the people behind this wonderful addition! I also want to be able to call my family threw away and we all in the conversation together. It seems right now it's just a one called. Will there be the ability to have several people on a call at the same time?

    Hi, when firefox Hello usable only for a conversation between two people.

    multi-party videoconferencing is on the roadmap to long term, but it will take a lot of Engineering (Hello firefox is based on the webrtc standard which is a peer-to-peer protocol between two machines-multipart calls can be a rather difficult thing to understand on this basis).

  • After that restart of firefox does not start. is running in the Task Manager, but won't pop up. Reset safe mode and uninstall/reinstall won't help. OK so no reset.

    Win7 Pro. has worked ok firefox. but lately with 25 and 26 now, firefox does not start. I see that firefox is running in the Task Manager. but it will not just appear.
    If I still download and install it, it runs, but every time I restarted the system, it just does not work yet.
    Reset try:, safe mode, uninstall & reinstall, new/clean profile none of these work.


Maybe you are looking for

  • Connection of lives

    Cannot start my iMac after the last update, apears white screen only. How should I proceed?

  • Satellite Pro L770 - 12 p - Wake-up on LAN is not possible?

    Hello I try to send a wake up message to LAN (WOL) on my laptop to propel to the top.I failed to make it work. But I do not see a strange thing happening: when I send a magic packet WOL while my laptop is running, the laptop restarts automatically af

  • I need to keep previous iTunes libraries

    I just consolidated my iTunes library and then he backed up to an external drive.  When I looked at the iTunes music folder it has literally doubled in size, from 40 GB to 80 GB.  I noticed the previous iTunes libraries folder was almost as big as my

  • HP Pavilion g6-1251er: HP Pavilion g6-1251er GT520M Windows 10 drivers problem

    I have a problem with my HP Pavilion laptop g6-1251er after update on windows 10. It doesn't have drivers for graphics GT520M. All new drivers cause the error code 43. I tried everything: (1) update windows driver 10 - code 43 (2), all versions of dr

  • Probmel with the camera

    Hello. I would like to find a solution to my problem. Using Skype, I called one of my friends yesterday. We talked almost two hours, with interruptions because of the wireless Internet connection. Suddenly, my camera is stuck and the luminous sign re